Skip navigation links

Back to Paimon Website

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort() - Method in interface org.apache.paimon.io.FileWriter
Abort to clear orphan file(s) if encounter any error.
abort() - Method in class org.apache.paimon.io.RollingFileWriter
 
abort() - Method in class org.apache.paimon.io.SingleFileWriter
 
abort() - Method in class org.apache.paimon.io.SingleFileWriter.AbortExecutor
 
abort(List<CommitMessage>) - Method in interface org.apache.paimon.operation.FileStoreCommit
Abort an unsuccessful commit.
abort(List<CommitMessage>) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
abort(List<CommitMessage>) - Method in interface org.apache.paimon.table.sink.TableCommit
Abort an unsuccessful commit.
abort(List<CommitMessage>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
abortExecutor() - Method in class org.apache.paimon.io.SingleFileWriter
 
abortJob(JobContext, int) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
abortTask(TaskAttemptContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
absoluteTimeMillis() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.Clock
 
absoluteTimeMillis() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.SystemClock
 
ABSTRACT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ABSTRACT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ABSTRACT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ABSTRACT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ABSTRACT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
ABSTRACT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
ABSTRACT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
ABSTRACT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
AbstractBinaryExternalMerger<Entry> - Class in org.apache.paimon.sort
Spilled files Merger of BinaryExternalSortBuffer.
AbstractBinaryExternalMerger(IOManager, int, int, SpillChannelManager, BlockCompressionFactory, int) - Constructor for class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
AbstractCatalog - Class in org.apache.paimon.catalog
Common implementation of Catalog.
AbstractCatalog(FileIO) - Constructor for class org.apache.paimon.catalog.AbstractCatalog
 
AbstractCatalog(FileIO, Options) - Constructor for class org.apache.paimon.catalog.AbstractCatalog
 
AbstractColumnReader<VECTOR extends WritableColumnVector> - Class in org.apache.paimon.format.parquet.reader
Abstract ColumnReader.
AbstractColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
AbstractCompactRewriter - Class in org.apache.paimon.mergetree.compact
Common implementation of CompactRewriter.
AbstractCompactRewriter() - Constructor for class org.apache.paimon.mergetree.compact.AbstractCompactRewriter
 
AbstractDataTableRead<T> - Class in org.apache.paimon.table.source
A InnerTableRead for data table.
AbstractDataTableRead(FileStoreRead<T>, TableSchema) - Constructor for class org.apache.paimon.table.source.AbstractDataTableRead
 
AbstractFieldStatsCollector - Class in org.apache.paimon.statistics
Abstract base stats collector.
AbstractFieldStatsCollector() - Constructor for class org.apache.paimon.statistics.AbstractFieldStatsCollector
 
AbstractFileIOChannel - Class in org.apache.paimon.disk
Abstract FileIOChannel to share some implementation.
AbstractFileIOChannel(FileIOChannel.ID, boolean) - Constructor for class org.apache.paimon.disk.AbstractFileIOChannel
Creates a new channel to the path indicated by the given ID.
AbstractFileStore<T> - Class in org.apache.paimon
Base FileStore implementation.
AbstractFileStore(FileIO, SchemaManager, long, CoreOptions, RowType, CatalogEnvironment) - Constructor for class org.apache.paimon.AbstractFileStore
 
AbstractFileStoreScan - Class in org.apache.paimon.operation
Default implementation of FileStoreScan.
AbstractFileStoreScan(RowType, ScanBucketFilter, SnapshotManager, SchemaManager, ManifestFile.Factory, ManifestList.Factory, int, boolean, Integer) - Constructor for class org.apache.paimon.operation.AbstractFileStoreScan
 
AbstractFileStoreTable - Class in org.apache.paimon.table
Abstract FileStoreTable.
AbstractFileStoreTable(FileIO, Path, TableSchema, CatalogEnvironment) - Constructor for class org.apache.paimon.table.AbstractFileStoreTable
 
AbstractFileStoreWrite<T> - Class in org.apache.paimon.operation
Base FileStoreWrite implementation.
AbstractFileStoreWrite(String, SnapshotManager, FileStoreScan, IndexMaintainer.Factory<T>, String, FileStorePathFactory) - Constructor for class org.apache.paimon.operation.AbstractFileStoreWrite
 
AbstractFileStoreWrite.WriterContainer<T> - Class in org.apache.paimon.operation
RecordWriter with the snapshot id it is created upon and the identifier of its last modified commit.
AbstractFlinkTableFactory - Class in org.apache.paimon.flink
Abstract paimon factory to create table source and table sink.
AbstractFlinkTableFactory() - Constructor for class org.apache.paimon.flink.AbstractFlinkTableFactory
 
AbstractHeapVector - Class in org.apache.paimon.data.columnar.heap
Heap vector that nullable shared structure.
AbstractHeapVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
AbstractInnerTableScan - Class in org.apache.paimon.table.source
An abstraction layer above FileStoreScan to provide input split generation.
AbstractInnerTableScan(CoreOptions, SnapshotReader) - Constructor for class org.apache.paimon.table.source.AbstractInnerTableScan
 
AbstractMemorySegmentPool - Class in org.apache.paimon.memory
Abstract memory segment pool.
AbstractMemorySegmentPool(long, int) - Constructor for class org.apache.paimon.memory.AbstractMemorySegmentPool
 
AbstractOrcColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's ColumnVector to Paimon's ColumnVector.
AbstractPagedInputView - Class in org.apache.paimon.data
The base class for all input views that are backed by multiple memory pages.
AbstractPagedInputView(MemorySegment, int) - Constructor for class org.apache.paimon.data.AbstractPagedInputView
Creates a new view that starts with the given segment.
AbstractPagedInputView() - Constructor for class org.apache.paimon.data.AbstractPagedInputView
Creates a new view that is initially not bound to a memory segment.
AbstractPagedOutputView - Class in org.apache.paimon.data
The base class for all output views that are backed by multiple memory pages.
AbstractPagedOutputView(MemorySegment, int) - Constructor for class org.apache.paimon.data.AbstractPagedOutputView
Creates a new output view that writes initially to the given initial segment.
AbstractRowDataSerializer<T extends InternalRow> - Class in org.apache.paimon.data.serializer
Row serializer, provided paged serialize paged method.
AbstractRowDataSerializer() - Constructor for class org.apache.paimon.data.serializer.AbstractRowDataSerializer
 
AbstractStartingScanner - Class in org.apache.paimon.table.source.snapshot
The abstract class for StartingScanner.
AbstractWritableVector - Class in org.apache.paimon.data.columnar.writable
Contains the shared structure for ColumnVectors, including NULL information and dictionary.
AbstractWritableVector() - Constructor for class org.apache.paimon.data.columnar.writable.AbstractWritableVector
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
accept(KeyValue) - Method in interface org.apache.paimon.mergetree.WriteBuffer.KvConsumer
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.ArrayType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.BigIntType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.BinaryType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.BooleanType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.CharType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.DataType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.DateType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.DecimalType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.DoubleType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.FloatType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.IntType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.MapType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.MultisetType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.RowType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.SmallIntType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.TimestampType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.TimeType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.TinyIntType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.VarBinaryType
 
accept(DataTypeVisitor<R>) - Method in class org.apache.paimon.types.VarCharType
 
accept(T) - Method in interface org.apache.paimon.utils.ConsumerWithIOException
Performs this operation on the given argument.
accept(T) - Method in interface org.apache.paimon.utils.ThrowingConsumer
Performs this operation on the given argument.
AccessControlListHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.AccessControlListHandler
 
accessed - Variable in class org.apache.paimon.index.PartitionIndex
 
acquireTimeout(HiveConf) - Static method in class org.apache.paimon.hive.HiveCatalogLock
 
Action - Interface in org.apache.paimon.flink.action
Abstract class for Flink actions.
ActionBase - Class in org.apache.paimon.flink.action
Abstract base of Action for table.
ActionBase(String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.ActionBase
 
ActionFactory - Interface in org.apache.paimon.flink.action
Factory to create Action.
adapterForIterator(Iterator<T>) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
adapterForIterator(Iterator<T>, AutoCloseable) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
AdaptiveParallelism - Class in org.apache.paimon.flink.sink
Get adaptive config from Flink.
AdaptiveParallelism() - Constructor for class org.apache.paimon.flink.sink.AdaptiveParallelism
 
ADD - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ADD - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ADD - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ADD - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ADD() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ADD() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
add(long) - Method in class org.apache.paimon.flink.source.RecordLimiter
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.And
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Equals
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.IsNull
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.LessThan
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Not
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Or
 
add(SearchArgument.Builder) - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Predicate
 
add(K, V) - Method in class org.apache.paimon.lookup.RocksDBListState
 
add(K, V) - Method in class org.apache.paimon.lookup.RocksDBSetState
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.aggregate.AggregateMergeFunction
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.DeduplicateMergeFunction
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeFunction
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeFunctionWrapper
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.LookupChangelogMergeFunctionWrapper
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.LookupMergeFunction
 
add(KeyValue) - Method in interface org.apache.paimon.mergetree.compact.MergeFunction
Add the given KeyValue to the merge function.
add(KeyValue) - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionWrapper
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
add(KeyValue) - Method in class org.apache.paimon.mergetree.compact.ReducerMergeFunctionWrapper
Adds the given KeyValue to the MergeFunction helper.
add(BlockElement) - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Block of description add.
add(MemorySize) - Method in class org.apache.paimon.options.MemorySize
 
add(Decimal, Decimal, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
add(int) - Method in class org.apache.paimon.utils.IntHashSet
 
add(Long) - Method in class org.apache.paimon.utils.LongCounter
Consider using LongCounter.add(long) instead for primitive long values.
add(long) - Method in class org.apache.paimon.utils.LongCounter
 
add(T) - Method in class org.apache.paimon.utils.Pool
Adds an entry to the pool with an optional payload.
ADD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ADD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ADD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ADD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ADD_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ADD_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
addAllToProperties(Properties) - Method in class org.apache.paimon.options.Options
Adds all entries in this options to the given Properties.
AddBoolBeforeReturnRewriter - Class in org.apache.paimon.codegen.codesplit
A helper class of FunctionSplitter.
AddBoolBeforeReturnRewriter(String, int) - Constructor for class org.apache.paimon.codegen.codesplit.AddBoolBeforeReturnRewriter
 
addChangelog(KeyValue) - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
 
addChannel(FileIOChannel.ID) - Method in class org.apache.paimon.sort.SpillChannelManager
Add a new File channel.
addColumn(String, DataType) - Static method in interface org.apache.paimon.schema.SchemaChange
 
addColumn(String, DataType, String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
addColumn(String, DataType, String, SchemaChange.Move) - Static method in interface org.apache.paimon.schema.SchemaChange
 
addDirectDependency(Dependency) - Method in class org.apache.paimon.tools.ci.utils.shared.DependencyTree
 
addDropFileCallback(Levels.DropFileCallback) - Method in class org.apache.paimon.mergetree.Levels
 
addElement(T) - Method in class org.apache.paimon.format.avro.AvroBulkWriter
 
addElement(InternalRow) - Method in interface org.apache.paimon.format.FormatWriter
Adds an element to the encoder.
addElement(InternalRow) - Method in class org.apache.paimon.format.orc.writer.OrcBulkWriter
 
addElement(InternalRow) - Method in class org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
addField(int, boolean, boolean) - Method in class org.apache.paimon.codegen.SortSpec.SortSpecBuilder
 
addFileCommittable(CommitMessage) - Method in class org.apache.paimon.manifest.ManifestCommittable
 
addKeyNamePrefix(RowType) - Static method in class org.apache.paimon.table.PrimaryKeyTableUtils
 
addKeyNamePrefix(List<DataField>) - Static method in class org.apache.paimon.table.PrimaryKeyTableUtils
 
addLevel0File(DataFileMeta) - Method in class org.apache.paimon.mergetree.Levels
 
addLogOffset(int, long) - Method in class org.apache.paimon.manifest.ManifestCommittable
 
addMergedDataFiles(Map<BinaryRow, Map<Integer, Set<String>>>, Snapshot) - Method in class org.apache.paimon.operation.FileDeletionBase
NOTE: This method is used for building data file skipping set.
addNewFile(DataFileMeta) - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
addNewFile(DataFileMeta) - Method in interface org.apache.paimon.compact.CompactManager
Add a new file.
addNewFile(DataFileMeta) - Method in class org.apache.paimon.compact.NoopCompactManager
 
addNewFile(DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
addNewFiles(List<DataFileMeta>) - Method in class org.apache.paimon.append.AppendOnlyWriter
 
addNewFiles(List<DataFileMeta>) - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
addNewFiles(List<DataFileMeta>) - Method in interface org.apache.paimon.utils.RecordWriter
Add files to the internal CompactManager.
addOpenChannels(List<FileIOChannel>) - Method in class org.apache.paimon.sort.SpillChannelManager
Open File channels.
addOwners(Iterable<MemoryOwner>) - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
addPartition(BinaryRow) - Method in class org.apache.paimon.hive.HiveMetastoreClient
 
addPartition(LinkedHashMap<String, String>) - Method in class org.apache.paimon.hive.HiveMetastoreClient
 
addPartition(BinaryRow) - Method in interface org.apache.paimon.metastore.MetastoreClient
 
addPartition(LinkedHashMap<String, String>) - Method in interface org.apache.paimon.metastore.MetastoreClient
 
AddPartitionCommitCallback - Class in org.apache.paimon.metastore
A CommitCallback to add newly created partitions to metastore.
AddPartitionCommitCallback(MetastoreClient) - Constructor for class org.apache.paimon.metastore.AddPartitionCommitCallback
 
AddPartitionTagCallback - Class in org.apache.paimon.metastore
A TagCallback to add newly created partitions to metastore.
AddPartitionTagCallback(MetastoreClient, String) - Constructor for class org.apache.paimon.metastore.AddPartitionTagCallback
 
addReader(int) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
addReader(int) - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
addSchema(Identifier, Schema) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
addSplit(int, FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
addSplit(int, FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
addSplit(int, FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
addSplit(int, FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
addSplit(int, FileStoreSourceSplit) - Method in interface org.apache.paimon.flink.source.assigners.SplitAssigner
Add one split of a specified subtask to the assigner.
addSplits(Collection<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
addSplits(Collection<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
addSplitsBack(List<FileStoreSourceSplit>, int) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
addSplitsBack(int, List<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
addSplitsBack(int, List<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
addSplitsBack(int, List<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
addSplitsBack(int, List<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
addSplitsBack(int, List<FileStoreSourceSplit>) - Method in interface org.apache.paimon.flink.source.assigners.SplitAssigner
Adds a set of splits to this assigner.
addSplitsBack(List<FileStoreSourceSplit>, int) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
addSplitsBack(List<FileStoreSourceSplit>, int) - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
addTransitiveDependencyTo(Dependency, Dependency) - Method in class org.apache.paimon.tools.ci.utils.shared.DependencyTree
 
addUserMetadata(String, ByteBuffer) - Method in class org.apache.paimon.format.orc.writer.Vectorizer
Adds arbitrary user metadata to the outgoing ORC file.
AdjustedProjection(int[][], int[][]) - Constructor for class org.apache.paimon.mergetree.compact.MergeFunctionFactory.AdjustedProjection
 
adjustForNextLoop() - Method in class org.apache.paimon.mergetree.compact.LoserTree
Adjust the Key that needs to be returned in the next round.
adjustProjection(int[][]) - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionFactory
 
adjustTop() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Should be called when the Object at top changes values.
advance() - Method in class org.apache.paimon.data.AbstractPagedInputView
Advances the view to the next memory segment.
advance() - Method in class org.apache.paimon.data.AbstractPagedOutputView
Moves the output view to the next page.
advanceNext() - Method in class org.apache.paimon.disk.ExternalBuffer.BufferIterator
 
advanceNext() - Method in interface org.apache.paimon.disk.RowBuffer.RowBufferIterator
 
advanceNext() - Method in interface org.apache.paimon.utils.KeyValueIterator
 
after() - Method in class org.apache.paimon.compact.CompactResult
 
after() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
after(String, String) - Static method in class org.apache.paimon.schema.SchemaChange.Move
 
afterGrow() - Method in class org.apache.paimon.data.BinaryArrayWriter
 
afterGrow() - Method in class org.apache.paimon.data.BinaryRowWriter
 
afterReadPage() - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
After read a page, we may need some initialization.
afterReadPage() - Method in class org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldBoolAndAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldBoolOrAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstNotNullValueAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstValueAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldIgnoreRetractAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldLastNonNullValueAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldLastValueAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldListaggAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldMaxAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldMinAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldPrimaryKeyAgg
 
agg(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldSumAgg
 
AGG_FUNCTION - Static variable in class org.apache.paimon.CoreOptions
 
AggregateMergeFunction - Class in org.apache.paimon.mergetree.compact.aggregate
A MergeFunction where key is primary key (unique) and value is the partial record, pre-aggregate non-null fields on merge.
AggregateMergeFunction(InternalRow.FieldGetter[], FieldAggregator[]) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.AggregateMergeFunction
 
AlignedContinuousFileSplitEnumerator - Class in org.apache.paimon.flink.source.align
An aligned continuously monitoring enumerator.
AlignedContinuousFileSplitEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>, Long, long, StreamTableScan, BucketMode, long, int) - Constructor for class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
AlignedContinuousFileStoreSource - Class in org.apache.paimon.flink.source.align
AlignedContinuousFileStoreSource(ReadBuilder, Map<String, String>, Long, BucketMode) - Constructor for class org.apache.paimon.flink.source.align.AlignedContinuousFileStoreSource
 
AlignedSourceReader - Class in org.apache.paimon.flink.source.align
The difference with FileStoreSourceReader is that only after the allocated splits are fully consumed, checkpoints will be made and the next batch of splits will be requested.
AlignedSourceReader(SourceReaderContext, TableRead, IOManager, Long, FutureCompletingBlockingQueue<RecordsWithSplitIds<BulkFormat.RecordIterator<RowData>>>, FileStoreSourceReaderMetrics) - Constructor for class org.apache.paimon.flink.source.align.AlignedSourceReader
 
AlignedSplitAssigner - Class in org.apache.paimon.flink.source.assigners
Splits are allocated at the granularity of snapshots.
AlignedSplitAssigner() - Constructor for class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
ALL_TABLE_OPTIONS - Static variable in class org.apache.paimon.table.system.AllTableOptionsTable
 
AllDeltaFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner for read all file changes.
AllDeltaFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.AllDeltaFollowUpScanner
 
allFiles() - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
allFiles() - Method in interface org.apache.paimon.compact.CompactManager
 
allFiles() - Method in class org.apache.paimon.compact.NoopCompactManager
 
allFiles() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
allFiles() - Method in class org.apache.paimon.mergetree.Levels
 
allManifests(ManifestList) - Method in class org.apache.paimon.Snapshot
Return all ManifestFileMeta instances for either data or changelog manifests in this snapshot.
AllMergedMySqlTableInfo - Class in org.apache.paimon.flink.action.cdc.mysql.schema
Describe a table whose schema is merged from all source tables.
AllMergedMySqlTableInfo() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
allocate() - Method in class org.apache.paimon.flink.memory.MemorySegmentAllocator
Allocates a set of memory segments for memory pool.
allocateHeapMemory(int) - Static method in class org.apache.paimon.memory.MemorySegment
 
allocateMemory() - Method in class org.apache.paimon.flink.memory.FlinkMemorySegmentPool
 
allocateMemory() - Method in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
allocateMemory() - Method in class org.apache.paimon.memory.HeapMemorySegmentPool
 
allocateOffHeapMemory(int) - Static method in class org.apache.paimon.memory.MemorySegment
 
allocateReuseBytes(int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Allocate bytes that is only for temporary usage, it should not be stored in somewhere else.
allocateReuseChars(int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
 
allOptions - Variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
 
AllPrimaryKeyEqualVisitor - Class in org.apache.paimon.predicate
Visit the predicate and check if it only contains primary keys and can be push down.
AllPrimaryKeyEqualVisitor(List<String>) - Constructor for class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
AllTableOptionsTable - Class in org.apache.paimon.table.system
This is a system table to display all the database-table properties.
AllTableOptionsTable(FileIO, Map<String, Map<String, Path>>) - Constructor for class org.apache.paimon.table.system.AllTableOptionsTable
 
alterDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterNamespace(String[], NamespaceChange...) - Method in class org.apache.paimon.spark.SparkCatalog
 
alterNamespace(String[], NamespaceChange...) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterTable(Identifier, List<SchemaChange>, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
alterTable(Identifier, List<SchemaChange>, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Modify an existing table from SchemaChanges.
alterTable(Identifier, SchemaChange, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Modify an existing table from a SchemaChange.
alterTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterTable(ObjectPath, CatalogBaseTable, List<TableChange>, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterTable(ObjectPath, CatalogBaseTable, List<TableChange>, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterTable(Identifier, TableChange...) - Method in class org.apache.paimon.spark.SparkCatalog
 
alterTable(Identifier, TableChange...) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
alterTableImpl(Identifier, List<SchemaChange>) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
alterTableImpl(Identifier, List<SchemaChange>) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
alterTableImpl(Identifier, List<SchemaChange>) - Method in class org.apache.paimon.hive.HiveCatalog
 
alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
ALWAYS_TRUE - Static variable in interface org.apache.paimon.utils.Filter
 
alwaysTrue() - Static method in interface org.apache.paimon.utils.Filter
 
AND - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AND - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AND - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AND - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
AND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
And(OrcFilters.Predicate...) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.And
Creates an AND predicate.
And - Class in org.apache.paimon.predicate
and(Predicate...) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
and(List<Predicate>) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
AND_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AND_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AND_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AND_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AND_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
AND_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
annotation(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
annotation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
annotationConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
annotationConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
AnnotationConstantRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
AnnotationConstantRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
AnnotationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
AnnotationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
annotationMethodOrConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationMethodOrConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationMethodOrConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
annotationMethodOrConstantRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
AnnotationMethodOrConstantRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
AnnotationMethodOrConstantRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
annotationMethodRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
annotationMethodRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
annotationMethodRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationMethodRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
AnnotationMethodRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
AnnotationMethodRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
annotationTypeBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
annotationTypeBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
AnnotationTypeBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
AnnotationTypeBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
annotationTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
AnnotationTypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
AnnotationTypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
annotationTypeElementDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
annotationTypeElementDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
annotationTypeElementDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
annotationTypeElementDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
annotationTypeElementDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeElementDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
AnnotationTypeElementDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
AnnotationTypeElementDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
annotationTypeElementRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
annotationTypeElementRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
annotationTypeElementRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
annotationTypeElementRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
AnnotationTypeElementRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
AnnotationTypeElementRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
ANY - Static variable in class org.apache.paimon.codegen.SortSpec
SortSpec does not require sort.
anyCauseMatches(Class<? extends Throwable>, String) - Static method in class org.apache.paimon.testutils.assertj.AssertionUtils
Shorthand to assert the chain of causes includes a Throwable matching a specific Class and containing the provided message.
anyCauseMatches(Class<? extends Throwable>) - Static method in class org.apache.paimon.testutils.assertj.AssertionUtils
Shorthand to assert the chain of causes includes a Throwable matching a specific Class.
anyCauseMatches(String) - Static method in class org.apache.paimon.testutils.assertj.AssertionUtils
Shorthand to assert the chain of causes includes a Throwable matching a specific Class and containing the provided message.
anyNull() - Method in class org.apache.paimon.data.BinaryArray
 
anyNull() - Method in class org.apache.paimon.data.BinaryRow
The bit is 1 when the field is null.
anyNull(int[]) - Method in class org.apache.paimon.data.BinaryRow
 
apacheHeaderToHtml() - Static method in class org.apache.paimon.docs.util.Utils
 
append(Path, int, Progressable) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
appendBytes(int, byte[], int, int) - Method in class org.apache.paimon.data.columnar.heap.HeapBytesVector
 
appendBytes(int, byte[], int, int) - Method in interface org.apache.paimon.data.columnar.writable.WritableBytesVector
Append byte[] at rowId with the provided value.
AppendOnlyCompactionTask - Class in org.apache.paimon.append
Compaction task generated by AppendOnlyTableCompactionCoordinator.
AppendOnlyCompactionTask(BinaryRow, List<DataFileMeta>) - Constructor for class org.apache.paimon.append.AppendOnlyCompactionTask
 
AppendOnlyCompactManager - Class in org.apache.paimon.append
Compact manager for AppendOnlyFileStore.
AppendOnlyCompactManager(ExecutorService, List<DataFileMeta>, int, int, long, AppendOnlyCompactManager.CompactRewriter, CompactionMetrics) - Constructor for class org.apache.paimon.append.AppendOnlyCompactManager
 
AppendOnlyCompactManager.AutoCompactTask - Class in org.apache.paimon.append
A CompactTask impl for append-only table auto-compaction.
AppendOnlyCompactManager.CompactRewriter - Interface in org.apache.paimon.append
Compact rewriter for append-only table.
AppendOnlyCompactManager.FullCompactTask - Class in org.apache.paimon.append
A CompactTask impl for full compaction of append-only table.
AppendOnlyFileStore - Class in org.apache.paimon
FileStore for reading and writing InternalRow.
AppendOnlyFileStore(FileIO, SchemaManager, long, CoreOptions, RowType, RowType, RowType, String, CatalogEnvironment) - Constructor for class org.apache.paimon.AppendOnlyFileStore
 
AppendOnlyFileStoreRead - Class in org.apache.paimon.operation
AppendOnlyFileStoreRead(FileIO, SchemaManager, long, RowType, FileFormatDiscover, FileStorePathFactory) - Constructor for class org.apache.paimon.operation.AppendOnlyFileStoreRead
 
AppendOnlyFileStoreScan - Class in org.apache.paimon.operation
AppendOnlyFileStoreScan(RowType, ScanBucketFilter, SnapshotManager, SchemaManager, long, ManifestFile.Factory, ManifestList.Factory, int, boolean, Integer) - Constructor for class org.apache.paimon.operation.AppendOnlyFileStoreScan
 
AppendOnlyFileStoreTable - Class in org.apache.paimon.table
FileStoreTable for append table.
AppendOnlyFileStoreWrite - Class in org.apache.paimon.operation
AppendOnlyFileStoreWrite(FileIO, AppendOnlyFileStoreRead, long, String, RowType, FileStorePathFactory, SnapshotManager, FileStoreScan, CoreOptions, String) - Constructor for class org.apache.paimon.operation.AppendOnlyFileStoreWrite
 
AppendOnlySplitGenerator - Class in org.apache.paimon.table.source
Append only implementation of SplitGenerator.
AppendOnlySplitGenerator(long, long, BucketMode) - Constructor for class org.apache.paimon.table.source.AppendOnlySplitGenerator
 
AppendOnlyTableCompactionCoordinator - Class in org.apache.paimon.append
AppendOnlyFileStoreTable compact coordinator.
AppendOnlyTableCompactionCoordinator(AppendOnlyFileStoreTable) - Constructor for class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
AppendOnlyTableCompactionCoordinator(AppendOnlyFileStoreTable, boolean) - Constructor for class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
AppendOnlyTableCompactionCoordinator(AppendOnlyFileStoreTable, boolean, Predicate) - Constructor for class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
AppendOnlyTableCompactionWorkerOperator - Class in org.apache.paimon.flink.sink
Operator to execute AppendOnlyCompactionTask passed from BucketUnawareCompactSource.
AppendOnlyTableCompactionWorkerOperator(AppendOnlyFileStoreTable, String) - Constructor for class org.apache.paimon.flink.sink.AppendOnlyTableCompactionWorkerOperator
 
AppendOnlyWriter - Class in org.apache.paimon.append
A RecordWriter implementation that only accepts records which are always insert operations and don't have any unique keys or sort keys.
AppendOnlyWriter(FileIO, IOManager, long, FileFormat, long, RowType, long, CompactManager, boolean, DataFilePathFactory, CommitIncrement, boolean, boolean, String, FieldStatsCollector.Factory[], WriterMetrics) - Constructor for class org.apache.paimon.append.AppendOnlyWriter
 
apply(InternalRow) - Method in interface org.apache.paimon.codegen.Projection
 
apply() - Method in interface org.apache.paimon.fs.PluginFileIO.Func
 
apply(T, U) - Method in interface org.apache.paimon.utils.BiFunctionWithIOE
Applies this function to the given arguments.
apply(T) - Method in interface org.apache.paimon.utils.FunctionWithException
Calls this function.
apply(T) - Method in interface org.apache.paimon.utils.IOFunction
 
apply(InternalRow, BinaryRow) - Method in class org.apache.paimon.utils.ProjectToRowFunction
 
applyDeleteFilters(List<ResolvedExpression>) - Method in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
applyDynamicFiltering(List<String>) - Method in class org.apache.paimon.flink.source.DataTableSource
 
applyDynamicFiltering(List<String>) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
applyDynamicFiltering(List<String>) - Method in class org.apache.paimon.flink.source.SystemTableSource
 
applyDynamicFiltering(List<String>) - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
applyFilters(List<ResolvedExpression>) - Method in class org.apache.paimon.flink.source.table.PushedRichTableSource
 
applyFilters(List<ResolvedExpression>) - Method in class org.apache.paimon.flink.source.table.PushedTableSource
 
applyLimit(long) - Method in class org.apache.paimon.flink.source.table.PushedRichTableSource
 
applyLimit(long) - Method in class org.apache.paimon.flink.source.table.PushedTableSource
 
applyOverwrite(boolean) - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
applyProjection(int[][]) - Method in class org.apache.paimon.flink.source.table.PushedRichTableSource
 
applyProjection(int[][]) - Method in class org.apache.paimon.flink.source.table.PushedTableSource
 
applyRowLevelDelete(RowLevelModificationScanContext) - Method in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
applyRowLevelUpdate(List<Column>, RowLevelModificationScanContext) - Method in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
applySchemaChange(SchemaManager, SchemaChange, Identifier) - Method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
applyStaticPartition(Map<String, String>) - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
applyWatermark(WatermarkStrategy<RowData>) - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
arguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
ArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
ArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
array() - Method in class org.apache.paimon.spark.SparkArrayData
 
ARRAY(DataType) - Static method in class org.apache.paimon.types.DataTypes
 
ArrayColumnReader - Class in org.apache.paimon.format.parquet.reader
ArrayColumnReader(ColumnDescriptor, PageReader, boolean, Type, DataType) - Constructor for class org.apache.paimon.format.parquet.reader.ArrayColumnReader
 
ArrayColumnVector - Interface in org.apache.paimon.data.columnar
Array column vector.
arrayCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arrayCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arrayCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
arrayCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
ArrayCreatorRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
ArrayCreatorRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
arrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
ArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
ArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
ArraySegmentPool - Class in org.apache.paimon.memory
A MemorySegmentPool for allocated segments.
ArraySegmentPool(List<MemorySegment>) - Constructor for class org.apache.paimon.memory.ArraySegmentPool
 
ArrayType - Class in org.apache.paimon.types
Data type of an array of elements with same subtype.
ArrayType(boolean, DataType) - Constructor for class org.apache.paimon.types.ArrayType
 
ArrayType(DataType) - Constructor for class org.apache.paimon.types.ArrayType
 
ArrayUtils - Class in org.apache.paimon.utils
Utils for array.
ARROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ARROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ARROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ARROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ARROW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
ARROW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
ASSERT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ASSERT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ASSERT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ASSERT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ASSERT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
ASSERT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
AssertionUtils - Class in org.apache.paimon.testutils.assertj
Some reusable assertions and utilities for AssertJ.
assertNoDelete(Collection<ManifestEntry>) - Static method in class org.apache.paimon.manifest.ManifestEntry
 
assertSchemaCompatible(TableSchema, List<DataField>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
assertStreamingConfiguration(StreamExecutionEnvironment) - Static method in class org.apache.paimon.flink.sink.FlinkSink
 
assertStreamingConfiguration(StreamExecutionEnvironment) - Static method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
assertStreamingConfigurationForAlignMode(StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
assertThatChainOfCauses(Throwable) - Static method in class org.apache.paimon.testutils.assertj.AssertionUtils
Shorthand to assert chain of causes.
assertThrowable(Throwable, Class<T>) - Static method in class org.apache.paimon.utils.ExceptionUtils
The same as ExceptionUtils.findThrowable(Throwable, Class), but rethrows original exception if the expected exception was not found.
assertThrowableWithMessage(Throwable, String) - Static method in class org.apache.paimon.utils.ExceptionUtils
The same as ExceptionUtils.findThrowableWithMessage(Throwable, String), but rethrows original exception if the expected exception was not found.
ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
assign(BinaryRow, int) - Method in interface org.apache.paimon.index.BucketAssigner
 
assign(BinaryRow, int) - Method in class org.apache.paimon.index.HashBucketAssigner
Assign a bucket for key hash of a record.
assign(int, IntPredicate) - Method in class org.apache.paimon.index.PartitionIndex
 
assign(BinaryRow, int) - Method in class org.apache.paimon.index.SimpleHashBucketAssigner
 
assignBucket(BinaryRow, Filter<Integer>, int) - Method in class org.apache.paimon.crosspartition.BucketAssigner
 
assignFieldsDefaultValue(RecordReader<InternalRow>) - Method in class org.apache.paimon.operation.DefaultValueAssigner
assign default value for column which value is null.
assignSplits() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
assignSuggestedTask(FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
asSpecificNodeType(String, Class<T>) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
Parses the provided JSON string and casts it to the specified type of JsonNode.
asSQLString() - Method in class org.apache.paimon.types.ArrayType
 
asSQLString() - Method in class org.apache.paimon.types.BigIntType
 
asSQLString() - Method in class org.apache.paimon.types.BinaryType
 
asSQLString() - Method in class org.apache.paimon.types.BooleanType
 
asSQLString() - Method in class org.apache.paimon.types.CharType
 
asSQLString() - Method in class org.apache.paimon.types.DataField
 
asSQLString() - Method in class org.apache.paimon.types.DataType
Returns a string that summarizes this type as SQL standard string for printing to a console.
asSQLString() - Method in class org.apache.paimon.types.DateType
 
asSQLString() - Method in class org.apache.paimon.types.DecimalType
 
asSQLString() - Method in class org.apache.paimon.types.DoubleType
 
asSQLString() - Method in class org.apache.paimon.types.FloatType
 
asSQLString() - Method in class org.apache.paimon.types.IntType
 
asSQLString() - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
asSQLString() - Method in class org.apache.paimon.types.MapType
 
asSQLString() - Method in class org.apache.paimon.types.MultisetType
 
asSQLString() - Method in class org.apache.paimon.types.RowType
 
asSQLString() - Method in class org.apache.paimon.types.SmallIntType
 
asSQLString() - Method in class org.apache.paimon.types.TimestampType
 
asSQLString() - Method in class org.apache.paimon.types.TimeType
 
asSQLString() - Method in class org.apache.paimon.types.TinyIntType
 
asSQLString() - Method in class org.apache.paimon.types.VarBinaryType
 
asSQLString() - Method in class org.apache.paimon.types.VarCharType
 
asSummaryString() - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
asSummaryString() - Method in class org.apache.paimon.flink.source.DataTableSource
 
asSummaryString() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
asSummaryString() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
asSummaryString() - Method in class org.apache.paimon.flink.source.table.BaseTableSource
 
asyncLookup(RowData) - Method in class org.apache.paimon.flink.lookup.AsyncLookupFunctionWrapper
 
AsyncLookupFunctionWrapper - Class in org.apache.paimon.flink.lookup
A AsyncLookupFunction to wrap sync function.
AsyncLookupFunctionWrapper(NewLookupFunction, int) - Constructor for class org.apache.paimon.flink.lookup.AsyncLookupFunctionWrapper
 
AsyncRecordReader<T> - Class in org.apache.paimon.utils
A RecordReader to use ASYNC_EXECUTOR to read records async.
AsyncRecordReader(IOExceptionSupplier<RecordReader<T>>) - Constructor for class org.apache.paimon.utils.AsyncRecordReader
 
AT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
AT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
AT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
AT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
AT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
AT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
AUDIT_LOG - Static variable in class org.apache.paimon.table.system.AuditLogTable
 
AuditLogTable - Class in org.apache.paimon.table.system
A Table for reading audit log of table.
AuditLogTable(FileStoreTable) - Constructor for class org.apache.paimon.table.system.AuditLogTable
 
AUTO_CREATE - Static variable in class org.apache.paimon.CoreOptions
 
AutoClosableProcess - Class in org.apache.paimon.benchmark.utils
Utility class to terminate a given Process when exiting a try-with-resources statement.
AutoClosableProcess.AutoClosableProcessBuilder - Class in org.apache.paimon.benchmark.utils
Builder for most sophisticated processes.
AutoCompactTask(List<DataFileMeta>, AppendOnlyCompactManager.CompactRewriter, CompactionMetrics) - Constructor for class org.apache.paimon.append.AppendOnlyCompactManager.AutoCompactTask
 
AutoTagForSavepointCommitterOperator<CommitT,GlobalCommitT> - Class in org.apache.paimon.flink.sink
Commit Committable for each snapshot using the CommitterOperator.
AutoTagForSavepointCommitterOperator(CommitterOperator<CommitT, GlobalCommitT>, SerializableSupplier<SnapshotManager>, SerializableSupplier<TagManager>, SerializableSupplier<TagDeletion>, SerializableSupplier<List<TagCallback>>) - Constructor for class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
available() - Method in class org.apache.paimon.io.DataInputDeserializer
 
AVRO_OUTPUT_CODEC - Static variable in class org.apache.paimon.format.avro.AvroFileFormat
 
AvroBuilder<T> - Interface in org.apache.paimon.format.avro
A builder to create an AvroBulkWriter from an OutputStream.
AvroBulkFormat - Class in org.apache.paimon.format.avro
Provides a FormatReaderFactory for Avro records.
AvroBulkFormat(RowType) - Constructor for class org.apache.paimon.format.avro.AvroBulkFormat
 
AvroBulkWriter<T> - Class in org.apache.paimon.format.avro
A simple writer implementation that wraps an Avro DataFileWriter.
AvroBulkWriter(DataFileWriter<T>) - Constructor for class org.apache.paimon.format.avro.AvroBulkWriter
Create a new AvroBulkWriter wrapping the given Avro DataFileWriter.
AvroFileFormat - Class in org.apache.paimon.format.avro
AvroFileFormat(Options) - Constructor for class org.apache.paimon.format.avro.AvroFileFormat
 
AvroFileFormatFactory - Class in org.apache.paimon.format.avro
Factory to create AvroFileFormat.
AvroFileFormatFactory() - Constructor for class org.apache.paimon.format.avro.AvroFileFormatFactory
 
AvroRowDatumReader - Class in org.apache.paimon.format.avro
A DatumReader for reading InternalRow.
AvroRowDatumReader(RowType) - Constructor for class org.apache.paimon.format.avro.AvroRowDatumReader
 
AvroRowDatumWriter - Class in org.apache.paimon.format.avro
A DatumWriter for writing InternalRow.
AvroRowDatumWriter(RowType) - Constructor for class org.apache.paimon.format.avro.AvroRowDatumWriter
 
AvroSchemaConverter - Class in org.apache.paimon.format.avro
Converts an Avro schema into Paimon's type information.
AvroSchemaTypelessReader<T> - Interface in org.apache.paimon.format.avro
Visitor to visit Schema which could generate reader without type, but that reader should only call to skip.
AvroSchemaVisitor<T> - Interface in org.apache.paimon.format.avro
Visitor to visit Schema.
AvroToRowDataConverters - Class in org.apache.paimon.format.avro
Tool class used to convert from Avro GenericRecord to InternalRow.
AvroToRowDataConverters() - Constructor for class org.apache.paimon.format.avro.AvroToRowDataConverters
 
AvroToRowDataConverters.AvroToRowDataConverter - Interface in org.apache.paimon.format.avro
Runtime converter that converts Avro data structures into objects of Paimon internal data structures.
AvroWriterFactory<T> - Class in org.apache.paimon.format.avro
A factory that creates an AvroBulkWriter.
AvroWriterFactory(AvroBuilder<T>) - Constructor for class org.apache.paimon.format.avro.AvroWriterFactory
Creates a new AvroWriterFactory using the given builder to assemble the ParquetWriter.

B

BANG - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BANG - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BANG - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BANG - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BANG() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
BANG() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
baseManifestList() - Method in class org.apache.paimon.Snapshot
 
baseSnapshotId - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite.WriterContainer
 
baseSnapshotId - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
BaseTableSource - Class in org.apache.paimon.flink.source.table
The ScanTableSource with push down interfaces.
BaseTableSource(FlinkTableSource) - Constructor for class org.apache.paimon.flink.source.table.BaseTableSource
 
BaseTagPeriodHandler() - Constructor for class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
BaseVectorizedColumnReader - Class in org.apache.paimon.format.parquet.reader
It's column level Parquet reader which is used to read a batch of records for a column, part of the code is referred from Apache Hive and Apache Parquet.
BaseVectorizedColumnReader(ColumnDescriptor, PageReader, boolean, Type, DataType) - Constructor for class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
BaseVectorizedColumnReader.NullIntIterator - Class in org.apache.paimon.format.parquet.reader
Reading zero always.
BaseVectorizedColumnReader.RLEIntIterator - Class in org.apache.paimon.format.parquet.reader
Reading int from RunLengthBitPackingHybridDecoder.
BaseVectorizedColumnReader.ValuesReaderIntIterator - Class in org.apache.paimon.format.parquet.reader
Reading int from ValuesReader.
batchSink(DataStream<RowData>) - Method in class org.apache.paimon.flink.action.TableActionBase
Sink DataStream dataStream to table with Flink Table API in batch environment.
batchSize - Variable in class org.apache.paimon.format.orc.OrcReaderFactory
 
BatchTableCommit - Interface in org.apache.paimon.table.sink
A TableCommit for batch processing.
BatchTableWrite - Interface in org.apache.paimon.table.sink
A TableWrite for batch processing.
batchTEnv - Variable in class org.apache.paimon.flink.action.ActionBase
 
batchTEnv - Variable in class org.apache.paimon.flink.sorter.TableSorter
 
BatchWriteBuilder - Interface in org.apache.paimon.table.sink
An interface for building the BatchTableWrite and BatchTableCommit.
BatchWriteBuilderImpl - Class in org.apache.paimon.table.sink
Implementation for WriteBuilder.
BatchWriteBuilderImpl(InnerTable) - Constructor for class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
BatchWriteGeneratorTagOperator<CommitT,GlobalCommitT> - Class in org.apache.paimon.flink.sink
Commit Committable for snapshot using the CommitterOperator.
BatchWriteGeneratorTagOperator(CommitterOperator<CommitT, GlobalCommitT>, FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
before() - Method in class org.apache.paimon.compact.CompactResult
 
before() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
beforeAndAfterFields() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
beforeEach(ExtensionContext) - Method in class org.apache.paimon.testutils.junit.TestLoggerExtension
 
beforeFiles() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
beforeFiles() - Method in class org.apache.paimon.table.source.DataSplit
 
beforeFiles() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
beforeSql() - Method in class org.apache.paimon.benchmark.Sink
 
Benchmark - Class in org.apache.paimon.benchmark
The entry point to run benchmark.
Benchmark() - Constructor for class org.apache.paimon.benchmark.Benchmark
 
BENCHMARK_CONF_FILENAME - Static variable in class org.apache.paimon.benchmark.utils.BenchmarkGlobalConfiguration
 
BenchmarkGlobalConfiguration - Class in org.apache.paimon.benchmark.utils
Global configuration object for benchmark.
BenchmarkMetric - Class in org.apache.paimon.benchmark.metric
Metric collected per BenchmarkOptions.METRIC_MONITOR_INTERVAL for a single query.
BenchmarkMetric(double, long, double, Long) - Constructor for class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
BenchmarkOptions - Class in org.apache.paimon.benchmark
Benchmark execution options.
BenchmarkOptions() - Constructor for class org.apache.paimon.benchmark.BenchmarkOptions
 
BenchmarkUtils - Class in org.apache.paimon.benchmark.utils
Formatting utils for benchmark.
BenchmarkUtils() - Constructor for class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
between(int, Object, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
BiFunctionWithIOE<T,U,R> - Interface in org.apache.paimon.utils
A bi function with IOException.
BIGINT() - Static method in class org.apache.paimon.types.DataTypes
 
BigIntType - Class in org.apache.paimon.types
Data type of an 8-byte signed integer with values from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
BigIntType(boolean) - Constructor for class org.apache.paimon.types.BigIntType
 
BigIntType() - Constructor for class org.apache.paimon.types.BigIntType
 
BINARY(int) - Static method in class org.apache.paimon.types.DataTypes
 
BINARY_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BINARY_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BINARY_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BINARY_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BINARY_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
BINARY_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
BinaryArray - Class in org.apache.paimon.data
A binary implementation of InternalArray which is backed by MemorySegments.
BinaryArray() - Constructor for class org.apache.paimon.data.BinaryArray
 
BinaryArrayWriter - Class in org.apache.paimon.data
Writer for binary array.
BinaryArrayWriter(BinaryArray, int, int) - Constructor for class org.apache.paimon.data.BinaryArrayWriter
 
BinaryArrayWriter.NullSetter - Interface in org.apache.paimon.data
Accessor for setting the elements of an array writer to null during runtime.
BinaryExternalMerger - Class in org.apache.paimon.sort
Record merger for sort of BinaryRow.
BinaryExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowSerializer, RecordComparator, BlockCompressionFactory, int) - Constructor for class org.apache.paimon.sort.BinaryExternalMerger
 
BinaryExternalSortBuffer - Class in org.apache.paimon.sort
A spillable SortBuffer.
BinaryExternalSortBuffer(BinaryRowSerializer, RecordComparator, int, BinaryInMemorySortBuffer, IOManager, int) - Constructor for class org.apache.paimon.sort.BinaryExternalSortBuffer
 
BinaryIndexedSortable - Class in org.apache.paimon.sort
An abstract sortable, provide basic compare and swap.
BinaryIndexedSortable(NormalizedKeyComputer, BinaryRowSerializer, RecordComparator, ArrayList<MemorySegment>, MemorySegmentPool) - Constructor for class org.apache.paimon.sort.BinaryIndexedSortable
 
BinaryInMemorySortBuffer - Class in org.apache.paimon.sort
In memory sort buffer for binary row.
BinaryMap - Class in org.apache.paimon.data
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
BinaryMap() - Constructor for class org.apache.paimon.data.BinaryMap
 
BinaryMergeIterator<Entry> - Class in org.apache.paimon.sort
Binary version of MergeIterator.
BinaryMergeIterator(List<MutableObjectIterator<Entry>>, List<Entry>, Comparator<Entry>) - Constructor for class org.apache.paimon.sort.BinaryMergeIterator
 
BinaryRow - Class in org.apache.paimon.data
An implementation of InternalRow which is backed by MemorySegment instead of Object.
BinaryRow(int) - Constructor for class org.apache.paimon.data.BinaryRow
 
BinaryRowDataUtil - Class in org.apache.paimon.utils
Utilities for BinaryRow.
BinaryRowDataUtil() - Constructor for class org.apache.paimon.utils.BinaryRowDataUtil
 
BinaryRowSerializer - Class in org.apache.paimon.data.serializer
Serializer for BinaryRow.
BinaryRowSerializer(int) - Constructor for class org.apache.paimon.data.serializer.BinaryRowSerializer
 
BinaryRowWriter - Class in org.apache.paimon.data
Writer for BinaryRow.
BinaryRowWriter(BinaryRow) - Constructor for class org.apache.paimon.data.BinaryRowWriter
 
BinaryRowWriter(BinaryRow, int) - Constructor for class org.apache.paimon.data.BinaryRowWriter
 
BinarySection - Class in org.apache.paimon.data
Describe a section of memory.
BinarySection() - Constructor for class org.apache.paimon.data.BinarySection
 
BinarySection(MemorySegment[], int, int) - Constructor for class org.apache.paimon.data.BinarySection
 
BinarySerializer - Class in org.apache.paimon.data.serializer
Type serializer for byte[].
BinarySerializer() - Constructor for class org.apache.paimon.data.serializer.BinarySerializer
 
BinaryString - Class in org.apache.paimon.data
A string which is backed by MemorySegments.
BinaryString(MemorySegment[], int, int) - Constructor for class org.apache.paimon.data.BinaryString
 
BinaryStringSerializer - Class in org.apache.paimon.data.serializer
Serializer for BinaryString.
BinaryStringUtils - Class in org.apache.paimon.utils
Util for BinaryString.
BinaryStringUtils() - Constructor for class org.apache.paimon.utils.BinaryStringUtils
 
BinaryTableStats - Class in org.apache.paimon.stats
A serialized row bytes to cache FieldStats.
BinaryTableStats(InternalRow) - Constructor for class org.apache.paimon.stats.BinaryTableStats
 
BinaryTableStats(BinaryRow, BinaryRow, Long[]) - Constructor for class org.apache.paimon.stats.BinaryTableStats
 
BinaryTableStats(BinaryRow, BinaryRow, Long[], FieldStats[]) - Constructor for class org.apache.paimon.stats.BinaryTableStats
 
BinaryType - Class in org.apache.paimon.types
Data type of a fixed-length binary string (=a sequence of bytes).
BinaryType(boolean, int) - Constructor for class org.apache.paimon.types.BinaryType
 
BinaryType(int) - Constructor for class org.apache.paimon.types.BinaryType
 
BinaryType() - Constructor for class org.apache.paimon.types.BinaryType
 
BinaryWriter - Interface in org.apache.paimon.data
Writer to write a composite data format, like row, array.
BinaryWriter.ValueSetter - Interface in org.apache.paimon.data
Accessor for setting the elements of a binary writer during runtime.
BinPacking - Class in org.apache.paimon.utils
Contains bin packing implementations.
BITAND - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BITAND - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BITAND - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BITAND - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BITAND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
BITAND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
BITAND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
BITAND(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
BITAND() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
BITAND(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
bitGet(MemorySegment, int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
read bit.
bitGet(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
read bit from segments.
BITOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BITOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BITOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BITOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BITOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
BITOR(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
BITOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
BITOR(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
BITOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
BITOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
bitSet(MemorySegment, int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set bit.
bitSet(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set bit from segments.
bitUnSet(MemorySegment, int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
unset bit.
bitUnSet(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
unset bit from segments.
blankString(int) - Static method in class org.apache.paimon.data.BinaryString
Creates a BinaryString instance that contains `length` spaces.
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
block() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
BLOCK_CACHE_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
BLOCK_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
BlockCompressionFactory - Interface in org.apache.paimon.compression
Each compression codec has an implementation of BlockCompressionFactory to create compressors and decompressors.
BlockCompressor - Interface in org.apache.paimon.compression
A compressor which compresses a whole byte array each time.
BlockContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
BlockContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
BlockDecompressor - Interface in org.apache.paimon.compression
A decompressor which decompresses a block each time.
BlockElement - Interface in org.apache.paimon.options.description
Part of description that represents a block e.g.
blockLabel - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
blockLabel - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
blockStatement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
blockStatement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
blockStatement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
blockStatement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
blockStatement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
BlockStatementContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
BlockStatementContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
BlockStatementGrouper - Class in org.apache.paimon.codegen.codesplit
Groups end extract single line statements such as operations on fields/local variables, IF and WHILE statements and extract new method for each group making them smaller.
BlockStatementGrouper(String, long, String) - Constructor for class org.apache.paimon.codegen.codesplit.BlockStatementGrouper
Initialize new BlockStatementGrouper.
BlockStatementGrouper.RewriteGroupedCode - Class in org.apache.paimon.codegen.codesplit
This object represents a rewritten code block.
BlockStatementRewriter - Class in org.apache.paimon.codegen.codesplit
Extract branch of IFs, ELSEs statements and WHILEs code blocks into smaller methods.
BlockStatementRewriter(String, long) - Constructor for class org.apache.paimon.codegen.codesplit.BlockStatementRewriter
 
BlockStatementSplitter - Class in org.apache.paimon.codegen.codesplit
Extract statements from IFs, ELSEs and WHILEs blocks making them smaller.
BlockStatementSplitter(String, String) - Constructor for class org.apache.paimon.codegen.codesplit.BlockStatementSplitter
Initialize new BlockStatementSplitter.
BLOOM_FILTER_BITS_PER_KEY - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
BLOOM_FILTER_BLOCK_BASED_MODE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
BOOL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BOOL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BOOL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BOOL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BOOL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
BOOL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
BOOLEAN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BOOLEAN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BOOLEAN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BOOLEAN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BOOLEAN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
BOOLEAN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
BOOLEAN() - Static method in class org.apache.paimon.types.DataTypes
 
BooleanColumnReader - Class in org.apache.paimon.format.parquet.reader
Boolean ColumnReader.
BooleanColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
BooleanColumnVector - Interface in org.apache.paimon.data.columnar
Boolean column vector.
BooleanSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Boolean (and bool, via auto-boxing).
BooleanSerializer() - Constructor for class org.apache.paimon.data.serializer.BooleanSerializer
 
booleanType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Boolean type.
BooleanType - Class in org.apache.paimon.types
Data type of a boolean with a (possibly) three-valued logic of TRUE, FALSE, UNKNOWN.
BooleanType(boolean) - Constructor for class org.apache.paimon.types.BooleanType
 
BooleanType() - Constructor for class org.apache.paimon.types.BooleanType
 
bootstrap(int, int, Consumer<InternalRow>) - Method in class org.apache.paimon.crosspartition.IndexBootstrap
 
BOOTSTRAP_SERVERS - Static variable in class org.apache.paimon.flink.kafka.KafkaLogOptions
 
bootstrapBucket(BinaryRow, int) - Method in class org.apache.paimon.crosspartition.BucketAssigner
 
bootstrapKey(InternalRow) - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
bootstrapType(TableSchema) - Static method in class org.apache.paimon.crosspartition.IndexBootstrap
 
bop - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
bop - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
BoundedChecker - Interface in org.apache.paimon.table.source.snapshot
Checker to check whether the bounded stream is end.
BREAK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BREAK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BREAK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BREAK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BREAK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
BREAK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
BUCKET - Static variable in class org.apache.paimon.CoreOptions
 
bucket() - Method in class org.apache.paimon.CoreOptions
 
bucket() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
bucket() - Method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
bucket() - Method in class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
bucket() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState.StateValue
 
bucket() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
bucket() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
bucket - Variable in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
bucket() - Method in class org.apache.paimon.manifest.ManifestEntry
 
bucket - Variable in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
bucket - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
bucket() - Method in interface org.apache.paimon.table.sink.CommitMessage
Bucket of this commit message.
bucket() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
bucket() - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
bucket() - Method in class org.apache.paimon.table.sink.DynamicBucketRowKeyExtractor
 
bucket() - Method in class org.apache.paimon.table.sink.FixedBucketRowKeyExtractor
 
bucket() - Method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
bucket(int, int) - Static method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
bucket() - Method in class org.apache.paimon.table.sink.SinkRecord
 
bucket() - Method in class org.apache.paimon.table.sink.UnawareBucketRowKeyExtractor
 
bucket() - Method in class org.apache.paimon.table.source.DataSplit
 
bucket() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
BUCKET_FIELD - Static variable in class org.apache.paimon.crosspartition.IndexBootstrap
 
BUCKET_KEY - Static variable in class org.apache.paimon.CoreOptions
 
BUCKET_PATH_PREFIX - Static variable in class org.apache.paimon.io.DataFilePathFactory
 
BucketAccelerateConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketAccelerateConfigurationHandler
 
BucketAssigner - Class in org.apache.paimon.crosspartition
Bucket Assigner to assign bucket in a partition.
BucketAssigner() - Constructor for class org.apache.paimon.crosspartition.BucketAssigner
 
BucketAssigner - Interface in org.apache.paimon.index
Assigner a bucket for a record, just used in dynamic bucket table.
BucketCrossOriginConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler
 
bucketGetter() - Static method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
bucketKeyFilter - Variable in class org.apache.paimon.operation.AbstractFileStoreScan
 
bucketKeyHashCode(BinaryRow) - Static method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
bucketKeys() - Method in class org.apache.paimon.schema.TableSchema
 
BucketLifecycleConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
BucketLocationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
BucketLoggingConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLoggingConfigurationHandler
 
bucketMetricGroup(String, String, String, int) - Method in class org.apache.paimon.metrics.MetricRegistry
 
bucketMode() - Method in class org.apache.paimon.AppendOnlyFileStore
 
bucketMode() - Method in interface org.apache.paimon.FileStore
 
bucketMode - Variable in class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
bucketMode() - Method in class org.apache.paimon.KeyValueFileStore
 
bucketMode() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
BucketMode - Enum in org.apache.paimon.table
Bucket mode of the table, it affects the writing process and also affects the data skipping in reading.
bucketMode() - Method in interface org.apache.paimon.table.FileStoreTable
 
bucketPath(Path, String, int) - Static method in class org.apache.paimon.io.DataFilePathFactory
 
bucketPath(BinaryRow, int) - Method in class org.apache.paimon.utils.FileStorePathFactory
 
BucketReplicationConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketReplicationConfigurationHandler
 
BucketsRowChannelComputer - Class in org.apache.paimon.flink.sink
ChannelComputer to partition RowData from BucketsTable.
BucketsRowChannelComputer() - Constructor for class org.apache.paimon.flink.sink.BucketsRowChannelComputer
 
BucketsTable - Class in org.apache.paimon.table.system
A table to produce modified partitions and buckets for each snapshot.
BucketsTable(FileStoreTable, boolean) - Constructor for class org.apache.paimon.table.system.BucketsTable
 
BucketsTable(FileStoreTable, boolean, String) - Constructor for class org.apache.paimon.table.system.BucketsTable
 
BucketTaggingConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketTaggingConfigurationHandler
 
BucketUnawareCompactSource - Class in org.apache.paimon.flink.source
Source Function for unaware-bucket Compaction.
BucketUnawareCompactSource(AppendOnlyFileStoreTable, boolean, long, Predicate) - Constructor for class org.apache.paimon.flink.source.BucketUnawareCompactSource
 
BucketVersioningConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketVersioningConfigurationHandler
 
BucketWebsiteConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketWebsiteConfigurationHandler
 
buffer - Variable in class org.apache.paimon.data.columnar.heap.HeapBytesVector
buffer to use when actually copying in data.
Buffer - Class in org.apache.paimon.memory
A buffer with size.
Buffer(MemorySegment, int) - Constructor for class org.apache.paimon.memory.Buffer
 
BufferCompressionException - Exception in org.apache.paimon.compression
A BufferCompressionException is thrown when the target data cannot be compressed, such as insufficient target buffer space for compression, etc.
BufferCompressionException() - Constructor for exception org.apache.paimon.compression.BufferCompressionException
 
BufferCompressionException(String) - Constructor for exception org.apache.paimon.compression.BufferCompressionException
 
BufferCompressionException(String, Throwable) - Constructor for exception org.apache.paimon.compression.BufferCompressionException
 
BufferCompressionException(Throwable) - Constructor for exception org.apache.paimon.compression.BufferCompressionException
 
BufferDecompressionException - Exception in org.apache.paimon.compression
A BufferDecompressionException is thrown when the target data cannot be decompressed, such as data corruption, insufficient target buffer space for decompression, etc.
BufferDecompressionException() - Constructor for exception org.apache.paimon.compression.BufferDecompressionException
 
BufferDecompressionException(String) - Constructor for exception org.apache.paimon.compression.BufferDecompressionException
 
BufferDecompressionException(String, Throwable) - Constructor for exception org.apache.paimon.compression.BufferDecompressionException
 
BufferDecompressionException(Throwable) - Constructor for exception org.apache.paimon.compression.BufferDecompressionException
 
BufferFileChannelReader - Class in org.apache.paimon.disk
Helper class to read Buffers from files into objects.
BufferFileReader - Interface in org.apache.paimon.disk
Read Buffer from file.
BufferFileReaderImpl - Class in org.apache.paimon.disk
A synchronous BufferFileReader implementation.
BufferFileReaderImpl(FileIOChannel.ID) - Constructor for class org.apache.paimon.disk.BufferFileReaderImpl
 
BufferFileReaderInputView - Class in org.apache.paimon.disk
An AbstractPagedInputView which reads blocks from channel without compression.
BufferFileReaderInputView(FileIOChannel.ID, IOManager, int) - Constructor for class org.apache.paimon.disk.BufferFileReaderInputView
 
BufferFileWriter - Interface in org.apache.paimon.disk
Write MemorySegment to file.
BufferFileWriterImpl - Class in org.apache.paimon.disk
A synchronous BufferFileWriter implementation.
BufferFileWriterImpl(FileIOChannel.ID) - Constructor for class org.apache.paimon.disk.BufferFileWriterImpl
 
bufferPreemptCount() - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
bufferSpillable() - Method in class org.apache.paimon.operation.KeyValueFileStoreWrite
 
build() - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
build() - Method in class org.apache.paimon.codegen.SortSpec.SortSpecBuilder
 
build() - Method in interface org.apache.paimon.flink.action.Action
Builds the action within the given Flink Stream Execution Environment.
build() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
build() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
build() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
build() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
build() - Method in class org.apache.paimon.flink.action.CompactAction
 
build() - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
build() - Method in class org.apache.paimon.flink.action.SortCompactAction
 
build() - Method in class org.apache.paimon.flink.compact.UnawareBucketCompactionTopoBuilder
 
build() - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
build() - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
build(RichCdcMultiplexRecord) - Method in class org.apache.paimon.flink.sink.cdc.NewTableSchemaBuilder
 
build() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord.Builder
 
build() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
build() - Method in class org.apache.paimon.flink.sink.CompactorSinkBuilder
 
build(DataStream<InternalRow>, Integer) - Method in class org.apache.paimon.flink.sink.DynamicBucketCompactSink
 
build(DataStream<T>, Integer) - Method in class org.apache.paimon.flink.sink.DynamicBucketSink
 
build() - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
build(DataStream<InternalRow>, Integer) - Method in class org.apache.paimon.flink.sink.index.GlobalDynamicBucketSink
 
build() - Method in class org.apache.paimon.flink.source.CompactorSourceBuilder
 
build() - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
build() - Method in class org.apache.paimon.flink.source.MultiTablesCompactorSourceBuilder
 
build(BinaryRow, int) - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
build(BinaryRow, int, boolean, List<Predicate>) - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
build(BinaryRow, int, CoreOptions) - Method in class org.apache.paimon.io.KeyValueFileWriterFactory.Builder
 
build() - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Creates description representation.
build() - Method in class org.apache.paimon.schema.Schema.Builder
Returns an instance of an unresolved Schema.
build() - Method in interface org.apache.paimon.spark.procedure.ProcedureBuilder
Builds a stored procedure via given identifier.
build() - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
build() - Method in class org.apache.paimon.types.RowType.Builder
 
build(String, TableSchema, TableSchema) - Method in class org.apache.paimon.utils.BulkFormatMapping.BulkFormatMappingBuilder
 
build() - Method in class org.apache.paimon.utils.ExecutorThreadFactory.Builder
 
buildComputedColumns(List<String>, List<DataField>) - Static method in class org.apache.paimon.flink.action.cdc.ComputedColumnUtils
 
buildDataStream() - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
buildDataStreamSource(Object) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
buildEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>, Long, StreamTableScan) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileStoreSource
 
buildEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>, Long, StreamTableScan) - Method in class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
builder() - Static method in class org.apache.paimon.casting.CastRulePredicate
 
Builder() - Constructor for class org.apache.paimon.casting.CastRulePredicate.Builder
 
builder() - Static method in class org.apache.paimon.codegen.SortSpec
 
builder(RowKind) - Static method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
Builder(RowKind) - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcRecord.Builder
 
builder(FileIO, SchemaManager, long, RowType, RowType, FileFormatDiscover, FileStorePathFactory, KeyValueFieldsExtractor, CoreOptions) - Static method in class org.apache.paimon.io.KeyValueFileReaderFactory
 
builder(FileIO, long, RowType, RowType, FileFormat, Map<String, FileStorePathFactory>, long) - Static method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
builder() - Static method in class org.apache.paimon.options.description.Description
 
Builder() - Constructor for class org.apache.paimon.schema.Schema.Builder
 
builder() - Static method in class org.apache.paimon.spark.procedure.CompactProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.CreateTagProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.RemoveOrphanFilesProcedure
 
builder() - Static method in class org.apache.paimon.spark.procedure.RollbackProcedure
 
builder() - Static method in class org.apache.paimon.table.source.DataSplit
 
Builder() - Constructor for class org.apache.paimon.table.source.DataSplit.Builder
 
builder() - Static method in class org.apache.paimon.types.RowType
 
builder(boolean, AtomicInteger) - Static method in class org.apache.paimon.types.RowType
 
Builder() - Constructor for class org.apache.paimon.utils.ExecutorThreadFactory.Builder
 
buildHybridFirstSource(Table, int[][], Predicate) - Static method in class org.apache.paimon.flink.source.LogHybridSourceFactory
 
buildKafkaSource(Configuration) - Static method in class org.apache.paimon.flink.action.cdc.kafka.KafkaActionUtils
 
buildMongodbSource(Configuration, String) - Static method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
buildMySqlSource(Configuration, String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlActionUtils
 
buildPaimonSchema(List<String>, List<String>, List<ComputedColumn>, Map<String, String>, Schema, CdcMetadataConverter[], boolean) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
buildPaimonSchema(Schema) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
buildPaimonSchema(Schema) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
buildPaimonSchema(Identifier, CatalogTable, Map<String, String>) - Method in class org.apache.paimon.flink.FlinkCatalog
 
buildSchema(String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
buildSchema(DatabaseMetaData, String, String, String, TypeMapping, boolean) - Static method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemaUtils
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
buildSource() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
buildSource(StreamExecutionEnvironment, BucketUnawareCompactSource, boolean, String) - Static method in class org.apache.paimon.flink.source.BucketUnawareCompactSource
 
buildSource(StreamExecutionEnvironment, String, TypeInformation<RowData>, ReadBuilder, long, boolean) - Static method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
buildSource(StreamExecutionEnvironment, String, TypeInformation<RowData>, Catalog.Loader, Pattern, Pattern, Pattern, long) - Static method in class org.apache.paimon.flink.source.operator.MultiTablesBatchCompactorSourceFunction
 
buildSource(StreamExecutionEnvironment, String, TypeInformation<RowData>, Catalog.Loader, Pattern, Pattern, Pattern, long) - Static method in class org.apache.paimon.flink.source.operator.MultiTablesStreamingCompactorSourceFunction
 
BulkFormatMapping - Class in org.apache.paimon.utils
Class with index mapping and bulk format.
BulkFormatMapping(int[], CastFieldGetter[], Pair<int[], RowType>, FormatReaderFactory) - Constructor for class org.apache.paimon.utils.BulkFormatMapping
 
BulkFormatMapping.BulkFormatMappingBuilder - Class in org.apache.paimon.utils
Builder to build BulkFormatMapping.
bulkGetPartitionColumnStatistics(ObjectPath, List<CatalogPartitionSpec>) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
bulkGetPartitionStatistics(ObjectPath, List<CatalogPartitionSpec>) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
bulkLoad(RocksDBState<?, ?, ?>, KeyValueIterator<byte[], byte[]>) - Method in class org.apache.paimon.lookup.RocksDBStateFactory
 
bulkLoadCollectFirst(BiConsumer<InternalRow, Integer>, RowIterator, Function<InternalRow, BinaryRow>, Function<InternalRow, BinaryRow>, Function<BinaryRow, Integer>) - Static method in interface org.apache.paimon.crosspartition.ExistingProcessor
 
bulkLoadNewRecords(Function<ExistingProcessor.SortOrder, RowIterator>, Function<InternalRow, BinaryRow>, Function<InternalRow, BinaryRow>, Function<BinaryRow, Integer>) - Method in class org.apache.paimon.crosspartition.DeleteExistingProcessor
 
bulkLoadNewRecords(Function<ExistingProcessor.SortOrder, RowIterator>, Function<InternalRow, BinaryRow>, Function<InternalRow, BinaryRow>, Function<BinaryRow, Integer>) - Method in interface org.apache.paimon.crosspartition.ExistingProcessor
 
bulkLoadNewRecords(Function<ExistingProcessor.SortOrder, RowIterator>, Function<InternalRow, BinaryRow>, Function<InternalRow, BinaryRow>, Function<BinaryRow, Integer>) - Method in class org.apache.paimon.crosspartition.SkipNewExistingProcessor
 
bulkLoadNewRecords(Function<ExistingProcessor.SortOrder, RowIterator>, Function<InternalRow, BinaryRow>, Function<InternalRow, BinaryRow>, Function<BinaryRow, Integer>) - Method in class org.apache.paimon.crosspartition.UseOldExistingProcessor
 
BYTE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BYTE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
BYTE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BYTE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
BYTE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
BYTE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
BYTE_ARRAY_BASE_OFFSET - Static variable in class org.apache.paimon.memory.MemorySegment
 
BYTE_ARRAY_BASE_OFFSET - Static variable in class org.apache.paimon.utils.BinaryRowDataUtil
 
BYTE_ARRAY_OFFSET - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
ByteArray(byte[]) - Constructor for class org.apache.paimon.lookup.RocksDBState.ByteArray
 
byteArrayEquals(byte[], byte[], int) - Static method in class org.apache.paimon.utils.BinaryRowDataUtil
 
byteArrayEquals(Object, long, Object, long, int) - Static method in class org.apache.paimon.utils.BinaryRowDataUtil
 
byteAt(int) - Method in class org.apache.paimon.data.BinaryString
Returns the byte value at the specified index.
ByteColumnReader - Class in org.apache.paimon.format.parquet.reader
ByteColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.ByteColumnReader
 
ByteColumnVector - Interface in org.apache.paimon.data.columnar
Byte column vector.
Bytes(byte[], int, int) - Constructor for class org.apache.paimon.data.columnar.BytesColumnVector.Bytes
 
bytes - Variable in class org.apache.paimon.lookup.RocksDBState.ByteArray
 
bytes - Variable in class org.apache.paimon.lookup.RocksDBState.Reference
 
BYTES() - Static method in class org.apache.paimon.types.DataTypes
 
BytesColumnReader - Class in org.apache.paimon.format.parquet.reader
BytesColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.BytesColumnReader
 
BytesColumnVector - Interface in org.apache.paimon.data.columnar
Bytes column vector to get BytesColumnVector.Bytes, it include original data and offset and length.
BytesColumnVector.Bytes - Class in org.apache.paimon.data.columnar
Bytes data.
ByteSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Byte (and byte, via auto-boxing).
ByteSerializer() - Constructor for class org.apache.paimon.data.serializer.ByteSerializer
 
bytesToBinaryString(byte[]) - Static method in class org.apache.paimon.utils.StringUtils
Given an array of bytes it will convert the bytes to a binary (0-1) string representation of the bytes.
byteToHexString(byte[], int, int) - Static method in class org.apache.paimon.utils.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
byteToHexString(byte[]) - Static method in class org.apache.paimon.utils.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
byteTruncateOrFill(byte[], int, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Return a bytebuffer with the given bytes truncated to length, or filled with 0's to length depending on whether the given bytes are larger or smaller than the given length.

C

cache - Variable in class org.apache.paimon.lookup.RocksDBState
 
CachedRandomInputView - Class in org.apache.paimon.io.cache
A SeekableDataInputView to read bytes from RandomAccessFile, the bytes can be cached to MemorySegments in CacheManager.
CachedRandomInputView(File, CacheManager) - Constructor for class org.apache.paimon.io.cache.CachedRandomInputView
 
CachelessSegmentPool - Class in org.apache.paimon.memory
A MemorySegmentPool without cache.
CachelessSegmentPool(long, int) - Constructor for class org.apache.paimon.memory.CachelessSegmentPool
 
CacheManager - Class in org.apache.paimon.io.cache
Cache manager to cache bytes to paged MemorySegments.
CacheManager(int, MemorySize) - Constructor for class org.apache.paimon.io.cache.CacheManager
 
cacheManager - Variable in class org.apache.paimon.operation.MemoryFileStoreWrite
 
calculateBitSetInBytes(int) - Static method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
calculateBitSetWidthInBytes(int) - Static method in class org.apache.paimon.data.BinaryRow
 
calculateFixLengthPartSize(DataType) - Static method in class org.apache.paimon.data.BinaryArray
It store real value when type is primitive.
calculateFixPartSizeInBytes(int) - Static method in class org.apache.paimon.data.BinaryRow
 
calculateHeaderInBytes(int) - Static method in class org.apache.paimon.data.BinaryArray
 
call() - Method in class org.apache.paimon.compact.CompactTask
 
call(ProcedureContext) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String, String, String) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
call(ProcedureContext, String) - Method in class org.apache.paimon.flink.procedure.CompactProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.CompactProcedure
 
call(ProcedureContext, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.CompactProcedure
 
call(ProcedureContext, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.CompactProcedure
 
call(ProcedureContext, String, String, long) - Method in class org.apache.paimon.flink.procedure.CreateTagProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.DeleteTagProcedure
 
call(ProcedureContext, String, String...) - Method in class org.apache.paimon.flink.procedure.DropPartitionProcedure
Deprecated.
 
call(ProcedureContext, String, String, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
call(ProcedureContext, String, String, String, String, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
call(ProcedureContext, String, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
call(ProcedureContext, String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
call(ProcedureContext, String, String, String) - Method in class org.apache.paimon.flink.procedure.MigrateFileProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.MigrateTableProcedure
 
call(ProcedureContext, String, String, String) - Method in class org.apache.paimon.flink.procedure.MigrateTableProcedure
 
call(ProcedureContext, String) - Method in class org.apache.paimon.flink.procedure.RemoveOrphanFilesProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.RemoveOrphanFilesProcedure
 
call(ProcedureContext, String, String, long) - Method in class org.apache.paimon.flink.procedure.ResetConsumerProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.ResetConsumerProcedure
 
call(ProcedureContext, String, long) - Method in class org.apache.paimon.flink.procedure.RollbackToProcedure
 
call(ProcedureContext, String, String) - Method in class org.apache.paimon.flink.procedure.RollbackToProcedure
 
call() - Method in class org.apache.paimon.hive.migrate.HiveMigrator.MigrateTask
 
call(List<ManifestCommittable>) - Method in class org.apache.paimon.metastore.AddPartitionCommitCallback
 
call(List<ManifestCommittable>) - Method in class org.apache.paimon.metastore.TagPreviewCommitCallback
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.CompactProcedure
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.CreateTagProcedure
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
call(InternalRow) - Method in interface org.apache.paimon.spark.procedure.Procedure
Executes the given stored procedure.
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.RemoveOrphanFilesProcedure
 
call(InternalRow) - Method in class org.apache.paimon.spark.procedure.RollbackProcedure
 
call(List<ManifestCommittable>) - Method in interface org.apache.paimon.table.sink.CommitCallback
 
CallbackUtils - Class in org.apache.paimon.table.sink
Utils to load callbacks.
CallbackUtils() - Constructor for class org.apache.paimon.table.sink.CallbackUtils
 
CanalFieldParser - Class in org.apache.paimon.flink.action.cdc.format.canal
Converts some special types such as enum、set、geometry.
CanalFieldParser() - Constructor for class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
CanalRecordParser - Class in org.apache.paimon.flink.action.cdc.format.canal
The CanalRecordParser class is responsible for parsing records from the Canal-JSON format.
CanalRecordParser(boolean, TypeMapping, List<ComputedColumn>) - Constructor for class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
canBePrefixMap(ConfigOption<?>) - Static method in class org.apache.paimon.options.OptionsUtils
Maps can be represented in two ways.
cancel() - Method in class org.apache.paimon.flink.source.BucketUnawareCompactSource
 
cancel() - Method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
cancel() - Method in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
cancelCompaction() - Method in class org.apache.paimon.compact.CompactFutureManager
 
cancelCompaction() - Method in interface org.apache.paimon.compact.CompactManager
Cancel currently running compaction task.
cancelCompaction() - Method in class org.apache.paimon.compact.NoopCompactManager
 
cancelJob(String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
canConvert(DataType, DataType) - Static method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
canEqual(Object) - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
canEqual(Object) - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
canEqual(Object) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
canEqual(Object) - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
canEqual(Object) - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
capabilities() - Method in class org.apache.paimon.spark.SparkTable
 
CARET - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CARET - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CARET - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CARET - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CARET() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
CARET() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
CASE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CASE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CASE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CASE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CASE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
CASE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
CASE_SENSITIVE - Static variable in class org.apache.paimon.catalog.FileSystemCatalogOptions
 
caseSensitive() - Method in interface org.apache.paimon.catalog.Catalog
Return a boolean that indicates whether this catalog is case-sensitive.
caseSensitive() - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
caseSensitive() - Method in class org.apache.paimon.hive.HiveCatalog
 
caseSensitiveConversion(String, boolean) - Static method in class org.apache.paimon.utils.StringUtils
 
cast(IN) - Method in interface org.apache.paimon.casting.CastExecutor
Cast the input value.
CastedRow - Class in org.apache.paimon.casting
An implementation of InternalRow which provides a casted view of the underlying InternalRow.
CastedRow(CastFieldGetter[]) - Constructor for class org.apache.paimon.casting.CastedRow
 
CastExecutor<IN,OUT> - Interface in org.apache.paimon.casting
Interface to model a function that performs the casting of a value from one type to another.
CastExecutors - Class in org.apache.paimon.casting
Cast executors for input type and output type.
CastExecutors() - Constructor for class org.apache.paimon.casting.CastExecutors
 
CastFieldGetter - Class in org.apache.paimon.casting
Get field value from row with given pos and cast it according to specific CastExecutor.
CastFieldGetter(InternalRow.FieldGetter, CastExecutor<?, ?>) - Constructor for class org.apache.paimon.casting.CastFieldGetter
 
castFrom(Decimal, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castFrom(String, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castFrom(BinaryString, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castFrom(double, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castFrom(long, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castFromCdcValueString(String, DataType) - Static method in class org.apache.paimon.utils.TypeUtils
 
castFromString(String, DataType) - Static method in class org.apache.paimon.utils.TypeUtils
 
castFromStringInternal(String, DataType, boolean) - Static method in class org.apache.paimon.utils.TypeUtils
 
CastRule<IN,OUT> - Interface in org.apache.paimon.casting
A CastRule provides the logic to create a CastExecutor starting from the input and the target types.
CastRulePredicate - Class in org.apache.paimon.casting
In order to apply a CastRule, the runtime checks if a particular rule matches the tuple of input and target type using this class.
CastRulePredicate.Builder - Class in org.apache.paimon.casting
Builder for the CastRulePredicate.
castToBoolean(Decimal) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castToDecimal(Decimal, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castToIntegral(Decimal) - Static method in class org.apache.paimon.utils.DecimalUtils
 
castToIntegral(Decimal) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
Catalog - Interface in org.apache.paimon.catalog
This interface is responsible for reading and writing metadata such as database/table from a paimon catalog.
catalog - Variable in class org.apache.paimon.flink.action.ActionBase
 
catalog() - Method in class org.apache.paimon.flink.FlinkCatalog
 
catalog - Variable in class org.apache.paimon.flink.procedure.ProcedureBase
 
catalog - Variable in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
catalog - Variable in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
catalog - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
catalog - Variable in class org.apache.paimon.spark.SparkCatalog
 
catalog() - Method in class org.apache.paimon.spark.SparkUtils.CatalogAndIdentifier
 
Catalog.ColumnAlreadyExistException - Exception in org.apache.paimon.catalog
Exception for trying to alter a column that already exists.
Catalog.ColumnNotExistException - Exception in org.apache.paimon.catalog
Exception for trying to operate on a column that doesn't exist.
Catalog.DatabaseAlreadyExistException - Exception in org.apache.paimon.catalog
Exception for trying to create a database that already exists.
Catalog.DatabaseNotEmptyException - Exception in org.apache.paimon.catalog
Exception for trying to drop on a database that is not empty.
Catalog.DatabaseNotExistException - Exception in org.apache.paimon.catalog
Exception for trying to operate on a database that doesn't exist.
Catalog.Loader - Interface in org.apache.paimon.catalog
Loader of Catalog.
Catalog.PartitionNotExistException - Exception in org.apache.paimon.catalog
Exception for trying to operate on a partition that doesn't exist.
Catalog.ProcessSystemDatabaseException - Exception in org.apache.paimon.catalog
Exception for trying to operate on a system database.
Catalog.TableAlreadyExistException - Exception in org.apache.paimon.catalog
Exception for trying to create a table that already exists.
Catalog.TableNotExistException - Exception in org.apache.paimon.catalog
Exception for trying to operate on a table that doesn't exist.
CATALOG_CONF - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
CATALOG_OPTIONS - Static variable in class org.apache.paimon.table.system.CatalogOptionsTable
 
catalogAndIdentifier(List<String>, Function<String, C>, BiFunction<String[], String, T>, C, String[]) - Static method in class org.apache.paimon.spark.SparkUtils
A modified version of Spark's LookupCatalog.CatalogAndIdentifier.unapply Attempts to find the catalog and identifier a multipart identifier represents.
catalogAndIdentifier(SparkSession, List<String>, CatalogPlugin) - Static method in class org.apache.paimon.spark.SparkUtils
A modified version of Spark's LookupCatalog.CatalogAndIdentifier.unapply Attempts to find the catalog and identifier a multipart identifier represents.
catalogAndIdentifier(SparkSession, String, CatalogPlugin) - Static method in class org.apache.paimon.spark.SparkUtils
 
catalogAndIdentifier(String, SparkSession, String, CatalogPlugin) - Static method in class org.apache.paimon.spark.SparkUtils
 
CatalogAndIdentifier(Pair<CatalogPlugin, Identifier>) - Constructor for class org.apache.paimon.spark.SparkUtils.CatalogAndIdentifier
 
catalogConfig() - Method in class org.apache.paimon.flink.action.ActionBase
 
CatalogContext - Class in org.apache.paimon.catalog
Context of catalog.
catalogEnvironment - Variable in class org.apache.paimon.table.AbstractFileStoreTable
 
catalogEnvironment() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
CatalogEnvironment - Class in org.apache.paimon.table
Catalog environment in table which contains log factory, metastore client factory and lineage meta.
CatalogEnvironment(Lock.Factory, MetastoreClient.Factory, LineageMetaFactory) - Constructor for class org.apache.paimon.table.CatalogEnvironment
 
catalogEnvironment() - Method in interface org.apache.paimon.table.FileStoreTable
 
CatalogFactory - Interface in org.apache.paimon.catalog
Factory to create Catalog.
catalogLoader() - Method in class org.apache.paimon.flink.action.ActionBase
 
catalogLoader - Variable in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
catalogLoader - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
CatalogLock - Interface in org.apache.paimon.catalog
An interface that allows source and sink to use global lock to some transaction-related things.
CatalogLock.Factory - Interface in org.apache.paimon.catalog
Factory to create CatalogLock.
CatalogLockFactory(CatalogLock.Factory, Identifier) - Constructor for class org.apache.paimon.operation.Lock.CatalogLockFactory
 
catalogName - Variable in class org.apache.paimon.flink.action.ActionBase
 
catalogOptions - Variable in class org.apache.paimon.catalog.AbstractCatalog
 
catalogOptions - Variable in class org.apache.paimon.flink.action.ActionBase
 
CatalogOptions - Class in org.apache.paimon.options
Options for catalog.
CatalogOptions() - Constructor for class org.apache.paimon.options.CatalogOptions
 
CatalogOptionsTable - Class in org.apache.paimon.table.system
This is a system Table to display catalog options.
CatalogOptionsTable(Options) - Constructor for class org.apache.paimon.table.system.CatalogOptionsTable
 
CatalogUtils - Class in org.apache.paimon.catalog
Utils for Catalog.
CatalogUtils() - Constructor for class org.apache.paimon.catalog.CatalogUtils
 
CATCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CATCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CATCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CATCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CATCH() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
CATCH() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
catchClause() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
catchClause() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
catchClause() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
catchClause(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
catchClause() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
catchClause(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
CatchClauseContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
CatchClauseContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
catchType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
catchType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
catchType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
catchType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
CatchTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
CatchTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
CdcActionCommonUtils - Class in org.apache.paimon.flink.action.cdc
Common utils for CDC Action.
CdcActionCommonUtils() - Constructor for class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
CdcDynamicBucketSink - Class in org.apache.paimon.flink.sink.cdc
Sink for dynamic bucket table.
CdcDynamicBucketSink(FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketSink
 
CdcDynamicBucketWriteOperator - Class in org.apache.paimon.flink.sink.cdc
A PrepareCommitOperator to write CdcRecord with bucket.
CdcDynamicBucketWriteOperator(FileStoreTable, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketWriteOperator
 
CdcDynamicTableParsingProcessFunction<T> - Class in org.apache.paimon.flink.sink.cdc
A ProcessFunction to parse CDC change event to either a list of DataFields or CdcRecord and send them to different side outputs according to table name.
CdcDynamicTableParsingProcessFunction(String, Catalog.Loader, EventParser.Factory<T>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcDynamicTableParsingProcessFunction
 
CdcHashKeyChannelComputer - Class in org.apache.paimon.flink.sink.cdc
Hash key of a CdcRecord.
CdcHashKeyChannelComputer(TableSchema) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcHashKeyChannelComputer
 
CdcMetadataConverter<T> - Interface in org.apache.paimon.flink.action.cdc
A functional interface for converting CDC metadata.
CdcMultiplexRecord - Class in org.apache.paimon.flink.sink.cdc
A data change message from the CDC source.
CdcMultiplexRecord(String, String, CdcRecord) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
CdcMultiplexRecordChannelComputer - Class in org.apache.paimon.flink.sink.cdc
CdcMultiplexRecordChannelComputer(Catalog.Loader, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecordChannelComputer
 
CdcMultiTableParsingProcessFunction<T> - Class in org.apache.paimon.flink.sink.cdc
A ProcessFunction to parse CDC change event to either a list of DataFields or CdcRecord and send them to different side outputs according to table name.
CdcMultiTableParsingProcessFunction(EventParser.Factory<T>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcMultiTableParsingProcessFunction
 
CdcParsingProcessFunction<T> - Class in org.apache.paimon.flink.sink.cdc
A ProcessFunction to parse CDC change event to either a list of DataFields or CdcRecord and send them to different downstreams.
CdcParsingProcessFunction(EventParser.Factory<T>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcParsingProcessFunction
 
CdcRecord - Class in org.apache.paimon.flink.sink.cdc
A data change message from the CDC source.
CdcRecord(RowKind, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecord
 
CdcRecordChannelComputer - Class in org.apache.paimon.flink.sink.cdc
CdcRecordChannelComputer(TableSchema) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordChannelComputer
 
CdcRecordKeyAndBucketExtractor - Class in org.apache.paimon.flink.sink.cdc
CdcRecordKeyAndBucketExtractor(TableSchema) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
CdcRecordPartitionKeyExtractor - Class in org.apache.paimon.flink.sink.cdc
CdcRecordPartitionKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordPartitionKeyExtractor
 
CdcRecordStoreMultiWriteOperator - Class in org.apache.paimon.flink.sink.cdc
CdcRecordStoreMultiWriteOperator(Catalog.Loader, StoreSinkWrite.WithWriteBufferProvider, String, Options, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
CdcRecordStoreWriteOperator - Class in org.apache.paimon.flink.sink.cdc
CdcRecordStoreWriteOperator(FileStoreTable, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordStoreWriteOperator
 
CdcRecordUtils - Class in org.apache.paimon.flink.sink.cdc
Utils for CdcRecord.
CdcRecordUtils() - Constructor for class org.apache.paimon.flink.sink.cdc.CdcRecordUtils
 
CdcSinkBuilder<T> - Class in org.apache.paimon.flink.sink.cdc
Builder for sink when syncing records into one Paimon table.
CdcSinkBuilder() - Constructor for class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
cdcSourceConfig - Variable in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
cdcSourceConfig - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
CdcWithBucketChannelComputer - Class in org.apache.paimon.flink.sink.cdc
Hash key of a CdcRecord with bucket.
CdcWithBucketChannelComputer(TableSchema) - Constructor for class org.apache.paimon.flink.sink.cdc.CdcWithBucketChannelComputer
 
chainOfCauses(Throwable) - Static method in class org.apache.paimon.testutils.assertj.AssertionUtils
You can use this method in combination with AbstractObjectAssert.extracting(Function, InstanceOfAssertFactory) to perform assertions on a chain of causes.
changedPartBuckets(List<ManifestEntry>...) - Static method in class org.apache.paimon.operation.metrics.CommitStats
 
changedPartitions(List<ManifestEntry>...) - Static method in class org.apache.paimon.operation.metrics.CommitStats
 
changeIgnoreMergeEngine() - Method in class org.apache.paimon.flink.action.TableActionBase
The CoreOptions.MergeEngines will process -U/-D records in different ways, but we want these records to be sunk directly.
changelog() - Method in class org.apache.paimon.compact.CompactResult
 
CHANGELOG_FILE_PREFIX - Static variable in class org.apache.paimon.io.DataFilePathFactory
 
CHANGELOG_PRODUCER - Static variable in class org.apache.paimon.CoreOptions
 
CHANGELOG_PRODUCER_FULL_COMPACTION_TRIGGER_INTERVAL - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
Deprecated.
CHANGELOG_PRODUCER_LOOKUP_WAIT - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
CHANGELOG_PRODUCER_ROW_DEDUPLICATE - Static variable in class org.apache.paimon.CoreOptions
 
changelogFiles() - Method in class org.apache.paimon.io.CompactIncrement
 
changelogFiles() - Method in class org.apache.paimon.io.NewFilesIncrement
 
changelogManifestList() - Method in class org.apache.paimon.Snapshot
 
changelogManifests(ManifestList) - Method in class org.apache.paimon.Snapshot
Return a ManifestFileMeta for each changelog manifest in this snapshot.
ChangelogMergeTreeRewriter - Class in org.apache.paimon.mergetree.compact
A MergeTreeCompactRewriter which produces changelog files for the compaction.
ChangelogMergeTreeRewriter(KeyValueFileReaderFactory, KeyValueFileWriterFactory, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, MergeSorter, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
changelogProducer() - Method in class org.apache.paimon.CoreOptions
 
changelogRecordCount() - Method in class org.apache.paimon.Snapshot
 
ChangelogResult - Class in org.apache.paimon.mergetree.compact
Changelog and final result for the same key.
ChangelogResult() - Constructor for class org.apache.paimon.mergetree.compact.ChangelogResult
 
changelogRowDeduplicate() - Method in class org.apache.paimon.CoreOptions
 
changelogRowDeduplicate - Variable in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
changelogs() - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
 
channel(RowData) - Method in class org.apache.paimon.flink.sink.BucketsRowChannelComputer
 
channel(CdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcHashKeyChannelComputer
 
channel(CdcMultiplexRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecordChannelComputer
 
channel(CdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordChannelComputer
 
channel(BinaryRow, int) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordChannelComputer
 
channel(Tuple2<CdcRecord, Integer>) - Method in class org.apache.paimon.flink.sink.cdc.CdcWithBucketChannelComputer
 
channel(MultiTableCommittable) - Method in class org.apache.paimon.flink.sink.cdc.MultiTableCommittableChannelComputer
 
channel(T) - Method in interface org.apache.paimon.flink.sink.ChannelComputer
 
channel(Tuple2<KeyPartOrRow, InternalRow>) - Method in class org.apache.paimon.flink.sink.index.KeyPartRowChannelComputer
 
channel(InternalRow) - Method in class org.apache.paimon.flink.sink.RowDataChannelComputer
 
channel(BinaryRow, int) - Method in class org.apache.paimon.flink.sink.RowDataChannelComputer
 
channel(InternalRow) - Method in class org.apache.paimon.flink.sink.RowHashKeyChannelComputer
 
channel(Tuple2<InternalRow, Integer>) - Method in class org.apache.paimon.flink.sink.RowWithBucketChannelComputer
 
ChannelComputer<T> - Interface in org.apache.paimon.flink.sink
A utility class to compute which downstream channel a given record should be sent to.
channelComputer1() - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketSink
 
channelComputer1() - Method in class org.apache.paimon.flink.sink.DynamicBucketSink
 
channelComputer1() - Method in class org.apache.paimon.flink.sink.RowDynamicBucketSink
 
channelComputer2() - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketSink
 
channelComputer2() - Method in class org.apache.paimon.flink.sink.DynamicBucketSink
 
channelComputer2() - Method in class org.apache.paimon.flink.sink.RowDynamicBucketSink
 
channelNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
channelNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ChannelReaderInputView - Class in org.apache.paimon.disk
A DataInputView that is backed by a BufferFileReader, making it effectively a data input stream.
ChannelReaderInputView(FileIOChannel.ID, IOManager, BlockCompressionFactory, int, int) - Constructor for class org.apache.paimon.disk.ChannelReaderInputView
 
ChannelReaderInputViewIterator - Class in org.apache.paimon.disk
A simple iterator over the input read though an I/O channel.
ChannelReaderInputViewIterator(ChannelReaderInputView, List<MemorySegment>, BinaryRowSerializer) - Constructor for class org.apache.paimon.disk.ChannelReaderInputViewIterator
 
channelReaderInputViewIterator(ChannelReaderInputView) - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
channelReaderInputViewIterator(ChannelReaderInputView) - Method in class org.apache.paimon.sort.BinaryExternalMerger
 
ChannelWithMeta - Class in org.apache.paimon.disk
Channel with block count and numBytesInLastBlock of file.
ChannelWithMeta(FileIOChannel.ID, int, int) - Constructor for class org.apache.paimon.disk.ChannelWithMeta
 
ChannelWriterOutputView - Class in org.apache.paimon.disk
A DataOutputView that is backed by a FileIOChannel, making it effectively a data output stream.
ChannelWriterOutputView(BufferFileWriter, BlockCompressionFactory, int) - Constructor for class org.apache.paimon.disk.ChannelWriterOutputView
 
CHAR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CHAR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CHAR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CHAR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CHAR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
CHAR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
CHAR(int) - Static method in class org.apache.paimon.types.DataTypes
 
CHAR_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CHAR_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CHAR_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CHAR_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CHAR_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
CHAR_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
CharType - Class in org.apache.paimon.types
Data type of a fixed-length character string.
CharType(boolean, int) - Constructor for class org.apache.paimon.types.CharType
 
CharType(int) - Constructor for class org.apache.paimon.types.CharType
 
CharType() - Constructor for class org.apache.paimon.types.CharType
 
checkAccess(FileIOLoader, Path, CatalogContext) - Static method in class org.apache.paimon.fs.FileIOUtils
 
checkAlterTableOption(String) - Static method in class org.apache.paimon.schema.SchemaManager
 
checkAlterTablePath(String) - Static method in class org.apache.paimon.schema.SchemaManager
 
checkArgument(boolean) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalArgumentException if the condition is not met (evaluates to false).
checkArgument(boolean, Object) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalArgumentException if the condition is not met (evaluates to false).
checkArgument(boolean, String, Object...) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalArgumentException if the condition is not met (evaluates to false).
checkCdcSourceArgument() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
checkCdcSourceArgument() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
checkCdcSourceArgument() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
checkCompletedNormally(CompletableFuture<?>) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that future has completed normally.
checkComputedColumns(List<ComputedColumn>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
checkElementIndex(int, int) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that the given index is valid for an array, list or string of the given size.
checkElementIndex(int, int, String) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that the given index is valid for an array, list or string of the given size.
checkExists(FileIO, Path) - Static method in class org.apache.paimon.utils.FileUtils
 
checkIfNullSupported(Serializer<T>) - Static method in class org.apache.paimon.data.serializer.NullableSerializer
This method checks if serializer supports null value.
checkInterrupted(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether the given exception is a InterruptedException and sets the interrupted flag accordingly.
checkMaxSleep(HiveConf) - Static method in class org.apache.paimon.hive.HiveCatalogLock
 
checkNextIndexOffset() - Method in class org.apache.paimon.sort.BinaryIndexedSortable
check if we need request next index memory.
checkNotEmpty() - Method in class org.apache.paimon.spark.sort.TableSorter
 
checkNotNull(JsonNode, String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
checkNotNull(JsonNode, String, String, String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
checkNotNull(T) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that the given object reference is not null.
checkNotNull(T, String) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that the given object reference is not null.
checkNotNull(T, String, Object...) - Static method in class org.apache.paimon.utils.Preconditions
Ensures that the given object reference is not null.
checkOrMkdirs(Path) - Method in interface org.apache.paimon.fs.FileIO
 
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.paimon.hive.mapred.PaimonOutputFormat
 
checkPath(Path) - Static method in class org.apache.paimon.tools.ci.licensecheck.JarFileChecker
 
checkPidPgrpidForMatch() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Verify that the given process id is same as its process group id.
checkPidPgrpidForMatch(String, String) - Static method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
checkpoint() - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
checkpoint() - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
checkpoint() - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
checkpoint() - Method in interface org.apache.paimon.table.source.StreamTableScan
Checkpoint to return next snapshot id.
checkpoint() - Method in interface org.apache.paimon.utils.Restorable
Extract state of the current operation instance.
CheckpointEvent - Class in org.apache.paimon.flink.source.align
Event sent from AlignedContinuousFileSplitEnumerator to AlignedSourceReader to notify the checkpointId that is about to be triggered.
CheckpointEvent(long) - Constructor for class org.apache.paimon.flink.source.align.CheckpointEvent
 
checkpointId() - Method in class org.apache.paimon.flink.sink.Committable
 
checkpointId() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
checkpointId() - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
checkRequiredArgument(MultipleParameterToolAdapter, String) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
checkSkipReadForFixLengthPart(AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
We need skip bytes to read when the remain bytes of current segment is not enough to write binary row fixed part.
checkState(boolean) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalStateException if the condition is not met (evaluates to false).
checkState(boolean, Object) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalStateException if the condition is not met (evaluates to false).
checkState(boolean, String, Object...) - Static method in class org.apache.paimon.utils.Preconditions
Checks the given boolean condition, and throws an IllegalStateException if the condition is not met (evaluates to false).
checkTypeName(PrimitiveType.PrimitiveTypeName) - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
children() - Method in class org.apache.paimon.predicate.CompoundPredicate
 
CLASS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CLASS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CLASS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CLASS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CLASS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
CLASS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
CLASS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
CLASS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
classBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
ClassBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
ClassBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
classBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
classBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
classBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
classBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
classBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
ClassBodyDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
ClassBodyDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
classCreatorRest() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
ClassCreatorRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
ClassCreatorRestContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
classDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
ClassDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
ClassDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
classLoader - Variable in class org.apache.paimon.utils.InstantiationUtil.ClassLoaderObjectInputStream
 
ClassLoaderObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.paimon.utils.InstantiationUtil.ClassLoaderObjectInputStream
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classOrInterfaceModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classOrInterfaceModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
classOrInterfaceModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
classOrInterfaceModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
classOrInterfaceModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
ClassOrInterfaceModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
ClassOrInterfaceModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
classOrInterfaceType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
ClassOrInterfaceTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
ClassOrInterfaceTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
classType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
classType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
classType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ClassTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
ClassTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
clean() - Method in class org.apache.paimon.operation.OrphanFilesClean
 
cleanDataDirectories() - Method in class org.apache.paimon.operation.FileDeletionBase
Try to delete data directories that may be empty after data file deletion.
cleanLargerThan(Snapshot) - Method in class org.apache.paimon.table.RollbackHelper
Clean snapshots and tags whose id is larger than given snapshot's.
cleanUnusedDataFiles(Snapshot, Predicate<ManifestEntry>) - Method in class org.apache.paimon.operation.FileDeletionBase
Clean data files that will not be used anymore in the snapshot.
cleanUnusedDataFiles(Snapshot, Predicate<ManifestEntry>) - Method in class org.apache.paimon.operation.SnapshotDeletion
 
cleanUnusedDataFiles(Snapshot, Predicate<ManifestEntry>) - Method in class org.apache.paimon.operation.TagDeletion
 
cleanUnusedManifests(Snapshot, Set<String>) - Method in class org.apache.paimon.operation.FileDeletionBase
Clean metadata files that will not be used anymore of a snapshot, including data manifests, index manifests and manifest lists.
cleanUnusedManifests(Snapshot, Set<String>, boolean) - Method in class org.apache.paimon.operation.FileDeletionBase
 
cleanUnusedManifests(Snapshot, Set<String>) - Method in class org.apache.paimon.operation.SnapshotDeletion
 
cleanUnusedManifests(Snapshot, Set<String>) - Method in class org.apache.paimon.operation.TagDeletion
 
clear() - Method in class org.apache.paimon.data.AbstractPagedInputView
Clears the internal state of the view.
clear() - Method in class org.apache.paimon.data.AbstractPagedOutputView
Clears the internal state.
clear() - Method in class org.apache.paimon.data.BinaryRow
 
clear() - Method in class org.apache.paimon.io.DataOutputSerializer
 
clear() - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
clear() - Method in interface org.apache.paimon.mergetree.WriteBuffer
Removes all records from this table.
clear() - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
clear() - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
 
clear() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in interface org.apache.paimon.sort.SortBuffer
 
Clock - Class in org.apache.paimon.benchmark.metric.cpu.clock
A clock that gives access to time.
Clock() - Constructor for class org.apache.paimon.benchmark.metric.cpu.clock.Clock
 
clone(T) - Static method in class org.apache.paimon.utils.InstantiationUtil
Clones the given serializable object using Java serialization.
clone(T, ClassLoader) - Static method in class org.apache.paimon.utils.InstantiationUtil
Clones the given serializable object using Java serialization, using the given classloader to resolve the cloned classes.
close() - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
close() - Method in class org.apache.paimon.append.AppendOnlyWriter
 
close() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
close() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
close() - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
close() - Method in class org.apache.paimon.benchmark.metric.MetricReporter
 
close() - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess
 
close() - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
close() - Method in class org.apache.paimon.compact.NoopCompactManager
 
close() - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
close() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
close() - Method in class org.apache.paimon.disk.BufferFileReaderInputView
 
close() - Method in class org.apache.paimon.disk.ChannelReaderInputView
 
close() - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
close() - Method in class org.apache.paimon.disk.ExternalBuffer.BufferIterator
 
close() - Method in class org.apache.paimon.disk.FileChannelManagerImpl
Remove all the temp directories.
close() - Method in interface org.apache.paimon.disk.FileIOChannel
Closes the channel.
close() - Method in class org.apache.paimon.disk.IOManagerImpl
Removes all temporary files.
close() - Method in interface org.apache.paimon.disk.RowBuffer.RowBufferIterator
 
close() - Method in class org.apache.paimon.flink.FlinkCatalog
 
close() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
close() - Method in class org.apache.paimon.flink.lookup.AsyncLookupFunctionWrapper
 
close() - Method in class org.apache.paimon.flink.lookup.FileStoreLookupFunction
 
close() - Method in class org.apache.paimon.flink.lookup.NewLookupFunction
 
close() - Method in class org.apache.paimon.flink.lookup.OldLookupFunction
 
close() - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
close() - Method in class org.apache.paimon.flink.sink.AppendOnlyTableCompactionWorkerOperator
 
close() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
close() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
close() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
close() - Method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
close() - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
close() - Method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
close() - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
close() - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
close() - Method in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
close() - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
close() - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
close() - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
close() - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
close() - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
close() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
close() - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
close() - Method in class org.apache.paimon.flink.sorter.SortOperator
 
close() - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
close() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
close() - Method in class org.apache.paimon.flink.source.FileStoreSourceReader
 
close() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitReader
 
close() - Method in class org.apache.paimon.flink.source.operator.MultiTablesReadOperator
 
close() - Method in class org.apache.paimon.flink.source.operator.ReadOperator
 
close() - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
close() - Method in class org.apache.paimon.format.avro.CloseShieldOutputStream
 
close() - Method in class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
close() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
close() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
close() - Method in class org.apache.paimon.fs.PositionOutputStream
Closes the output stream.
close() - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
close() - Method in class org.apache.paimon.fs.SeekableInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
close() - Method in class org.apache.paimon.hive.HiveCatalog
 
close() - Method in class org.apache.paimon.hive.HiveCatalogLock
 
close() - Method in class org.apache.paimon.hive.HiveMetastoreClient
 
close() - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
close() - Method in class org.apache.paimon.io.cache.CachedRandomInputView
 
close() - Method in class org.apache.paimon.io.KeyValueDataFileRecordReader
 
close() - Method in class org.apache.paimon.io.RollingFileWriter
 
close() - Method in class org.apache.paimon.io.RowDataFileRecordReader
 
close() - Method in class org.apache.paimon.io.SingleFileWriter
 
close() - Method in class org.apache.paimon.lookup.hash.HashLookupStoreReader
 
close() - Method in class org.apache.paimon.lookup.hash.HashLookupStoreWriter
 
close() - Method in class org.apache.paimon.lookup.RocksDBStateFactory
 
close() - Method in class org.apache.paimon.mergetree.compact.AbstractCompactRewriter
 
close() - Method in class org.apache.paimon.mergetree.compact.ConcatRecordReader
 
close() - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeTreeCompactRewriter
 
close() - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeTreeCompactRewriter
 
close() - Method in class org.apache.paimon.mergetree.compact.LookupMergeTreeCompactRewriter
 
close() - Method in class org.apache.paimon.mergetree.compact.LoserTree
 
close() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
close() - Method in class org.apache.paimon.mergetree.compact.SortMergeReaderWithLoserTree
 
close() - Method in class org.apache.paimon.mergetree.compact.SortMergeReaderWithMinHeap
 
close() - Method in class org.apache.paimon.mergetree.ContainsLevels
 
close() - Method in class org.apache.paimon.mergetree.DataFileReader
 
close() - Method in class org.apache.paimon.mergetree.DropDeleteReader
 
close() - Method in class org.apache.paimon.mergetree.LookupLevels
 
close() - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
close() - Method in class org.apache.paimon.metastore.AddPartitionCommitCallback
 
close() - Method in class org.apache.paimon.metastore.AddPartitionTagCallback
 
close() - Method in class org.apache.paimon.metastore.TagPreviewCommitCallback
 
close() - Method in interface org.apache.paimon.metrics.MetricGroup
Close the metric group and release related resources.
close() - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
close() - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
close() - Method in interface org.apache.paimon.operation.FileStoreWrite
Close the writer.
close() - Method in class org.apache.paimon.operation.Lock.CatalogLockImpl
 
close() - Method in class org.apache.paimon.operation.Lock.EmptyLock
 
close() - Method in class org.apache.paimon.operation.MemoryFileStoreWrite
 
close() - Method in class org.apache.paimon.operation.metrics.CompactionMetrics
 
close() - Method in class org.apache.paimon.operation.metrics.WriterBufferMetric
 
close() - Method in class org.apache.paimon.operation.metrics.WriterMetrics
 
close() - Method in class org.apache.paimon.operation.ReverseReader
 
close() - Method in interface org.apache.paimon.reader.RecordReader
Closes the reader and should release all resources.
close() - Method in class org.apache.paimon.reader.RecordReaderIterator
 
close() - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
close() - Method in class org.apache.paimon.sort.SpillChannelManager
 
close() - Method in class org.apache.paimon.spark.SparkInputPartitionReader
 
close() - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
close() - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
close() - Method in class org.apache.paimon.utils.AsyncRecordReader
 
close() - Method in class org.apache.paimon.utils.CloseableIterator.IteratorAdapter
 
close() - Method in class org.apache.paimon.utils.IteratorRecordReader
 
close() - Method in class org.apache.paimon.utils.ParallelExecution
 
close() - Method in interface org.apache.paimon.utils.RecordWriter
Close this writer, the call will delete newly generated but not committed files.
CloseableIterator<T> - Interface in org.apache.paimon.utils
This interface represents an Iterator that is also AutoCloseable.
CloseableIterator.IteratorAdapter<E> - Class in org.apache.paimon.utils
Adapter from Iterator to CloseableIterator.
closeAll(AutoCloseable...) - Static method in class org.apache.paimon.utils.IOUtils
 
closeAll(Iterable<? extends AutoCloseable>) - Static method in class org.apache.paimon.utils.IOUtils
Closes all AutoCloseable objects in the parameter, suppressing exceptions.
closeAll(Iterable<? extends AutoCloseable>, Class<T>) - Static method in class org.apache.paimon.utils.IOUtils
Closes all AutoCloseable objects in the parameter, suppressing exceptions.
closeAndDelete() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
closeAndDelete() - Method in interface org.apache.paimon.disk.FileIOChannel
Closes the channel and deletes the underlying file.
closed - Variable in class org.apache.paimon.io.SingleFileWriter
 
closeQuietly(AutoCloseable) - Static method in class org.apache.paimon.utils.IOUtils
Closes the given AutoCloseable.
closeReader(Reader) - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
CloseShieldOutputStream - Class in org.apache.paimon.format.avro
A proxy output stream that prevents the underlying output stream from being closed.
CloseShieldOutputStream(OutputStream) - Constructor for class org.apache.paimon.format.avro.CloseShieldOutputStream
 
coalesce(T, T) - Static method in class org.apache.paimon.utils.ObjectUtils
 
code(String) - Static method in class org.apache.paimon.options.description.TextElement
Creates a block of text formatted as code.
CodeGenerator - Interface in org.apache.paimon.codegen
GeneratedClass generator.
CodeGeneratorImpl - Class in org.apache.paimon.codegen
Default implementation of CodeGenerator.
CodeGeneratorImpl() - Constructor for class org.apache.paimon.codegen.CodeGeneratorImpl
 
CodeGenLoader - Class in org.apache.paimon.codegen
Loader to load codegen classes.
CodeGenLoader() - Constructor for class org.apache.paimon.codegen.CodeGenLoader
 
CodeGenUtils - Class in org.apache.paimon.codegen
Utils for code generations.
CodeGenUtils() - Constructor for class org.apache.paimon.codegen.CodeGenUtils
 
CodeRewriter - Interface in org.apache.paimon.codegen.codesplit
Interface for Java code rewriter.
CodeSplitUtil - Class in org.apache.paimon.codegen.codesplit
Utils for rewriters.
CodeSplitUtil() - Constructor for class org.apache.paimon.codegen.codesplit.CodeSplitUtil
 
collect(InternalRow) - Method in class org.apache.paimon.format.TableStatsCollector
Update the statistics with a new row data.
collect(Object, Serializer<Object>) - Method in class org.apache.paimon.statistics.CountsFieldStatsCollector
 
collect(Object, Serializer<Object>) - Method in interface org.apache.paimon.statistics.FieldStatsCollector
collect stats from the field.
collect(Object, Serializer<Object>) - Method in class org.apache.paimon.statistics.FullFieldStatsCollector
 
collect(Object, Serializer<Object>) - Method in class org.apache.paimon.statistics.NoneFieldStatsCollector
 
collect(Object, Serializer<Object>) - Method in class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
collectFieldIds(Set<Integer>) - Method in class org.apache.paimon.types.ArrayType
 
collectFieldIds(Set<Integer>) - Method in class org.apache.paimon.types.DataType
 
collectFieldIds(Set<Integer>) - Method in class org.apache.paimon.types.MapType
 
collectFieldIds(Set<Integer>) - Method in class org.apache.paimon.types.MultisetType
 
collectFieldIds(Set<Integer>) - Method in class org.apache.paimon.types.RowType
 
collectFiles(DataFilePathFactory) - Method in class org.apache.paimon.io.DataFileMeta
 
COLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
COLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
COLONCOLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COLONCOLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COLONCOLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COLONCOLON - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COLONCOLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
COLONCOLON() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
column() - Method in exception org.apache.paimon.catalog.Catalog.ColumnAlreadyExistException
 
column() - Method in exception org.apache.paimon.catalog.Catalog.ColumnNotExistException
 
column(String, DataType) - Method in class org.apache.paimon.schema.Schema.Builder
Declares a column that is appended to this schema.
column(String, DataType, String) - Method in class org.apache.paimon.schema.Schema.Builder
Declares a column that is appended to this schema.
ColumnAlreadyExistException(Identifier, String) - Constructor for exception org.apache.paimon.catalog.Catalog.ColumnAlreadyExistException
 
ColumnAlreadyExistException(Identifier, String, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.ColumnAlreadyExistException
 
ColumnarArray - Class in org.apache.paimon.data.columnar
Columnar array to support access to vector column data.
ColumnarArray(ColumnVector, int, int) - Constructor for class org.apache.paimon.data.columnar.ColumnarArray
 
ColumnarMap - Class in org.apache.paimon.data.columnar
Columnar map to support access to vector column data.
ColumnarMap(ColumnVector, ColumnVector, int, int) - Constructor for class org.apache.paimon.data.columnar.ColumnarMap
 
ColumnarRow - Class in org.apache.paimon.data.columnar
Columnar row to support access to vector column data.
ColumnarRow() - Constructor for class org.apache.paimon.data.columnar.ColumnarRow
 
ColumnarRow(VectorizedColumnBatch) - Constructor for class org.apache.paimon.data.columnar.ColumnarRow
 
ColumnarRow(VectorizedColumnBatch, int) - Constructor for class org.apache.paimon.data.columnar.ColumnarRow
 
ColumnarRowIterator - Class in org.apache.paimon.data.columnar
A RecordReader.RecordIterator that returns InternalRows.
ColumnarRowIterator(ColumnarRow, Runnable) - Constructor for class org.apache.paimon.data.columnar.ColumnarRowIterator
 
columnCaseConvertAndDuplicateCheck(String, Set<String>, boolean, Function<String, String>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
columnDuplicateErrMsg(String) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
columnFamily - Variable in class org.apache.paimon.lookup.RocksDBState
 
columnName() - Method in interface org.apache.paimon.flink.action.cdc.CdcMetadataConverter
 
columnName() - Method in class org.apache.paimon.flink.action.cdc.ComputedColumn
 
ColumnNotExistException(Identifier, String) - Constructor for exception org.apache.paimon.catalog.Catalog.ColumnNotExistException
 
ColumnNotExistException(Identifier, String, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.ColumnNotExistException
 
ColumnReader<VECTOR extends WritableColumnVector> - Interface in org.apache.paimon.format.parquet.reader
Read a batch of records for a column to WritableColumnVector from parquet data file.
columns - Variable in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
columnType() - Method in class org.apache.paimon.flink.action.cdc.ComputedColumn
 
ColumnVector - Interface in org.apache.paimon.data.columnar
Nullable column vector.
com.amazonaws.services.s3.model.transform - package com.amazonaws.services.s3.model.transform
 
combine(long, long, List<CommitT>) - Method in interface org.apache.paimon.flink.sink.Committer
Compute an aggregated committable from a list of committables.
combine(long, long, List<Committable>) - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
combine(long, long, List<MultiTableCommittable>) - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
combinedModeTableList(String, String, List<Identifier>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
COMMA - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COMMA - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
COMMA - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COMMA - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
COMMA() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
COMMA(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
comment(String) - Method in class org.apache.paimon.schema.Schema.Builder
Declares table comment.
comment() - Method in class org.apache.paimon.schema.Schema
 
comment() - Method in class org.apache.paimon.schema.SchemaChange.UpdateComment
 
comment() - Method in class org.apache.paimon.schema.TableSchema
 
comment() - Method in interface org.apache.paimon.table.FileStoreTable
 
comment() - Method in interface org.apache.paimon.table.ReadonlyTable
 
comment() - Method in interface org.apache.paimon.table.Table
Optional comment of this table.
commit(List<GlobalCommitT>) - Method in interface org.apache.paimon.flink.sink.Committer
Commits the given GlobalCommitT.
commit(List<ManifestCommittable>) - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
commit(List<WrappedManifestCommittable>) - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
commit(ManifestCommittable, Map<String, String>) - Method in interface org.apache.paimon.operation.FileStoreCommit
Commit from manifest committable.
commit(ManifestCommittable, Map<String, String>) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
commit(List<CommitMessage>) - Method in interface org.apache.paimon.table.sink.BatchTableCommit
Create a new commit.
commit(long, List<CommitMessage>) - Method in interface org.apache.paimon.table.sink.StreamTableCommit
Create a new commit.
commit(List<CommitMessage>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
commit(long, List<CommitMessage>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
commit(ManifestCommittable) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
COMMIT_CALLBACK_PARAM - Static variable in class org.apache.paimon.CoreOptions
 
COMMIT_CALLBACKS - Static variable in class org.apache.paimon.CoreOptions
 
COMMIT_FORCE_COMPACT - Static variable in class org.apache.paimon.CoreOptions
 
COMMIT_IDENTIFIER - Static variable in interface org.apache.paimon.table.sink.BatchWriteBuilder
 
CommitCallback - Interface in org.apache.paimon.table.sink
This callback will be called after a list of ManifestCommittables is committed.
commitCallbacks() - Method in class org.apache.paimon.CoreOptions
 
commitChanges(SchemaChange...) - Method in class org.apache.paimon.schema.SchemaManager
Update SchemaChanges.
commitChanges(List<SchemaChange>) - Method in class org.apache.paimon.schema.SchemaManager
Update SchemaChanges.
commitCreateTable(Table) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
commitDropTable(Table, boolean) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
commitEarliestHint(long) - Method in class org.apache.paimon.utils.SnapshotManager
 
commitFile(BinaryRow, List<DataFileMeta>) - Static method in class org.apache.paimon.migrate.FileMetaUtils
 
commitForceCompact() - Method in class org.apache.paimon.CoreOptions
 
commitIdentifier() - Method in class org.apache.paimon.Snapshot
 
commitIncrement - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
CommitIncrement - Class in org.apache.paimon.utils
Changes to commit.
CommitIncrement(NewFilesIncrement, CompactIncrement) - Constructor for class org.apache.paimon.utils.CommitIncrement
 
commitJob(JobContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
commitKind() - Method in class org.apache.paimon.Snapshot
 
commitLatestHint(long) - Method in class org.apache.paimon.utils.SnapshotManager
 
CommitMessage - Interface in org.apache.paimon.table.sink
Commit message for partition and bucket.
CommitMessageImpl - Class in org.apache.paimon.table.sink
File committable for sink.
CommitMessageImpl(BinaryRow, int, NewFilesIncrement, CompactIncrement) - Constructor for class org.apache.paimon.table.sink.CommitMessageImpl
 
CommitMessageImpl(BinaryRow, int, NewFilesIncrement, CompactIncrement, IndexIncrement) - Constructor for class org.apache.paimon.table.sink.CommitMessageImpl
 
CommitMessageSerializer - Class in org.apache.paimon.table.sink
CommitMessageSerializer() - Constructor for class org.apache.paimon.table.sink.CommitMessageSerializer
 
CommitMetrics - Class in org.apache.paimon.operation.metrics
Metrics to measure a commit.
CommitMetrics(MetricRegistry, String) - Constructor for class org.apache.paimon.operation.metrics.CommitMetrics
 
commitMultiple(List<ManifestCommittable>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
CommitStats - Class in org.apache.paimon.operation.metrics
Statistics for a commit.
CommitStats(List<ManifestEntry>, List<ManifestEntry>, List<ManifestEntry>, List<ManifestEntry>, long, int, int) - Constructor for class org.apache.paimon.operation.metrics.CommitStats
 
Committable - Class in org.apache.paimon.flink.sink
Committable produced by PrepareCommitOperator.
Committable(long, Committable.Kind, Object) - Constructor for class org.apache.paimon.flink.sink.Committable
 
Committable.Kind - Enum in org.apache.paimon.flink.sink
Kind of the produced Committable.
CommittableSerializer - Class in org.apache.paimon.flink.sink
SimpleVersionedSerializer for Committable.
CommittableSerializer(CommitMessageSerializer) - Constructor for class org.apache.paimon.flink.sink.CommittableSerializer
 
committablesPerCheckpoint - Variable in class org.apache.paimon.flink.sink.CommitterOperator
Group the committable by the checkpoint id.
CommittableStateManager<GlobalCommitT> - Interface in org.apache.paimon.flink.sink
Helper interface for CommitterOperator.
CommittableTypeInfo - Class in org.apache.paimon.flink.sink
Type information of Committable.
CommittableTypeInfo() - Constructor for class org.apache.paimon.flink.sink.CommittableTypeInfo
 
commitTask(TaskAttemptContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
Committer<CommitT,GlobalCommitT> - Interface in org.apache.paimon.flink.sink
The Committer is responsible for creating and committing an aggregated committable, which we call committable (see Committer.combine(long, long, java.util.List<CommitT>)).
committer - Variable in class org.apache.paimon.flink.sink.CommitterOperator
Aggregate committables to global committables and commit the global committables to the external system.
Committer.Factory<CommitT,GlobalCommitT> - Interface in org.apache.paimon.flink.sink
Factory to create Committer.
CommitterMetrics - Class in org.apache.paimon.flink.sink
Flink metrics for Committer.
CommitterMetrics(OperatorIOMetricGroup) - Constructor for class org.apache.paimon.flink.sink.CommitterMetrics
 
CommitterOperator<CommitT,GlobalCommitT> - Class in org.apache.paimon.flink.sink
Operator to commit Committables for each snapshot.
CommitterOperator(boolean, String, Committer.Factory<CommitT, GlobalCommitT>, CommittableStateManager<GlobalCommitT>) - Constructor for class org.apache.paimon.flink.sink.CommitterOperator
 
commitUser() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
commitUser - Variable in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
commitUser - Variable in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
commitUser() - Method in class org.apache.paimon.Snapshot
 
commitUser() - Method in interface org.apache.paimon.table.sink.StreamWriteBuilder
commitUser() - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
COMMON_IO_FORK_JOIN_POOL - Static variable in class org.apache.paimon.utils.FileUtils
 
compact(boolean) - Method in class org.apache.paimon.append.AppendOnlyWriter
 
compact(BinaryRow, int, boolean) - Method in class org.apache.paimon.flink.sink.GlobalFullCompactionSinkWrite
 
compact(BinaryRow, int, boolean) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
compact(BinaryRow, int, boolean) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
compact(boolean) - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
compact(BinaryRow, int, boolean) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
compact(BinaryRow, int, boolean) - Method in interface org.apache.paimon.operation.FileStoreWrite
Compact data stored in given partition and bucket.
compact(BinaryRow, int, boolean) - Method in interface org.apache.paimon.table.sink.TableWrite
Compact a bucket of a partition.
compact(BinaryRow, int, boolean) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
compact(boolean) - Method in interface org.apache.paimon.utils.RecordWriter
Compact files related to the writer.
COMPACT_AGE - Static variable in class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
CompactAction - Class in org.apache.paimon.flink.action
Table compact action for Flink.
CompactAction(String, String, String) - Constructor for class org.apache.paimon.flink.action.CompactAction
 
CompactAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.CompactAction
 
CompactActionFactory - Class in org.apache.paimon.flink.action
Factory to create CompactAction.
CompactActionFactory() - Constructor for class org.apache.paimon.flink.action.CompactActionFactory
 
compactAfter() - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
compactAfter() - Method in class org.apache.paimon.io.CompactIncrement
 
compactBefore() - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
compactBefore() - Method in class org.apache.paimon.io.CompactIncrement
 
CompactDatabaseAction - Class in org.apache.paimon.flink.action
Database compact action for Flink.
CompactDatabaseAction(String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.CompactDatabaseAction
 
CompactDatabaseActionFactory - Class in org.apache.paimon.flink.action
Factory to create CompactDatabaseAction.
CompactDatabaseActionFactory() - Constructor for class org.apache.paimon.flink.action.CompactDatabaseActionFactory
 
CompactDatabaseProcedure - Class in org.apache.paimon.flink.procedure
Compact database procedure.
CompactDatabaseProcedure() - Constructor for class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
CompactedStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#COMPACTED_FULL startup mode.
CompactedStartingScanner(SnapshotManager) - Constructor for class org.apache.paimon.table.source.snapshot.CompactedStartingScanner
 
CompactFutureManager - Class in org.apache.paimon.compact
Base implementation of CompactManager which runs compaction in a separate thread.
CompactFutureManager() - Constructor for class org.apache.paimon.compact.CompactFutureManager
 
CompactIncrement - Class in org.apache.paimon.io
Files changed before and after compaction, with changelog produced during compaction.
CompactIncrement(List<DataFileMeta>, List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.io.CompactIncrement
 
compactIncrement() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
compactIncrement() - Method in class org.apache.paimon.utils.CommitIncrement
 
COMPACTION_MAX_FILE_NUM - Static variable in class org.apache.paimon.CoreOptions
 
COMPACTION_MAX_SIZE_AMPLIFICATION_PERCENT - Static variable in class org.apache.paimon.CoreOptions
 
COMPACTION_MIN_FILE_NUM - Static variable in class org.apache.paimon.CoreOptions
 
COMPACTION_SIZE_RATIO - Static variable in class org.apache.paimon.CoreOptions
 
COMPACTION_STYLE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
CompactionChangelogFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner for CoreOptions.ChangelogProducer#FULL_COMPACTION changelog producer.
CompactionChangelogFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.CompactionChangelogFollowUpScanner
 
compactionFileSize() - Method in class org.apache.paimon.CoreOptions
 
compactionMaxFileNum() - Method in class org.apache.paimon.CoreOptions
 
CompactionMetrics - Class in org.apache.paimon.operation.metrics
Metrics to measure a compaction.
CompactionMetrics(MetricRegistry, String, String, int) - Constructor for class org.apache.paimon.operation.metrics.CompactionMetrics
 
compactionMinFileNum() - Method in class org.apache.paimon.CoreOptions
 
CompactionStats - Class in org.apache.paimon.operation.metrics
Statistics for a compaction.
CompactionStats(long, List<DataFileMeta>, List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.operation.metrics.CompactionStats
 
CompactionTaskSerializer - Class in org.apache.paimon.table.sink
Serializer for AppendOnlyCompactionTask.
CompactionTaskSerializer() - Constructor for class org.apache.paimon.table.sink.CompactionTaskSerializer
 
CompactionTaskSimpleSerializer - Class in org.apache.paimon.flink.sink
SimpleVersionedSerializer for AppendOnlyCompactionTask.
CompactionTaskSimpleSerializer(CompactionTaskSerializer) - Constructor for class org.apache.paimon.flink.sink.CompactionTaskSimpleSerializer
 
CompactionTaskTypeInfo - Class in org.apache.paimon.flink.sink
Type information of AppendOnlyCompactionTask.
CompactionTaskTypeInfo() - Constructor for class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
CompactManager - Interface in org.apache.paimon.compact
Manager to submit compaction task.
compactOptions(boolean) - Static method in class org.apache.paimon.flink.utils.MultiTablesCompactorUtil
 
CompactorSink - Class in org.apache.paimon.flink.sink
FlinkSink for dedicated compact jobs.
CompactorSink(FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.CompactorSink
 
CompactorSinkBuilder - Class in org.apache.paimon.flink.sink
Builder for CompactorSink.
CompactorSinkBuilder(FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.CompactorSinkBuilder
 
CompactorSourceBuilder - Class in org.apache.paimon.flink.source
Source builder to build a Flink StaticFileStoreSource or ContinuousFileStoreSource.
CompactorSourceBuilder(String, FileStoreTable) - Constructor for class org.apache.paimon.flink.source.CompactorSourceBuilder
 
CompactProcedure - Class in org.apache.paimon.flink.procedure
Compact procedure.
CompactProcedure() - Constructor for class org.apache.paimon.flink.procedure.CompactProcedure
 
CompactProcedure - Class in org.apache.paimon.spark.procedure
Compact procedure.
CompactProcedure(TableCatalog) - Constructor for class org.apache.paimon.spark.procedure.CompactProcedure
 
CompactResult - Class in org.apache.paimon.compact
Result of compaction.
CompactResult() - Constructor for class org.apache.paimon.compact.CompactResult
 
CompactResult(DataFileMeta, DataFileMeta) - Constructor for class org.apache.paimon.compact.CompactResult
 
CompactResult(List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.compact.CompactResult
 
CompactResult(List<DataFileMeta>, List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.compact.CompactResult
 
CompactRewriter - Interface in org.apache.paimon.mergetree.compact
Rewrite sections to the files.
compactRewriter(BinaryRow, int) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreWrite
 
CompactStrategy - Interface in org.apache.paimon.mergetree.compact
Compact strategy to decide which files to select for compaction.
CompactTask - Class in org.apache.paimon.compact
Compact task.
CompactTask(CompactionMetrics) - Constructor for class org.apache.paimon.compact.CompactTask
 
CompactUnit - Interface in org.apache.paimon.compact
A files unit for compaction.
compare(InternalRow, InternalRow) - Method in interface org.apache.paimon.codegen.RecordComparator
 
compare(MemorySegment, int, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
compare(MemorySegment, int, int, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
compare(int, int) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
compare(int, int, int, int) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
compare(int, int) - Method in interface org.apache.paimon.sort.IndexedSortable
Compare items at the given addresses consistent with the semantics of Comparator.compare(Object, Object).
compare(int, int, int, int) - Method in interface org.apache.paimon.sort.IndexedSortable
Compare records at the given addresses consistent with the semantics of Comparator.compare(Object, Object).
compare(Object, Object, DataTypeRoot) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
compareBinary(byte[], byte[]) - Static method in class org.apache.paimon.utils.SortUtil
 
compareBinary(byte[], int, int, byte[], int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
compareKey(MemorySegment, int, MemorySegment, int) - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
Compares two normalized keys in respective MemorySegment.
compareLiteral(DataType, Object, Object) - Static method in class org.apache.paimon.predicate.CompareUtils
 
compareTo(BinaryString) - Method in class org.apache.paimon.data.BinaryString
Compares two strings lexicographically.
compareTo(Decimal) - Method in class org.apache.paimon.data.Decimal
 
compareTo(Timestamp) - Method in class org.apache.paimon.data.Timestamp
 
compareTo(Path) - Method in class org.apache.paimon.fs.Path
 
compareTo(MemorySize) - Method in class org.apache.paimon.options.MemorySize
 
CompareUtils - Class in org.apache.paimon.predicate
Utils for comparator.
compatibleCheck(List<DataType>, List<DataType>) - Method in class org.apache.paimon.flink.action.ActionBase
Check whether each DataType of actualTypes is compatible with that of expectedTypes respectively.
compilationUnit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
compilationUnit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
CompilationUnitContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
CompilationUnitContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
compile(ClassLoader, String, String) - Static method in class org.apache.paimon.codegen.CompileUtils
Compiles a generated code to a Class.
compile(ClassLoader) - Method in class org.apache.paimon.codegen.GeneratedClass
Compiles the generated code, the compiled class will be cached in the GeneratedClass.
CompileUtils - Class in org.apache.paimon.codegen
Utilities to compile a generated code to a Class.
CompileUtils() - Constructor for class org.apache.paimon.codegen.CompileUtils
 
complement(int) - Method in class org.apache.paimon.utils.Projection
Complement this projection.
complete() - Method in class org.apache.paimon.data.BinaryArrayWriter
Finally, complete write to set real size to row.
complete() - Method in class org.apache.paimon.data.BinaryRowWriter
 
complete() - Method in interface org.apache.paimon.data.BinaryWriter
Finally, complete write to set real size to binary.
complete() - Method in class org.apache.paimon.disk.ExternalBuffer
 
complete() - Method in class org.apache.paimon.disk.InMemoryBuffer
 
complete() - Method in interface org.apache.paimon.disk.RowBuffer
 
CompleteMultipartUploadHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
ComponentClassLoader - Class in org.apache.paimon.plugin
A URLClassLoader that restricts which classes can be loaded to those contained within the given classpath, except classes from a given set of packages that are either loaded owner or component-first.
ComponentClassLoader(URL[], ClassLoader, String[], String[]) - Constructor for class org.apache.paimon.plugin.ComponentClassLoader
 
compoundKey(Object...) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
CompoundPredicate - Class in org.apache.paimon.predicate
Non-leaf node in a Predicate tree.
CompoundPredicate(CompoundPredicate.Function, List<Predicate>) - Constructor for class org.apache.paimon.predicate.CompoundPredicate
 
CompoundPredicate.Function - Class in org.apache.paimon.predicate
Evaluate the predicate result based on multiple Predicates.
compress(byte[], int, int, byte[], int) - Method in interface org.apache.paimon.compression.BlockCompressor
Compress data read from src, and write the compressed data to dst.
compress(byte[], int, int, byte[], int) - Method in class org.apache.paimon.compression.Lz4BlockCompressor
 
COMPRESSION_TYPE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
CompressorUtils - Class in org.apache.paimon.compression
Utils for BlockCompressor.
CompressorUtils() - Constructor for class org.apache.paimon.compression.CompressorUtils
 
computeCommittableIfAbsent(Identifier, long, long) - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
COMPUTED_COLUMN - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
ComputedColumn - Class in org.apache.paimon.flink.action.cdc
A Computed column's value is computed from input columns.
ComputedColumn(String, Expression) - Constructor for class org.apache.paimon.flink.action.cdc.ComputedColumn
 
computedColumnArgs - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
computedColumns - Variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
computedColumns - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
ComputedColumnUtils - Class in org.apache.paimon.flink.action.cdc
Utility methods for ComputedColumn, such as build.
ComputedColumnUtils() - Constructor for class org.apache.paimon.flink.action.cdc.ComputedColumnUtils
 
computeManagedMemory(AbstractStreamOperator<?>) - Static method in class org.apache.paimon.flink.utils.ManagedMemoryUtils
 
computeMinBytesForDecimalPrecision(int) - Static method in class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
concat(BinaryString...) - Static method in class org.apache.paimon.utils.StringUtils
Concatenates input strings together into a single string.
concat(Iterable<BinaryString>) - Static method in class org.apache.paimon.utils.StringUtils
 
concat(RowType, RowType) - Static method in class org.apache.paimon.utils.TypeUtils
 
ConcatRecordReader<T> - Class in org.apache.paimon.mergetree.compact
This reader is to concatenate a list of RecordReaders and read them sequentially.
ConcatRecordReader(List<ConcatRecordReader.ReaderSupplier<T>>) - Constructor for class org.apache.paimon.mergetree.compact.ConcatRecordReader
 
ConcatRecordReader.ReaderSupplier<T> - Interface in org.apache.paimon.mergetree.compact
Supplier to get RecordReader.
conf() - Method in class org.apache.paimon.hive.SerializableHiveConf
 
ConfigGroup - Annotation Type in org.apache.paimon.annotation
A class that specifies a group of config options.
ConfigGroups - Annotation Type in org.apache.paimon.annotation
Annotation used on classes containing config options that enables the separation of options into different tables based on key prefixes.
ConfigOption<T> - Class in org.apache.paimon.options
A ConfigOption describes a configuration parameter.
ConfigOptions - Class in org.apache.paimon.options
ConfigOptions are used to build a ConfigOption.
ConfigOptions.OptionBuilder - Class in org.apache.paimon.options
The option builder is used to create a ConfigOption.
ConfigOptions.TypedConfigOptionBuilder<T> - Class in org.apache.paimon.options
Builder for ConfigOption with a defined atomic type.
ConfigOptionsDocGenerator - Class in org.apache.paimon.docs.configuration
Class used for generating code based documentation of configuration parameters.
configString() - Method in enum org.apache.paimon.flink.action.cdc.TypeMapping.TypeMappingMode
 
configString() - Method in enum org.apache.paimon.flink.action.MultiTablesSinkMode
 
configure(CatalogContext) - Method in class org.apache.paimon.flink.FlinkFileIO
 
configure(CatalogContext) - Method in interface org.apache.paimon.fs.FileIO
Configure by CatalogContext.
configure(CatalogContext) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
configure(CatalogContext) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
configure(CatalogContext) - Method in class org.apache.paimon.fs.PluginFileIO
 
configure(CatalogContext) - Method in class org.apache.paimon.oss.OSSFileIO
 
configure(CatalogContext) - Method in class org.apache.paimon.s3.S3FileIO
 
configureGlobalCommitter(SingleOutputStreamOperator<?>, double, MemorySize, ReadableConfig) - Static method in class org.apache.paimon.flink.sink.FlinkSink
 
configureInputJobCredentials(TableDesc, Map<String, String>) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
configureInputJobProperties(TableDesc, Map<String, String>) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
configureJobConf(TableDesc, JobConf) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
configureOutputJobProperties(TableDesc, Map<String, String>) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
configureTableJobProperties(TableDesc, Map<String, String>) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
conjunctPredicates - Variable in class org.apache.paimon.format.orc.OrcReaderFactory
 
CONST - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CONST - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CONST - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CONST - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
constantDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constantDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constantDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
constantDeclarator(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
constantDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
constantDeclarator(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
ConstantDeclaratorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
ConstantDeclaratorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
constantExpression - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
constantExpression - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
constDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
constDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
ConstDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
ConstDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
construct(FileIO, String, String, Table, Predicate<FileStatus>, Path, Map<Path, Path>) - Static method in class org.apache.paimon.migrate.FileMetaUtils
 
constructFunctionMap(List<DataField>, int) - Method in class org.apache.paimon.sort.zorder.ZIndexer
 
constructorBody - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
constructorBody - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
constructorCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constructorCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constructorCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
constructorCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ConstructorCallContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
ConstructorCallContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
constructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
ConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
ConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
constructPartitionMapping(TableSchema, int[][]) - Static method in class org.apache.paimon.partition.PartitionUtils
 
constructPartitionMapping(RowType, List<String>, int[][]) - Static method in class org.apache.paimon.partition.PartitionUtils
 
consumeDataStream(ProviderContext, DataStream<RowData>) - Method in class org.apache.paimon.flink.PaimonDataStreamSinkProvider
 
consumedOptionKeys - Variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
 
Consumer - Class in org.apache.paimon.consumer
Consumer which contains next snapshot.
Consumer(long) - Constructor for class org.apache.paimon.consumer.Consumer
 
consumer(String) - Method in class org.apache.paimon.consumer.ConsumerManager
 
consumer(String) - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
consumer(String) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
consumer(String) - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
CONSUMER_CONSISTENCY_MODE - Static variable in class org.apache.paimon.CoreOptions
 
CONSUMER_EXPIRATION_TIME - Static variable in class org.apache.paimon.CoreOptions
 
CONSUMER_ID - Static variable in class org.apache.paimon.CoreOptions
 
consumerExpireTime() - Method in class org.apache.paimon.CoreOptions
 
consumerId() - Method in class org.apache.paimon.CoreOptions
 
ConsumerManager - Class in org.apache.paimon.consumer
Manage consumer groups.
ConsumerManager(FileIO, Path) - Constructor for class org.apache.paimon.consumer.ConsumerManager
 
consumerManager() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
consumerManager() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
ConsumerProgressCalculator - Class in org.apache.paimon.flink.source
Calculator for calculating consumer consumption progress.
ConsumerProgressCalculator(int) - Constructor for class org.apache.paimon.flink.source.ConsumerProgressCalculator
 
consumerProgressCalculator - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
consumers() - Method in class org.apache.paimon.consumer.ConsumerManager
Get all consumer.
CONSUMERS - Static variable in class org.apache.paimon.table.system.ConsumersTable
 
ConsumersTable - Class in org.apache.paimon.table.system
A Table for showing consumers of table.
ConsumersTable(FileIO, Path) - Constructor for class org.apache.paimon.table.system.ConsumersTable
 
ConsumerWithIOException<T> - Interface in org.apache.paimon.utils
A consumer with IOException.
consumerWithLegacyMode() - Method in class org.apache.paimon.CoreOptions
 
containLogSystem() - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketWriteOperator
 
containLogSystem() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreWriteOperator
 
containLogSystem() - Method in class org.apache.paimon.flink.sink.DynamicBucketRowWriteOperator
 
containLogSystem() - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
containLogSystem() - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
contains(String) - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Returns boolean indicating whether pid is in process tree.
contains(BinaryString) - Method in class org.apache.paimon.data.BinaryString
Returns true if and only if this BinaryString contains the specified sequence of bytes values.
contains(InternalRow, int) - Method in class org.apache.paimon.mergetree.ContainsLevels
 
contains(ConfigOption<?>) - Method in class org.apache.paimon.options.Options
Checks whether there is an entry for the given config option.
containsDataFile(Map<BinaryRow, Map<Integer, Set<String>>>, ManifestEntry) - Method in class org.apache.paimon.operation.FileDeletionBase
 
containsFields(Predicate, Set<String>) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
containsKey(String) - Method in class org.apache.paimon.options.Options
 
containsKey(int) - Method in class org.apache.paimon.utils.Int2ShortHashMap
 
ContainsLevels - Class in org.apache.paimon.mergetree
Provide contains key.
ContainsLevels(Levels, Comparator<InternalRow>, RowType, IOFunction<DataFileMeta, RecordReader<KeyValue>>, Supplier<File>, LookupStoreFactory, Duration, MemorySize) - Constructor for class org.apache.paimon.mergetree.ContainsLevels
 
containsMode(TypeMapping.TypeMappingMode) - Method in class org.apache.paimon.flink.action.cdc.TypeMapping
 
context - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
context - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
CONTINUE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CONTINUE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
CONTINUE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CONTINUE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
CONTINUE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
CONTINUE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
CONTINUOUS_DISCOVERY_INTERVAL - Static variable in class org.apache.paimon.CoreOptions
 
ContinuousAppendAndCompactFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner used internally for stand-alone streaming compact job sources when table is unaware-bucket table.
ContinuousAppendAndCompactFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousAppendAndCompactFollowUpScanner
 
ContinuousCompactorFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner used internally for stand-alone streaming compact job sources.
ContinuousCompactorFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousCompactorFollowUpScanner
 
ContinuousCompactorStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner used internally for stand-alone streaming compact job sources.
ContinuousCompactorStartingScanner(SnapshotManager) - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousCompactorStartingScanner
 
continuousDiscoveryInterval() - Method in class org.apache.paimon.CoreOptions
 
ContinuousFileSplitEnumerator - Class in org.apache.paimon.flink.source
A continuously monitoring enumerator.
ContinuousFileSplitEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>, Long, long, StreamTableScan, BucketMode, int) - Constructor for class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
ContinuousFileSplitEnumerator.PlanWithNextSnapshotId - Class in org.apache.paimon.flink.source
The result of scan.
ContinuousFileStoreSource - Class in org.apache.paimon.flink.source
Unbounded FlinkSource for reading records.
ContinuousFileStoreSource(ReadBuilder, Map<String, String>, Long) - Constructor for class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
ContinuousFileStoreSource(ReadBuilder, Map<String, String>, Long, BucketMode) - Constructor for class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
ContinuousFromSnapshotFullStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_SNAPSHOT or CoreOptions.StartupMode#FROM_SNAPSHOT_FULL startup mode of a batch read.
ContinuousFromSnapshotFullStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousFromSnapshotFullStartingScanner
 
ContinuousFromSnapshotStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_SNAPSHOT startup mode of a streaming read.
ContinuousFromSnapshotStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousFromSnapshotStartingScanner
 
ContinuousFromTimestampStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_TIMESTAMP startup mode of a streaming read.
ContinuousFromTimestampStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousFromTimestampStartingScanner
 
ContinuousLatestStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#LATEST startup mode of a streaming read.
ContinuousLatestStartingScanner(SnapshotManager) - Constructor for class org.apache.paimon.table.source.snapshot.ContinuousLatestStartingScanner
 
convert(String) - Method in class org.apache.paimon.flink.action.cdc.TableNameConverter
 
convert(Identifier) - Method in class org.apache.paimon.flink.action.cdc.TableNameConverter
 
convert(RowType, ResolvedExpression) - Static method in class org.apache.paimon.flink.PredicateConverter
Try best to convert a ResolvedExpression to Predicate.
convert(Object) - Method in interface org.apache.paimon.format.avro.AvroToRowDataConverters.AvroToRowDataConverter
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonCharObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDateObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDecimalObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonStringObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimeObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimestampObjectInspector
 
convert(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonVarcharObjectInspector
 
convert(Object) - Method in interface org.apache.paimon.hive.objectinspector.WriteableObjectInspector
 
convert() - Method in class org.apache.paimon.hive.SearchArgumentToPredicateConverter
 
convert(Filter) - Method in class org.apache.paimon.spark.SparkFilterConverter
 
convert(FieldStats) - Method in class org.apache.paimon.statistics.CountsFieldStatsCollector
 
convert(FieldStats) - Method in interface org.apache.paimon.statistics.FieldStatsCollector
Convert the field stats according to the strategy.
convert(FieldStats) - Method in class org.apache.paimon.statistics.FullFieldStatsCollector
 
convert(FieldStats) - Method in class org.apache.paimon.statistics.NoneFieldStatsCollector
 
convert(FieldStats) - Method in class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
convert(InternalRow) - Method in class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
convertEnum(String, String) - Static method in class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
converter(String) - Static method in enum org.apache.paimon.flink.action.cdc.mysql.MySqlMetadataProcessor
 
convertFrom(int, InternalRow) - Method in class org.apache.paimon.manifest.IndexManifestEntrySerializer
 
convertFrom(int, InternalRow) - Method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
convertFrom(int, InternalRow) - Method in class org.apache.paimon.manifest.ManifestFileMetaSerializer
 
convertFrom(int, InternalRow) - Method in class org.apache.paimon.utils.VersionedObjectSerializer
 
convertGeoType2WkbArray(byte[]) - Static method in class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
convertJavaObject(DataType, Object) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
convertLiteral(String, Object) - Method in class org.apache.paimon.spark.SparkFilterConverter
 
convertSet(String, String) - Static method in class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
convertTo(IndexManifestEntry) - Method in class org.apache.paimon.manifest.IndexManifestEntrySerializer
 
convertTo(ManifestEntry) - Method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
convertTo(ManifestFileMeta) - Method in class org.apache.paimon.manifest.ManifestFileMetaSerializer
 
convertTo(T) - Method in class org.apache.paimon.utils.VersionedObjectSerializer
 
convertToEnum(Object, Class<E>) - Static method in class org.apache.paimon.options.OptionsUtils
 
convertToJavaMap(InternalMap, DataType, DataType) - Static method in class org.apache.paimon.data.serializer.InternalMapSerializer
Converts a InternalMap into Java Map, the keys and values of the Java map still holds objects of internal data structures.
convertToParquetMessageType(String, RowType) - Static method in class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
convertToParquetType(String, DataType) - Static method in class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
convertToPropertiesPrefixKey(Map<String, String>, String) - Static method in class org.apache.paimon.options.OptionsUtils
 
convertToPropertiesPrefixKey(Iterable<Map.Entry<String, String>>, String, Predicate<String>) - Static method in class org.apache.paimon.options.OptionsUtils
 
convertToRawFiles() - Method in class org.apache.paimon.table.source.DataSplit
 
convertToRawFiles() - Method in interface org.apache.paimon.table.source.Split
If all files in this split can be read without merging, returns an Optional wrapping a list of RawFiles to be read without merging.
convertToSchema(DataType) - Static method in class org.apache.paimon.format.avro.AvroSchemaConverter
Converts Paimon DataType (can be nested) into an Avro schema.
convertToSchema(DataType, String) - Static method in class org.apache.paimon.format.avro.AvroSchemaConverter
Converts Paimon DataType (can be nested) into an Avro schema.
convertValue(Object, Class<?>) - Static method in class org.apache.paimon.options.OptionsUtils
Tries to convert the raw value into the provided type.
convertWkbArray(byte[]) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
copy() - Method in class org.apache.paimon.data.BinaryArray
 
copy(BinaryArray) - Method in class org.apache.paimon.data.BinaryArray
 
copy() - Method in class org.apache.paimon.data.BinaryMap
 
copy(BinaryMap) - Method in class org.apache.paimon.data.BinaryMap
 
copy() - Method in class org.apache.paimon.data.BinaryRow
 
copy(BinaryRow) - Method in class org.apache.paimon.data.BinaryRow
 
copy() - Method in class org.apache.paimon.data.BinaryString
Copy a new BinaryString.
copy(ColumnVector[]) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
copy(ColumnVector[]) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
copy() - Method in class org.apache.paimon.data.Decimal
Returns a copy of this Decimal object.
copy() - Method in class org.apache.paimon.data.NestedRow
 
copy(InternalRow) - Method in class org.apache.paimon.data.NestedRow
 
copy(BinaryRow) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
copy(byte[]) - Method in class org.apache.paimon.data.serializer.BinarySerializer
 
copy(BinaryString) - Method in class org.apache.paimon.data.serializer.BinaryStringSerializer
 
copy(Boolean) - Method in class org.apache.paimon.data.serializer.BooleanSerializer
 
copy(Byte) - Method in class org.apache.paimon.data.serializer.ByteSerializer
 
copy(Decimal) - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
copy(Double) - Method in class org.apache.paimon.data.serializer.DoubleSerializer
 
copy(Float) - Method in class org.apache.paimon.data.serializer.FloatSerializer
 
copy(InternalArray) - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
copy(InternalMap) - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a HashMap, problems maybe occur.
copy(InternalRow) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
copy(Integer) - Method in class org.apache.paimon.data.serializer.IntSerializer
 
copy(List<T>) - Method in class org.apache.paimon.data.serializer.ListSerializer
 
copy(Long) - Method in class org.apache.paimon.data.serializer.LongSerializer
 
copy(T) - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
copy(InternalRow) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
copy(T) - Method in interface org.apache.paimon.data.serializer.Serializer
Creates a deep copy of the given element in a new element.
copy(Short) - Method in class org.apache.paimon.data.serializer.ShortSerializer
 
copy(Timestamp) - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
copy() - Method in class org.apache.paimon.flink.DataCatalogTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.flink.DataCatalogTable
 
copy() - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
copy() - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
copy(Tuple2<KeyPartOrRow, T>) - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
copy() - Method in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
copy() - Method in class org.apache.paimon.flink.source.DataTableSource
 
copy() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
copy() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
copy() - Method in class org.apache.paimon.flink.source.table.PushedRichTableSource
 
copy() - Method in class org.apache.paimon.flink.source.table.PushedTableSource
 
copy() - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
copy(Map<String, String>) - Method in class org.apache.paimon.flink.SystemCatalogTable
 
copy() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
copy(InternalRow) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
copy(InternalRow, InternalRow) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
copy(T, T) - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
copy(T) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
copy(T, T) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
copy(List<String>) - Method in class org.apache.paimon.io.DataFileMeta
 
copy(InternalRowSerializer, InternalRowSerializer) - Method in class org.apache.paimon.KeyValue
 
copy(Map<String, String>) - Method in class org.apache.paimon.schema.TableSchema
 
copy() - Method in class org.apache.paimon.spark.SparkArrayData
 
copy() - Method in class org.apache.paimon.spark.SparkInternalRow
 
copy(TableSchema) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
copy(TableSchema) - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
copy(Map<String, String>) - Method in interface org.apache.paimon.table.FileStoreTable
 
copy(TableSchema) - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.AuditLogTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.BucketsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.CatalogOptionsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.ConsumersTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.FileMonitorTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.FilesTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.ManifestsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.OptionsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.PartitionsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.SchemasTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.SinkTableLineageTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.SnapshotsTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.SourceTableLineageTable
 
copy(Map<String, String>) - Method in class org.apache.paimon.table.system.TagsTable
 
copy(Map<String, String>) - Method in interface org.apache.paimon.table.Table
Copy this table with adding dynamic options.
copy(boolean) - Method in class org.apache.paimon.types.ArrayType
 
copy(boolean) - Method in class org.apache.paimon.types.BigIntType
 
copy(boolean) - Method in class org.apache.paimon.types.BinaryType
 
copy(boolean) - Method in class org.apache.paimon.types.BooleanType
 
copy(boolean) - Method in class org.apache.paimon.types.CharType
 
copy() - Method in class org.apache.paimon.types.DataField
 
copy(boolean) - Method in class org.apache.paimon.types.DataType
Returns a deep copy of this type with possibly different nullability.
copy() - Method in class org.apache.paimon.types.DataType
Returns a deep copy of this type.
copy(boolean) - Method in class org.apache.paimon.types.DateType
 
copy(boolean) - Method in class org.apache.paimon.types.DecimalType
 
copy(boolean) - Method in class org.apache.paimon.types.DoubleType
 
copy(boolean) - Method in class org.apache.paimon.types.FloatType
 
copy(boolean) - Method in class org.apache.paimon.types.IntType
 
copy(boolean) - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
copy(boolean) - Method in class org.apache.paimon.types.MapType
 
copy(boolean) - Method in class org.apache.paimon.types.MultisetType
 
copy(boolean) - Method in class org.apache.paimon.types.RowType
 
copy(boolean) - Method in class org.apache.paimon.types.SmallIntType
 
copy(boolean) - Method in class org.apache.paimon.types.TimestampType
 
copy(boolean) - Method in class org.apache.paimon.types.TimeType
 
copy(boolean) - Method in class org.apache.paimon.types.TinyIntType
 
copy(boolean) - Method in class org.apache.paimon.types.VarBinaryType
 
copy(boolean) - Method in class org.apache.paimon.types.VarCharType
 
copy(Object, DataType) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
copy(PositiveIntInt) - Method in class org.apache.paimon.utils.PositiveIntIntSerializer
 
copyArray(InternalArray, DataType) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.paimon.utils.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream) - Static method in class org.apache.paimon.utils.IOUtils
Copies from one stream to another.
copyFromBytes(MemorySegment[], int, byte[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Copy target segments from source byte[].
copyFromPagesToView(AbstractPagedInputView, DataOutputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
Copy a binaryRow which stored in paged input view to output view.
copyFromUnsafe(int, Object, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
copyInternalRow(InternalRow, RowType) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
copyMultiSegmentsToBytes(MemorySegment[], int, byte[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonCharObjectInspector
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDateObjectInspector
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDecimalObjectInspector
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonStringObjectInspector
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimestampObjectInspector
 
copyObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonVarcharObjectInspector
 
CopyObjectResultHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
copyRowData(InternalRow, InternalRow) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
copyTableDefaultOptions(Map<String, String>) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
copyTo(int, MemorySegment, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
copyToBytes(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Copy segments to a new byte[].
copyToBytes(MemorySegment[], int, byte[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Copy segments to target byte[].
copyToUnsafe(int, Object, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
copyToUnsafe(MemorySegment[], int, Object, int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Copy segments to target unsafe pointer.
copyToView(MemorySegment[], int, int, DataOutputView) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Copy bytes of segments to output view.
copyWithLatestSchema() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
copyWithLatestSchema() - Method in interface org.apache.paimon.table.FileStoreTable
TODO: this method is weird, old options will overwrite new options.
copyWithNewIndex(int) - Method in class org.apache.paimon.predicate.LeafPredicate
 
copyWithoutProjection() - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
CoreOptions - Class in org.apache.paimon
Core options for paimon.
CoreOptions(Map<String, String>) - Constructor for class org.apache.paimon.CoreOptions
 
CoreOptions(Options) - Constructor for class org.apache.paimon.CoreOptions
 
coreOptions() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
coreOptions() - Method in interface org.apache.paimon.table.DataTable
 
coreOptions() - Method in class org.apache.paimon.table.system.AuditLogTable
 
coreOptions() - Method in class org.apache.paimon.table.system.BucketsTable
 
coreOptions() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
coreOptions() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
CoreOptions.ChangelogProducer - Enum in org.apache.paimon
Specifies the changelog producer for table.
CoreOptions.ConsumerMode - Enum in org.apache.paimon
Specifies the log consistency mode for table.
CoreOptions.ExpireExecutionMode - Enum in org.apache.paimon
The execution mode for expire.
CoreOptions.FileFormatType - Enum in org.apache.paimon
Specifies the file format type for store.
CoreOptions.IncrementalBetweenScanMode - Enum in org.apache.paimon
Specifies this scan type for incremental scan .
CoreOptions.LogChangelogMode - Enum in org.apache.paimon
Specifies the log changelog mode for table.
CoreOptions.LogConsistency - Enum in org.apache.paimon
Specifies the log consistency mode for table.
CoreOptions.MergeEngine - Enum in org.apache.paimon
Specifies the merge engine for table with primary key.
CoreOptions.SequenceAutoPadding - Enum in org.apache.paimon
Specifies the way of making up time precision for sequence field.
CoreOptions.SortEngine - Enum in org.apache.paimon
Specifies the sort engine for table with primary key.
CoreOptions.StartupMode - Enum in org.apache.paimon
Specifies the startup mode for log consumer.
CoreOptions.StreamingReadMode - Enum in org.apache.paimon
Specifies the type for streaming read.
CoreOptions.StreamScanMode - Enum in org.apache.paimon
Inner stream scan mode for some internal requirements.
CoreOptions.TagCreationMode - Enum in org.apache.paimon
The mode for tag creation.
CoreOptions.TagCreationPeriod - Enum in org.apache.paimon
The period for tag creation.
counter(String) - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
Counter - Interface in org.apache.paimon.metrics
A Counter is a Metric that measures a count.
counter(String) - Method in interface org.apache.paimon.metrics.MetricGroup
Creates and registers a new Counter with Paimon.
counter(String) - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
CountsFieldStatsCollector - Class in org.apache.paimon.statistics
The counts stats collector, which will only report null count stats.
CountsFieldStatsCollector() - Constructor for class org.apache.paimon.statistics.CountsFieldStatsCollector
 
CpuMetric - Class in org.apache.paimon.benchmark.metric.cpu
 
CpuMetric(String, int, double) - Constructor for class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
CpuMetricReceiver - Class in org.apache.paimon.benchmark.metric.cpu
 
CpuMetricReceiver(String, int) - Constructor for class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
CpuMetricSender - Class in org.apache.paimon.benchmark.metric.cpu
 
CpuMetricSender(String, int, Duration) - Constructor for class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
CpuTimeTracker - Class in org.apache.paimon.benchmark.metric.cpu
Utility for sampling and computing CPU usage.
CpuTimeTracker(long) - Constructor for class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
 
create(String...) - Static method in class org.apache.paimon.benchmark.utils.AutoClosableProcess
 
create(DataType, DataType) - Method in interface org.apache.paimon.casting.CastRule
Create a CastExecutor starting from the provided input type.
create(Path) - Static method in class org.apache.paimon.catalog.CatalogContext
 
create(Options) - Static method in class org.apache.paimon.catalog.CatalogContext
 
create(Options, Configuration) - Static method in class org.apache.paimon.catalog.CatalogContext
 
create(Options, FileIOLoader) - Static method in class org.apache.paimon.catalog.CatalogContext
 
create(Options, Configuration, FileIOLoader) - Static method in class org.apache.paimon.catalog.CatalogContext
 
create(FileIO, Path, CatalogContext) - Method in interface org.apache.paimon.catalog.CatalogFactory
 
create(CatalogContext) - Method in interface org.apache.paimon.catalog.CatalogFactory
 
create() - Method in interface org.apache.paimon.catalog.CatalogLock.Factory
 
create(FileIO, Path, CatalogContext) - Method in class org.apache.paimon.catalog.FileSystemCatalogFactory
 
create(String, String) - Static method in class org.apache.paimon.catalog.Identifier
 
create(CoreOptions.MergeEngine, ProjectToRowFunction, BucketAssigner, BiConsumer<InternalRow, Integer>) - Static method in interface org.apache.paimon.crosspartition.ExistingProcessor
 
create(DataType) - Static method in class org.apache.paimon.data.serializer.InternalSerializers
Creates a Serializer for internal data structures of the given DataType.
create(RowType) - Static method in class org.apache.paimon.data.serializer.InternalSerializers
Creates a Serializer for internal data structures of the given RowType.
create(String) - Static method in interface org.apache.paimon.disk.IOManager
 
create(String[]) - Static method in interface org.apache.paimon.disk.IOManager
 
create(MultipleParameterToolAdapter) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
create(String, String, DataType, String...) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.CompactActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.CompactDatabaseActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.CreateTagActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.DeleteActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.DeleteTagActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.DropPartitionActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.MigrateTableActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.RemoveOrphanFilesActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.ResetConsumerActionFactory
 
create(MultipleParameterToolAdapter) - Method in class org.apache.paimon.flink.action.RollbackToActionFactory
 
create(FileStoreLookupFunction, boolean, int) - Static method in class org.apache.paimon.flink.lookup.LookupRuntimeProviderFactory
 
create(RocksDBStateFactory, RowType, List<String>, List<String>, Predicate<InternalRow>, long) - Static method in interface org.apache.paimon.flink.lookup.LookupTable
 
create() - Method in interface org.apache.paimon.flink.sink.cdc.EventParser.Factory
 
create(String, OperatorMetricGroup) - Method in interface org.apache.paimon.flink.sink.Committer.Factory
 
create(HybridSource.SourceSwitchContext<StaticFileStoreSplitEnumerator>) - Method in class org.apache.paimon.flink.source.LogHybridSourceFactory
 
create(Long) - Static method in class org.apache.paimon.flink.source.RecordLimiter
 
create(FileFormatFactory.FormatContext) - Method in class org.apache.paimon.format.avro.AvroFileFormatFactory
 
create(PositionOutputStream) - Method in class org.apache.paimon.format.avro.AvroWriterFactory
 
create(FileFormatFactory.FormatContext) - Method in interface org.apache.paimon.format.FileFormatFactory
 
create(PositionOutputStream, String) - Method in interface org.apache.paimon.format.FormatWriterFactory
Creates a writer that writes to the given stream.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
create(FileFormatFactory.FormatContext) - Method in class org.apache.paimon.format.orc.OrcFileFormatFactory
 
create(PositionOutputStream, String) - Method in class org.apache.paimon.format.orc.OrcWriterFactory
 
create(FileFormatFactory.FormatContext) - Method in class org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
create(PositionOutputStream, String) - Method in class org.apache.paimon.format.parquet.ParquetWriterFactory
 
create(long) - Method in class org.apache.paimon.format.parquet.writer.StreamOutputFile
 
create() - Static method in class org.apache.paimon.fs.local.LocalFileIO
 
create(CatalogContext) - Method in class org.apache.paimon.hive.HiveCatalogFactory
 
create() - Method in class org.apache.paimon.hive.HiveMetastoreClient.Factory
 
create(DataType) - Static method in class org.apache.paimon.hive.objectinspector.PaimonObjectInspectorFactory
 
create(LineageMetaFactory.LineageMetaContext) - Method in interface org.apache.paimon.lineage.LineageMetaFactory
 
create() - Method in class org.apache.paimon.manifest.IndexManifestFile.Factory
 
create() - Method in class org.apache.paimon.manifest.ManifestFile.Factory
 
create() - Method in class org.apache.paimon.manifest.ManifestList.Factory
 
create(MemorySegment) - Static method in class org.apache.paimon.memory.Buffer
 
create(MemorySegment, int) - Static method in class org.apache.paimon.memory.Buffer
 
create(List<ConcatRecordReader.ReaderSupplier<R>>) - Static method in class org.apache.paimon.mergetree.compact.ConcatRecordReader
 
create() - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionFactory
 
create(int[][]) - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionFactory
 
create() - Method in interface org.apache.paimon.metastore.MetastoreClient.Factory
 
create(TableSchema) - Static method in class org.apache.paimon.operation.DefaultValueAssigner
 
create() - Method in class org.apache.paimon.operation.Lock.CatalogLockFactory
 
create() - Method in class org.apache.paimon.operation.Lock.EmptyFactory
 
create() - Method in interface org.apache.paimon.operation.Lock.Factory
 
create(Pair<int[], RowType>, BinaryRow) - Static method in class org.apache.paimon.partition.PartitionUtils
 
create(IOManager, RowType, RowType, long, int, int) - Static method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
create(IOManager, RowType, RowType, MemorySegmentPool, int) - Static method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
create(FieldStatsCollector.Factory[]) - Static method in interface org.apache.paimon.statistics.FieldStatsCollector
 
create() - Method in interface org.apache.paimon.statistics.FieldStatsCollector.Factory
 
create(CatalogContext) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(FileIO, Path) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(FileIO, Options) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(FileIO, Path, TableSchema) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(FileIO, Path, TableSchema, CatalogEnvironment) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(FileIO, Path, TableSchema, Options, CatalogEnvironment) - Static method in class org.apache.paimon.table.FileStoreTableFactory
 
create(TableSchema, CoreOptions) - Static method in class org.apache.paimon.table.sink.RowKindGenerator
 
create(TableSchema, CoreOptions) - Static method in class org.apache.paimon.table.sink.SequenceGenerator
 
create(CoreOptions, SnapshotManager, TagManager, TagDeletion, List<TagCallback>) - Static method in class org.apache.paimon.tag.TagAutoCreation
 
create(CoreOptions) - Static method in interface org.apache.paimon.tag.TagPeriodHandler
 
create(CoreOptions) - Static method in class org.apache.paimon.tag.TagPreview
 
create(CoreOptions.TagCreationMode, CoreOptions) - Static method in interface org.apache.paimon.tag.TagTimeExtractor
 
create(String, String, String, String, String, boolean) - Static method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
create(String, String, String, String) - Static method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
create(int[]) - Static method in interface org.apache.paimon.utils.IntIterator
 
createAction(String[]) - Static method in interface org.apache.paimon.flink.action.ActionFactory
 
createBinaryRowIterator(BinaryRowSerializer) - Method in class org.apache.paimon.disk.BufferFileReaderInputView
 
createBuffer(NormalizedKeyComputer, AbstractRowDataSerializer<InternalRow>, RecordComparator, MemorySegmentPool) - Static method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
Create a memory sorter in `insert` way.
createBufferFileReader(FileIOChannel.ID) - Method in interface org.apache.paimon.disk.IOManager
 
createBufferFileReader(FileIOChannel.ID) - Method in class org.apache.paimon.disk.IOManagerImpl
 
createBufferFileWriter(FileIOChannel.ID) - Method in interface org.apache.paimon.disk.IOManager
 
createBufferFileWriter(FileIOChannel.ID) - Method in class org.apache.paimon.disk.IOManagerImpl
 
createCatalog(CatalogContext) - Static method in interface org.apache.paimon.catalog.CatalogFactory
If the ClassLoader is not specified, using the context ClassLoader of current thread as default.
createCatalog(CatalogContext, ClassLoader) - Static method in interface org.apache.paimon.catalog.CatalogFactory
 
createCatalog(CatalogFactory.Context) - Method in class org.apache.paimon.flink.FlinkCatalogFactory
 
createCatalog(String, CatalogContext, ClassLoader) - Static method in class org.apache.paimon.flink.FlinkCatalogFactory
 
createCatalog(String, Catalog, Options) - Static method in class org.apache.paimon.flink.FlinkCatalogFactory
 
createCatalog(CatalogFactory.Context) - Method in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
createCatalog(ClassLoader, Map<String, String>, String, Catalog) - Static method in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
createChannel() - Method in interface org.apache.paimon.disk.FileChannelManager
Creates an ID identifying an underlying file channel and returns it.
createChannel() - Method in class org.apache.paimon.disk.FileChannelManagerImpl
 
createChannel() - Method in interface org.apache.paimon.disk.IOManager
 
createChannel() - Method in class org.apache.paimon.disk.IOManagerImpl
 
createChannelEnumerator() - Method in interface org.apache.paimon.disk.FileChannelManager
Creates an enumerator for channels that logically belong together and returns it.
createChannelEnumerator() - Method in class org.apache.paimon.disk.FileChannelManagerImpl
 
createChannelEnumerator() - Method in interface org.apache.paimon.disk.IOManager
 
createChannelEnumerator() - Method in class org.apache.paimon.disk.IOManagerImpl
 
createClient(HiveConf, String) - Method in class org.apache.paimon.hive.RetryingMetaStoreClientFactory
 
createColumnOptions(ColumnFamilyOptions, Options) - Static method in class org.apache.paimon.lookup.RocksDBOptions
 
createColumnReader(DataType, Type, List<ColumnDescriptor>, PageReadStore, int) - Static method in class org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.CompactorSink
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.FlinkSink
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.FlinkWriteSink
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
createCommittableStateManager() - Method in class org.apache.paimon.flink.sink.UnawareBucketCompactionSink
 
createCommitterFactory() - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
createCommitterFactory(boolean) - Method in class org.apache.paimon.flink.sink.CompactorSink
 
createCommitterFactory(boolean) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
createCommitterFactory(boolean) - Method in class org.apache.paimon.flink.sink.FlinkWriteSink
 
createCommitterFactory() - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
createCommitterFactory(boolean) - Method in class org.apache.paimon.flink.sink.UnawareBucketCompactionSink
 
createComparator(boolean, ExecutionConfig) - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
createConvertMapping(List<DataField>, List<DataField>, int[]) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create converter mapping from table fields to underlying data fields.
createDatabase(String, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
createDatabase(String, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Create a database.
createDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
createDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
createDatabaseImpl(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
createDatabaseImpl(String) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
createDatabaseImpl(String) - Method in class org.apache.paimon.hive.HiveCatalog
 
createDataFilePathFactory(BinaryRow, int) - Method in class org.apache.paimon.utils.FileStorePathFactory
 
createDataFilters(List<DataField>, List<DataField>, List<Predicate>) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create predicate list from data fields.
createDataProjection(List<DataField>, List<DataField>, int[][]) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create data projection from table projection.
createDBOptions(DBOptions, Options) - Static method in class org.apache.paimon.lookup.RocksDBOptions
 
createdName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
createdName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
createdName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
createdName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
CreatedNameContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
CreatedNameContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
createDynamicPartitionPruningAssignerIfNeeded(int, SplitAssigner, Projection, SourceEvent, Logger) - Static method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
createDynamicTableSink(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.AbstractFlinkTableFactory
 
createDynamicTableSink(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.FlinkGenericTableFactory
 
createDynamicTableSink(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.FlinkTableFactory
 
createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.AbstractFlinkTableFactory
 
createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.FlinkGenericTableFactory
 
createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.paimon.flink.FlinkTableFactory
 
createElementGetter(DataType) - Static method in interface org.apache.paimon.data.InternalArray
Creates an accessor for getting elements in an internal array data structure at the given position.
createEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.FlinkSource
 
createEqualPredicate(BinaryRow) - Method in class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
createFactory(HiveConf, String) - Static method in class org.apache.paimon.hive.HiveCatalogLock
Create a hive lock factory.
createFieldAggregator(DataType, String, boolean, boolean) - Static method in class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
 
createFieldGetter(DataType, int) - Static method in interface org.apache.paimon.data.InternalRow
Creates an accessor for getting elements in an internal row data structure at the given position.
createFieldGetters(List<DataType>) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
createFileFormat(Options, ConfigOption<CoreOptions.FileFormatType>) - Static method in class org.apache.paimon.CoreOptions
 
createFileIO(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
createFileStoreTable(JobConf) - Static method in class org.apache.paimon.hive.utils.HiveUtils
 
createFileSystem(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
createFileSystem(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
createFileSystem(Path) - Method in class org.apache.paimon.oss.OSSFileIO
 
createFileSystem(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
createFileSystem(Path) - Method in class org.apache.paimon.s3.S3FileIO
 
createFixedVector(DataType, BinaryRow, int) - Static method in class org.apache.paimon.utils.VectorMappingUtils
 
createFlinkTableFactoryHelper(LogStoreTableFactory, DynamicTableFactory.Context) - Static method in class org.apache.paimon.flink.factories.FlinkFactoryUtil
Creates a utility that helps in discovering formats, merging options with DynamicTableFactory.Context#getEnrichmentOptions() and validating them all for a LogStoreTableFactory.
createForAutoTag(CoreOptions) - Static method in interface org.apache.paimon.tag.TagTimeExtractor
 
createFormatReader(FileIO, FormatReaderFactory, Path) - Static method in class org.apache.paimon.utils.FileUtils
 
createForTagPreview(CoreOptions) - Static method in interface org.apache.paimon.tag.TagTimeExtractor
 
createFromConstant(int, Object) - Static method in class org.apache.paimon.format.orc.reader.OrcLegacyTimestampColumnVector
 
createFullStatsFactories(int) - Static method in interface org.apache.paimon.statistics.FieldStatsCollector
 
createFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
createFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
createHeapPool(MemorySize, MemorySize) - Static method in interface org.apache.paimon.memory.MemorySegmentPool
 
createHiveCatalog(CatalogContext) - Static method in class org.apache.paimon.hive.HiveCatalog
 
createHiveConf(String, String, Configuration) - Static method in class org.apache.paimon.hive.HiveCatalog
 
createHiveConf(CatalogContext) - Static method in class org.apache.paimon.hive.HiveCatalog
 
createIndexCastMapping(int[], List<DataField>, int[], List<DataField>) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create index mapping from table projection to underlying data projection.
createIndexCastMapping(int[], List<DataField>, List<DataField>, int[], List<DataField>, List<DataField>) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create index mapping from table projection to data with key and value fields.
createIndexMappedVectors(int[], ColumnVector[]) - Static method in class org.apache.paimon.utils.VectorMappingUtils
 
createIndexMapping(List<DataField>, List<DataField>) - Static method in class org.apache.paimon.schema.SchemaEvolutionUtil
Create index mapping from table fields to underlying data fields.
createInputView(IOManager, ChannelWithMeta, List<FileIOChannel>, BlockCompressionFactory, int) - Static method in class org.apache.paimon.disk.FileChannelUtil
 
createInstance() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
createInstance() - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
createInstance() - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
createInstance() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
createIOManager() - Static method in class org.apache.paimon.spark.SparkUtils
 
createKey() - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
createKeyValueFields(List<DataField>, List<DataField>, int) - Static method in class org.apache.paimon.KeyValue
Create key-value fields, we need to add a const value to the id of value field to ensure that they are consistent when compared by field id.
createMergeFunctionFactory(TableSchema, KeyValueFieldsExtractor) - Static method in class org.apache.paimon.table.PrimaryKeyTableUtils
 
createMergeWrapper(int) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
createMergeWrapper(int) - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeTreeCompactRewriter
 
createMergeWrapper(int) - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeTreeCompactRewriter
 
createMergeWrapper(int) - Method in class org.apache.paimon.mergetree.compact.LookupMergeTreeCompactRewriter
 
createMetricGroup(String, Map<String, String>) - Method in class org.apache.paimon.flink.metrics.FlinkMetricRegistry
 
createMetricGroup(String, Map<String, String>) - Method in class org.apache.paimon.metrics.MetricRegistry
 
createMetricGroup(String, Map<String, String>) - Method in class org.apache.paimon.metrics.MetricRegistryImpl
 
createNamespace(String[], Map<String, String>) - Method in class org.apache.paimon.spark.SparkCatalog
 
createNamespace(String[], Map<String, String>) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
createNullCheckingFieldGetter(DataType, int) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
createNullSetter(DataType) - Static method in class org.apache.paimon.data.BinaryArrayWriter
Creates an for accessor setting the elements of an array writer to null during runtime.
createOptionalLogStoreFactory(DynamicTableFactory.Context) - Static method in class org.apache.paimon.flink.AbstractFlinkTableFactory
 
createOrOverwrite(long) - Method in class org.apache.paimon.format.parquet.writer.StreamOutputFile
 
createOrRestore(Long, BinaryRow, int) - Method in class org.apache.paimon.index.HashIndexMaintainer.Factory
 
createOrRestore(Long, BinaryRow, int) - Method in interface org.apache.paimon.index.IndexMaintainer.Factory
 
createOutputView(IOManager, FileIOChannel.ID, BlockCompressionFactory, int) - Static method in class org.apache.paimon.disk.FileChannelUtil
 
createPaimonCatalog(Options) - Static method in class org.apache.paimon.flink.FlinkCatalogFactory
 
createPaimonVector(ColumnVector, DataType) - Static method in class org.apache.paimon.format.orc.reader.AbstractOrcColumnVector
 
createParser(boolean, TypeMapping, List<ComputedColumn>) - Method in enum org.apache.paimon.flink.action.cdc.format.DataFormat
Creates a new instance of RecordParser for this data format with the specified configurations.
createParser(boolean, TypeMapping, List<ComputedColumn>) - Method in interface org.apache.paimon.flink.action.cdc.format.RecordParserFactory
Creates a new instance of RecordParser with the specified configurations.
createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
createPartitionMappedVectors(PartitionInfo, ColumnVector[]) - Static method in class org.apache.paimon.utils.VectorMappingUtils
 
createPathIfRequired(Path, FileIO) - Method in interface org.apache.paimon.hive.LocationHelper
 
createPathIfRequired(Path, FileIO) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
createPathIfRequired(Path, FileIO) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
createPredicate(TableSchema, JobConf, boolean) - Static method in class org.apache.paimon.hive.utils.HiveUtils
 
createReader(SourceReaderContext) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileStoreSource
 
createReader(SourceReaderContext) - Method in class org.apache.paimon.flink.source.FlinkSource
 
createReader(FileIO, Path) - Method in class org.apache.paimon.format.avro.AvroBulkFormat
 
createReader(FileIO, Path, int) - Method in class org.apache.paimon.format.avro.AvroBulkFormat
 
createReader(FileIO, Path) - Method in interface org.apache.paimon.format.FormatReaderFactory
 
createReader(FileIO, Path, int) - Method in interface org.apache.paimon.format.FormatReaderFactory
 
createReader(FileIO, Path) - Method in class org.apache.paimon.format.orc.OrcReaderFactory
 
createReader(FileIO, Path, int) - Method in class org.apache.paimon.format.orc.OrcReaderFactory
 
createReader(Configuration, FileIO, Path) - Static method in class org.apache.paimon.format.orc.OrcReaderFactory
 
createReader(FileIO, Path) - Method in class org.apache.paimon.format.parquet.ParquetReaderFactory
 
createReader(FileIO, Path, int) - Method in class org.apache.paimon.format.parquet.ParquetReaderFactory
 
createReader(File) - Method in class org.apache.paimon.lookup.hash.HashLookupStoreFactory
 
createReader(File) - Method in interface org.apache.paimon.lookup.LookupStoreFactory
 
createReader(DataSplit) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreRead
 
createReader(DataSplit) - Method in interface org.apache.paimon.operation.FileStoreRead
Create a RecordReader from split.
createReader(DataSplit) - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
createReader(InputPartition) - Method in class org.apache.paimon.spark.SparkReaderFactory
 
createReader(StructType, DataSourceOptions) - Method in class org.apache.paimon.spark.SparkSource
 
createReader(DataSourceOptions) - Method in class org.apache.paimon.spark.SparkSource
 
createReader(Split) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
createReader(Split) - Method in interface org.apache.paimon.table.source.TableRead
 
createReader(List<Split>) - Method in interface org.apache.paimon.table.source.TableRead
 
createReader(TableScan.Plan) - Method in interface org.apache.paimon.table.source.TableRead
 
createReader(Split) - Method in class org.apache.paimon.table.system.TableLineageTable.TableLineageRead
 
createReaderBatch(VectorizedRowBatch, Pool.Recycler<OrcReaderFactory.OrcReaderBatch>) - Method in class org.apache.paimon.format.orc.OrcReaderFactory
Creates the OrcReaderBatch structure, which is responsible for holding the data structures that hold the batch data (column vectors, row arrays, ...) and the batch conversion from the ORC representation to the result format.
createReaderFactory(RowType, List<Predicate>) - Method in class org.apache.paimon.format.avro.AvroFileFormat
 
createReaderFactory(RowType, List<Predicate>) - Method in class org.apache.paimon.format.FileFormat
Create a FormatReaderFactory from the type, with projection pushed down.
createReaderFactory(RowType) - Method in class org.apache.paimon.format.FileFormat
 
createReaderFactory(RowType, List<Predicate>) - Method in class org.apache.paimon.format.orc.OrcFileFormat
 
createReaderFactory(RowType, List<Predicate>) - Method in class org.apache.paimon.format.parquet.ParquetFileFormat
 
createRecord(RowKind, Map<String, String>) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlRecordParser
 
createRecordOutputTag(String) - Static method in class org.apache.paimon.flink.sink.cdc.CdcMultiTableParsingProcessFunction
 
createRecordReader(long, String, long, int) - Method in class org.apache.paimon.io.KeyValueFileReaderFactory
 
createRegister(LogStoreTableFactory.RegisterContext) - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
createRegister(LogStoreTableFactory.RegisterContext) - Method in interface org.apache.paimon.flink.log.LogStoreTableFactory
Creates a LogStoreRegister instance for table ddl, it will register table to log store when a table is created or dropped.
createRollingChangelogFileWriter(int) - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
createRollingMergeTreeFileWriter(int) - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
createRowConverter(RowType) - Static method in class org.apache.paimon.format.avro.AvroToRowDataConverters
 
createRowKeyExtractor() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
createRowReader(Schema, List<DataField>) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
createRowWriter(Schema, List<DataField>) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
createSerializer(ExecutionConfig) - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
createSerializer(ExecutionConfig) - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
createSerializer(ExecutionConfig) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
createSerializer(ExecutionConfig) - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
createSerializer(Class<T>) - Method in class org.apache.paimon.flink.utils.JavaSerializer.JavaSerializerSnapshot
 
createSerializer(ExecutionConfig) - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
createSink() - Method in class org.apache.paimon.flink.kafka.KafkaLogSinkProvider
 
createSink() - Method in interface org.apache.paimon.flink.log.LogSinkProvider
Creates a LogSinkFunction instance.
createSinkProvider(DynamicTableFactory.Context, DynamicTableSink.Context) - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
createSinkProvider(DynamicTableFactory.Context, DynamicTableSink.Context) - Method in interface org.apache.paimon.flink.log.LogStoreTableFactory
Creates a LogSinkProvider instance from a CatalogTable and additional context information.
createSortMergeReader(List<RecordReader<KeyValue>>, Comparator<InternalRow>, MergeFunctionWrapper<T>, CoreOptions.SortEngine) - Static method in interface org.apache.paimon.mergetree.compact.SortMergeReader
 
createSource(Map<Integer, Long>) - Method in class org.apache.paimon.flink.kafka.KafkaLogSourceProvider
 
createSource(Map<Integer, Long>) - Method in interface org.apache.paimon.flink.log.LogSourceProvider
Creates a Source instance.
createSourceProvider(DynamicTableFactory.Context, DynamicTableSource.Context, int[][]) - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
createSourceProvider(DynamicTableFactory.Context, DynamicTableSource.Context, int[][]) - Method in interface org.apache.paimon.flink.log.LogStoreTableFactory
Creates a LogSourceProvider instance from a CatalogTable and additional context information.
createSplitAssigner(BucketMode) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
createSplitAssigner(BucketMode) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
createSplitAssigner(SplitEnumeratorContext<FileStoreSourceSplit>, int, FlinkConnectorOptions.SplitAssignMode, Collection<FileStoreSourceSplit>) - Static method in class org.apache.paimon.flink.source.StaticFileStoreSource
 
createSplits(TableScan.Plan) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitGenerator
 
createSplits(List<Split>) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitGenerator
 
createStartingScanner(boolean) - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - Method in class org.apache.paimon.format.FileFormat
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - Method in class org.apache.paimon.format.orc.OrcFileFormat
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - Method in class org.apache.paimon.format.parquet.ParquetFileFormat
 
createStatsFactories(CoreOptions, List<String>) - Static method in class org.apache.paimon.utils.StatsCollectorFactories
 
createTable(Identifier, Schema, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
createTable(Identifier, Schema, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Create a new table.
createTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
createTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
createTable(Schema) - Method in class org.apache.paimon.schema.SchemaManager
Create a new schema from Schema.
createTable(Identifier, StructType, Transform[], Map<String, String>) - Method in class org.apache.paimon.spark.SparkCatalog
 
createTable(Identifier, StructType, Transform[], Map<String, String>) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
createTableImpl(Identifier, Schema) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
createTableImpl(Identifier, Schema) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
createTableImpl(Identifier, Schema) - Method in class org.apache.paimon.hive.HiveCatalog
 
createTag(String, long) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
createTag(String, long) - Method in interface org.apache.paimon.table.ReadonlyTable
 
createTag(String, long) - Method in interface org.apache.paimon.table.Table
Create a tag from given snapshot.
createTag(Snapshot, String, List<TagCallback>) - Method in class org.apache.paimon.utils.TagManager
Create a tag from given snapshot and save it in the storage.
CreateTagAction - Class in org.apache.paimon.flink.action
Create tag action for Flink.
CreateTagAction(String, String, String, Map<String, String>, String, long) - Constructor for class org.apache.paimon.flink.action.CreateTagAction
 
CreateTagActionFactory - Class in org.apache.paimon.flink.action
Factory to create CreateTagAction.
CreateTagActionFactory() - Constructor for class org.apache.paimon.flink.action.CreateTagActionFactory
 
createTagCallbacks() - Method in class org.apache.paimon.AbstractFileStore
 
createTagCallbacks() - Method in interface org.apache.paimon.FileStore
 
CreateTagProcedure - Class in org.apache.paimon.flink.procedure
Create tag procedure.
CreateTagProcedure() - Constructor for class org.apache.paimon.flink.procedure.CreateTagProcedure
 
CreateTagProcedure - Class in org.apache.paimon.spark.procedure
A procedure to create a tag.
CreateTagProcedure(TableCatalog) - Constructor for class org.apache.paimon.spark.procedure.CreateTagProcedure
 
createTempPath() - Method in class org.apache.paimon.fs.Path
Create a temporary path (to be used as a copy) for this path.
createUpdatedDataFieldsOutputTag(String) - Static method in class org.apache.paimon.flink.sink.cdc.CdcMultiTableParsingProcessFunction
 
createValue() - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
createValueSetter(DataType) - Static method in interface org.apache.paimon.data.BinaryWriter
Creates an accessor for setting the elements of a binary writer during runtime.
createWatermarkGenerator(WatermarkGeneratorSupplier.Context) - Method in class org.apache.paimon.flink.source.OnEventWatermarkStrategy
 
createWritableColumnVector(int, DataType, Type, List<ColumnDescriptor>, int) - Static method in class org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketSink
 
createWriteOperator(StoreSinkWrite.WithWriteBufferProvider, String, Map<String, String>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.CompactorSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.FileStoreSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.index.GlobalDynamicBucketSink
 
createWriteOperator(CheckpointConfig, boolean, String) - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.RowDynamicBucketSink
 
createWriteOperator(StoreSinkWrite.Provider, String) - Method in class org.apache.paimon.flink.sink.UnawareBucketCompactionSink
 
createWriter(OutputStream) - Method in interface org.apache.paimon.format.avro.AvroBuilder
Creates and configures an Avro writer to the given output file.
createWriter(OutputFile, String) - Method in interface org.apache.paimon.format.parquet.writer.ParquetBuilder
Creates and configures a parquet writer to the given output file.
createWriter(OutputFile, String) - Method in class org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
createWriter(File) - Method in class org.apache.paimon.lookup.hash.HashLookupStoreFactory
 
createWriter(File) - Method in interface org.apache.paimon.lookup.LookupStoreFactory
 
createWriter(BinaryRow, int, List<DataFileMeta>, CommitIncrement, ExecutorService) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
createWriter(BinaryRow, int, List<DataFileMeta>, CommitIncrement, ExecutorService) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreWrite
 
createWriter(BinaryRow, int, List<DataFileMeta>, CommitIncrement, ExecutorService) - Method in class org.apache.paimon.operation.KeyValueFileStoreWrite
 
createWriterContainer(BinaryRow, int, boolean) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
createWriterFactory(RowType) - Method in class org.apache.paimon.format.avro.AvroFileFormat
 
createWriterFactory(RowType) - Method in class org.apache.paimon.format.FileFormat
Create a FormatWriterFactory from the type.
createWriterFactory(RowType) - Method in class org.apache.paimon.format.orc.OrcFileFormat
The OrcWriterFactory will create ThreadLocalClassLoaderConfiguration from the input writer config to avoid classloader leaks.
createWriterFactory(RowType) - Method in class org.apache.paimon.format.parquet.ParquetFileFormat
 
creationTime() - Method in class org.apache.paimon.io.DataFileMeta
 
creationTimeEpochMillis() - Method in class org.apache.paimon.io.DataFileMeta
 
creator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
creator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
creator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
creator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
CreatorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
CreatorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
CROSS_PARTITION_UPSERT_BOOTSTRAP_PARALLELISM - Static variable in class org.apache.paimon.CoreOptions
 
CROSS_PARTITION_UPSERT_INDEX_TTL - Static variable in class org.apache.paimon.CoreOptions
 
crossPartitionUpdate() - Method in class org.apache.paimon.schema.TableSchema
 
crossPartitionUpsertBootstrapParallelism() - Method in class org.apache.paimon.CoreOptions
 
crossPartitionUpsertIndexTtl() - Method in class org.apache.paimon.CoreOptions
 
ctx - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
CUR_DIR - Static variable in class org.apache.paimon.fs.Path
The current directory, ".".
CURRENT_VERSION - Static variable in class org.apache.paimon.flink.sink.WrappedManifestCommittableSerializer
 
currentHighestFieldId(List<DataField>) - Static method in class org.apache.paimon.types.RowType
 
currentSegment - Variable in class org.apache.paimon.data.AbstractPagedOutputView
 
currentSnapshotId() - Method in class org.apache.paimon.flink.source.PendingSplitsCheckpoint
 
currentSnapshotId() - Method in class org.apache.paimon.table.source.snapshot.StartingScanner.ScannedResult
 
currentSortIndexOffset - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
currentSortIndexSegment - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
currentStackString() - Static method in class org.apache.paimon.utils.ThreadUtils
 
currentWatermark() - Method in class org.apache.paimon.table.source.snapshot.StartingScanner.ScannedResult
 

D

DailyTagPeriodHandler() - Constructor for class org.apache.paimon.tag.TagPeriodHandler.DailyTagPeriodHandler
 
data - Variable in class org.apache.paimon.data.columnar.BytesColumnVector.Bytes
 
DATA_FILE_PREFIX - Static variable in class org.apache.paimon.io.DataFilePathFactory
 
database() - Method in exception org.apache.paimon.catalog.Catalog.DatabaseAlreadyExistException
 
database() - Method in exception org.apache.paimon.catalog.Catalog.DatabaseNotEmptyException
 
database() - Method in exception org.apache.paimon.catalog.Catalog.DatabaseNotExistException
 
database(Path) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
database(String) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
DATABASE - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
database - Variable in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
database - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
DatabaseAlreadyExistException(String, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseAlreadyExistException
 
DatabaseAlreadyExistException(String) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseAlreadyExistException
 
databaseExists(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
databaseExists(String) - Method in interface org.apache.paimon.catalog.Catalog
Check if a database exists in this catalog.
databaseExists(String) - Method in class org.apache.paimon.flink.FlinkCatalog
 
databaseExists(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
databaseExistsImpl(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
databaseExistsImpl(String) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
databaseExistsImpl(String) - Method in class org.apache.paimon.hive.HiveCatalog
 
databaseName() - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
databaseName() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
DatabaseNotEmptyException(String, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseNotEmptyException
 
DatabaseNotEmptyException(String) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseNotEmptyException
 
DatabaseNotExistException(String, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseNotExistException
 
DatabaseNotExistException(String) - Constructor for exception org.apache.paimon.catalog.Catalog.DatabaseNotExistException
 
databasePattern - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
DataCatalogTable - Class in org.apache.paimon.flink
A CatalogTableImpl to wrap FileStoreTable.
DataCatalogTable(Table, TableSchema, List<String>, Map<String, String>, String) - Constructor for class org.apache.paimon.flink.DataCatalogTable
 
dataColumn - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
dataField() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
dataField() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
dataField() - Method in class org.apache.paimon.flink.action.cdc.format.maxwell.MaxwellRecordParser
 
dataField() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
dataField() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
DataField - Class in org.apache.paimon.types
Defines the field of a row type.
DataField(int, String, DataType) - Constructor for class org.apache.paimon.types.DataField
 
DataField(int, String, DataType, String) - Constructor for class org.apache.paimon.types.DataField
 
DataFileMeta - Class in org.apache.paimon.io
Metadata of a data file.
DataFileMeta(String, long, long, BinaryRow, BinaryRow, BinaryTableStats, BinaryTableStats, long, long, long, int) - Constructor for class org.apache.paimon.io.DataFileMeta
 
DataFileMeta(String, long, long, BinaryRow, BinaryRow, BinaryTableStats, BinaryTableStats, long, long, long, int, List<String>, Timestamp) - Constructor for class org.apache.paimon.io.DataFileMeta
 
DataFileMetaSerializer - Class in org.apache.paimon.io
Serializer for DataFileMeta.
DataFileMetaSerializer() - Constructor for class org.apache.paimon.io.DataFileMetaSerializer
 
DataFilePathFactory - Class in org.apache.paimon.io
Factory which produces new Paths for data files.
DataFilePathFactory(Path, String, int, String) - Constructor for class org.apache.paimon.io.DataFilePathFactory
 
DataFilePlan - Class in org.apache.paimon.table.source
Scanning plan containing snapshot ID and input splits.
DataFilePlan(List<DataSplit>) - Constructor for class org.apache.paimon.table.source.DataFilePlan
 
DataFileReader - Class in org.apache.paimon.mergetree
Reader for a DataFileMeta.
DataFileReader(File, DataFileMeta, LookupStoreReader) - Constructor for class org.apache.paimon.mergetree.DataFileReader
 
dataFiles() - Method in class org.apache.paimon.append.AppendOnlyWriter
 
dataFiles() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
dataFiles() - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
dataFiles - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
dataFiles() - Method in class org.apache.paimon.table.source.DataSplit
 
dataFiles() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
dataFiles() - Method in interface org.apache.paimon.utils.RecordWriter
Get all data files maintained by this writer.
dataFileSkipper(List<Snapshot>, long) - Method in class org.apache.paimon.operation.SnapshotDeletion
 
dataFileSkipper(Snapshot) - Method in class org.apache.paimon.operation.TagDeletion
 
dataFileSkipper(List<Snapshot>) - Method in class org.apache.paimon.operation.TagDeletion
 
DataFormat - Enum in org.apache.paimon.flink.action.cdc.format
Enumerates the supported data formats for message queue and provides a mechanism to create their associated RecordParser.
DataGetters - Interface in org.apache.paimon.data
Getters to get data.
DataInputDeserializer - Class in org.apache.paimon.io
A simple and efficient deserializer for the DataInput interface.
DataInputDeserializer() - Constructor for class org.apache.paimon.io.DataInputDeserializer
 
DataInputDeserializer(byte[]) - Constructor for class org.apache.paimon.io.DataInputDeserializer
 
DataInputDeserializer(byte[], int, int) - Constructor for class org.apache.paimon.io.DataInputDeserializer
 
DataInputDeserializer(ByteBuffer) - Constructor for class org.apache.paimon.io.DataInputDeserializer
 
DataInputView - Interface in org.apache.paimon.io
This interface defines a view over some memory that can be used to sequentially read the contents of the memory.
DataInputViewStream - Class in org.apache.paimon.io
An input stream that draws its data from a DataInputView.
DataInputViewStream(DataInputView) - Constructor for class org.apache.paimon.io.DataInputViewStream
 
DataInputViewStreamWrapper - Class in org.apache.paimon.io
Utility class that turns an InputStream into a DataInputView.
DataInputViewStreamWrapper(InputStream) - Constructor for class org.apache.paimon.io.DataInputViewStreamWrapper
 
DataLineageEntity - Interface in org.apache.paimon.lineage
Data lineage entity with table lineage, barrier id and snapshot id for table source and sink lineage.
dataManifests(ManifestList) - Method in class org.apache.paimon.Snapshot
Return a ManifestFileMeta for each data manifest in this snapshot.
DataOutputSerializer - Class in org.apache.paimon.io
A simple and efficient serializer for the DataOutput interface.
DataOutputSerializer(int) - Constructor for class org.apache.paimon.io.DataOutputSerializer
 
DataOutputView - Interface in org.apache.paimon.io
This interface defines a view over some memory that can be used to sequentially write contents to the memory.
DataOutputViewStream - Class in org.apache.paimon.io
An output stream that draws its data from a DataOutputView.
DataOutputViewStream(DataOutputView) - Constructor for class org.apache.paimon.io.DataOutputViewStream
 
DataOutputViewStreamWrapper - Class in org.apache.paimon.io
Utility class that turns an OutputStream into a DataOutputView.
DataOutputViewStreamWrapper(OutputStream) - Constructor for class org.apache.paimon.io.DataOutputViewStreamWrapper
 
DataSetters - Interface in org.apache.paimon.data
Provide type specialized setters to reduce if/else and eliminate box and unbox.
DataSplit - Class in org.apache.paimon.table.source
Input splits.
DataSplit() - Constructor for class org.apache.paimon.table.source.DataSplit
 
DataSplit.Builder - Class in org.apache.paimon.table.source
Builder for DataSplit.
dataSplits() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader.Plan
 
DataTable - Interface in org.apache.paimon.table
A Table for data.
DataTableSource - Class in org.apache.paimon.flink.source
Table source to create StaticFileStoreSource or ContinuousFileStoreSource under batch mode or change-tracking is disabled.
DataTableSource(ObjectIdentifier, Table, boolean, DynamicTableFactory.Context, LogStoreTableFactory) - Constructor for class org.apache.paimon.flink.source.DataTableSource
 
DataTableSource(ObjectIdentifier, Table, boolean, DynamicTableFactory.Context, LogStoreTableFactory, Predicate, int[][], Long, WatermarkStrategy<RowData>, List<String>) - Constructor for class org.apache.paimon.flink.source.DataTableSource
 
DataTableSource.SplitStatistics - Class in org.apache.paimon.flink.source
Split statistics for inferring row count and parallelism size.
dataType() - Method in interface org.apache.paimon.flink.action.cdc.CdcMetadataConverter
 
dataType - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
dataType() - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
dataType() - Method in interface org.apache.paimon.spark.procedure.ProcedureParameter
Returns the type of input parameter.
dataType() - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
DataType - Class in org.apache.paimon.types
Describes the data type in the paimon ecosystem.
DataType(boolean, DataTypeRoot) - Constructor for class org.apache.paimon.types.DataType
 
DataTypeCasts - Class in org.apache.paimon.types
Utilities for casting DataType.
DataTypeChecks - Class in org.apache.paimon.types
Utilities for checking DataType and avoiding a lot of type casting and repetitive work.
DataTypeDefaultVisitor<R> - Class in org.apache.paimon.types
Implementation of DataTypeVisitor that redirects all calls to DataTypeDefaultVisitor.defaultMethod(DataType).
DataTypeDefaultVisitor() - Constructor for class org.apache.paimon.types.DataTypeDefaultVisitor
 
DataTypeFamily - Enum in org.apache.paimon.types
An enumeration of Data type families for clustering DataTypeRoots into categories.
DataTypeJsonParser - Class in org.apache.paimon.types
Parser for creating instances of DataType from a serialized string created with DataType.serializeJson(org.apache.paimon.shade.jackson2.com.fasterxml.jackson.core.JsonGenerator).
DataTypeJsonParser() - Constructor for class org.apache.paimon.types.DataTypeJsonParser
 
DataTypeRoot - Enum in org.apache.paimon.types
An enumeration of Data type roots containing static information about logical data types.
DataTypes - Class in org.apache.paimon.types
Utils for creating DataTypes.
DataTypes() - Constructor for class org.apache.paimon.types.DataTypes
 
DataTypeToLogicalType - Class in org.apache.paimon.flink
Convert DataType to LogicalType.
DataTypeToLogicalType() - Constructor for class org.apache.paimon.flink.DataTypeToLogicalType
 
DataTypeVisitor<R> - Interface in org.apache.paimon.types
The visitor definition of DataType.
DATE() - Static method in class org.apache.paimon.types.DataTypes
 
dateFormat(String, String...) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
DateTimeUtils - Class in org.apache.paimon.utils
Utils for date time.
DateTimeUtils() - Constructor for class org.apache.paimon.utils.DateTimeUtils
 
dateToTimestampWithLocalZone(int, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
DateType - Class in org.apache.paimon.types
Data type of a date consisting of year-month-day with values ranging from 0000-01-01 to 9999-12-31.
DateType(boolean) - Constructor for class org.apache.paimon.types.DateType
 
DateType() - Constructor for class org.apache.paimon.types.DateType
 
day(String) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
DAY_FORMATTER - Static variable in interface org.apache.paimon.tag.TagPeriodHandler
 
db() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Source
 
db - Variable in class org.apache.paimon.lookup.RocksDBState
 
DB_SUFFIX - Static variable in class org.apache.paimon.catalog.AbstractCatalog
 
DebeziumEvent - Class in org.apache.paimon.flink.action.cdc.mysql.format
Debezium Event Records Entity.
DebeziumEvent(DebeziumEvent.Payload, DebeziumEvent.Field) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent
 
DebeziumEvent.Field - Class in org.apache.paimon.flink.action.cdc.mysql.format
Payload elements in Debezium event record.
DebeziumEvent.Payload - Class in org.apache.paimon.flink.action.cdc.mysql.format
Payload elements in Debezium event record.
DebeziumEvent.Source - Class in org.apache.paimon.flink.action.cdc.mysql.format
Source element of payload in Debezium event record.
DebeziumEventUtils - Class in org.apache.paimon.flink.action.cdc.mysql.format
A utility class that provide abilities for debezium event DebeziumEvent.
DebeziumEventUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEventUtils
 
DebeziumRecordParser - Class in org.apache.paimon.flink.action.cdc.format.debezium
The DebeziumRecordParser class extends the abstract RecordParser and is designed to parse records from Debezium's JSON change data capture (CDC) format.
DebeziumRecordParser(boolean, TypeMapping, List<ComputedColumn>) - Constructor for class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
DEC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DEC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DEC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DEC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DEC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DEC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
dec() - Method in class org.apache.paimon.flink.metrics.FlinkCounter
 
dec(long) - Method in class org.apache.paimon.flink.metrics.FlinkCounter
 
dec() - Method in interface org.apache.paimon.metrics.Counter
Decrement the current count by 1.
dec(long) - Method in interface org.apache.paimon.metrics.Counter
Decrement the current count by the given value.
dec() - Method in class org.apache.paimon.metrics.SimpleCounter
Decrement the current count by 1.
dec(long) - Method in class org.apache.paimon.metrics.SimpleCounter
Decrement the current count by the given value.
Decimal - Class in org.apache.paimon.data
An internal data structure representing data of DecimalType.
DECIMAL(int, int) - Static method in class org.apache.paimon.types.DataTypes
 
DECIMAL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DECIMAL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DECIMAL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DECIMAL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DECIMAL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
DECIMAL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
DecimalColumnVector - Interface in org.apache.paimon.data.columnar
Decimal column vector.
DecimalSerializer - Class in org.apache.paimon.data.serializer
Serializer for Decimal.
DecimalSerializer(int, int) - Constructor for class org.apache.paimon.data.serializer.DecimalSerializer
 
DecimalType - Class in org.apache.paimon.types
Data type of a decimal number with fixed precision and scale.
DecimalType(boolean, int, int) - Constructor for class org.apache.paimon.types.DecimalType
 
DecimalType(int, int) - Constructor for class org.apache.paimon.types.DecimalType
 
DecimalType(int) - Constructor for class org.apache.paimon.types.DecimalType
 
DecimalType() - Constructor for class org.apache.paimon.types.DecimalType
 
DecimalUtils - Class in org.apache.paimon.utils
Utilities for Decimal.
DecimalUtils() - Constructor for class org.apache.paimon.utils.DecimalUtils
 
DeclarationRewriter - Class in org.apache.paimon.codegen.codesplit
Extract and rename local variables into member variables.
DeclarationRewriter(String, int) - Constructor for class org.apache.paimon.codegen.codesplit.DeclarationRewriter
 
declareManagedMemory(DataStream<?>, MemorySize) - Static method in class org.apache.paimon.flink.utils.ManagedMemoryUtils
 
decodeInt(DataInput) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
decodeInt96ToTimestamp(boolean, Dictionary, int) - Static method in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
decodeLong(DataInput) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
decodeLong(byte[], int) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
decodeToBinary(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToBinary(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToDouble(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToDouble(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToFloat(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToFloat(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToInt(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToInt(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToLong(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToLong(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToTimestamp(int) - Method in interface org.apache.paimon.data.columnar.Dictionary
 
decodeToTimestamp(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeUTF8(byte[], int, int) - Static method in class org.apache.paimon.data.BinaryString
 
decodeUTF8(MemorySegment, int, int) - Static method in class org.apache.paimon.data.BinaryString
 
decodeUTF8Strict(byte[], int, int, char[]) - Static method in class org.apache.paimon.data.BinaryString
 
decodeUTF8Strict(MemorySegment, int, int, char[]) - Static method in class org.apache.paimon.data.BinaryString
 
decomposePredicate(JobConf, Deserializer, ExprNodeDesc) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
decompress(byte[], int, int, byte[], int) - Method in interface org.apache.paimon.compression.BlockDecompressor
Decompress source data read from src and write the decompressed data to dst.
decompress(byte[], int, int, byte[], int) - Method in class org.apache.paimon.compression.Lz4BlockDecompressor
 
decrement(BinaryRow, int) - Method in class org.apache.paimon.crosspartition.BucketAssigner
 
DeduplicateMergeFunction - Class in org.apache.paimon.mergetree.compact
A MergeFunction where key is primary key (unique) and value is the full record, only keep the latest one.
DeduplicateMergeFunction() - Constructor for class org.apache.paimon.mergetree.compact.DeduplicateMergeFunction
 
DEFAULT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DEFAULT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DEFAULT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DEFAULT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
DEFAULT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
DEFAULT_DATABASE - Static variable in interface org.apache.paimon.catalog.Catalog
 
DEFAULT_DATABASE - Static variable in class org.apache.paimon.flink.FlinkCatalogOptions
 
DEFAULT_ID_GENERATION - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
DEFAULT_LENGTH - Static variable in class org.apache.paimon.types.BinaryType
 
DEFAULT_LENGTH - Static variable in class org.apache.paimon.types.CharType
 
DEFAULT_LENGTH - Static variable in class org.apache.paimon.types.VarBinaryType
 
DEFAULT_LENGTH - Static variable in class org.apache.paimon.types.VarCharType
 
DEFAULT_PAGE_SIZE - Static variable in interface org.apache.paimon.memory.MemorySegmentPool
 
DEFAULT_PRECISION - Static variable in class org.apache.paimon.types.DecimalType
 
DEFAULT_PRECISION - Static variable in class org.apache.paimon.types.LocalZonedTimestampType
 
DEFAULT_PRECISION - Static variable in class org.apache.paimon.types.TimestampType
 
DEFAULT_PRECISION - Static variable in class org.apache.paimon.types.TimeType
 
DEFAULT_SCALE - Static variable in class org.apache.paimon.types.DecimalType
 
DEFAULT_SEED - Static variable in class org.apache.paimon.utils.MurmurHashUtils
 
DEFAULT_SIZE - Static variable in class org.apache.paimon.data.columnar.VectorizedColumnBatch
This number is carefully chosen to minimize overhead and typically allows one VectorizedColumnBatch to fit in cache.
DEFAULT_VALUE_SUFFIX - Static variable in class org.apache.paimon.CoreOptions
 
defaultBlockSize() - Method in class org.apache.paimon.format.parquet.writer.StreamOutputFile
 
defaultDecodeUTF8(byte[], int, int) - Static method in class org.apache.paimon.data.BinaryString
 
defaultEncodeUTF8(String, byte[]) - Static method in class org.apache.paimon.data.BinaryString
 
defaultMapping() - Static method in class org.apache.paimon.flink.action.cdc.TypeMapping
 
defaultMethod(LogicalType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
defaultMethod(DataType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
defaultMethod(DataType) - Method in class org.apache.paimon.types.ReassignFieldId
 
defaultNamespace() - Method in class org.apache.paimon.spark.SparkCatalog
 
defaultNamespace() - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
DefaultParquetDataColumnReader(ValuesReader) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
DefaultParquetDataColumnReader(Dictionary) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
defaultPartValue - Variable in class org.apache.paimon.utils.RowDataPartitionComputer
 
defaultValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
defaultValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
defaultValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
defaultValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
defaultValue() - Method in class org.apache.paimon.options.ConfigOption
Returns the default value, or null, if there is no default value.
defaultValue(T) - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Deprecated.
define the type explicitly first with one of the intType(), stringType(), etc.
defaultValue(T) - Method in class org.apache.paimon.options.ConfigOptions.TypedConfigOptionBuilder
Creates a ConfigOption with the given default value.
DefaultValueAssigner - Class in org.apache.paimon.operation
The field Default value assigner.
DefaultValueContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
DefaultValueContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
DefaultValueRow - Class in org.apache.paimon.casting
An implementation of InternalRow which provides a default volue for the underlying InternalRow.
defaultValueRow() - Method in class org.apache.paimon.casting.DefaultValueRow
 
definitionLevel - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
definitionLevelColumn - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
delete(Path, boolean) - Method in class org.apache.paimon.flink.FlinkFileIO
 
delete(Path, boolean) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
delete(Path, boolean) - Method in interface org.apache.paimon.fs.FileIO
Delete a file.
delete(Path, boolean) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
delete(Path, boolean) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
delete(Path, boolean) - Method in class org.apache.paimon.fs.PluginFileIO
 
delete(String) - Method in class org.apache.paimon.index.HashIndexFile
 
delete(K) - Method in class org.apache.paimon.lookup.RocksDBValueState
 
delete(Path, boolean) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
delete(Path, boolean) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
delete(String) - Method in class org.apache.paimon.utils.ObjectsFile
 
DeleteAction - Class in org.apache.paimon.flink.action
Delete from table action for Flink.
DeleteAction(String, String, String, String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.DeleteAction
 
DeleteActionFactory - Class in org.apache.paimon.flink.action
Factory to create DeleteAction.
DeleteActionFactory() - Constructor for class org.apache.paimon.flink.action.DeleteActionFactory
 
deleteAddedDataFiles(String) - Method in class org.apache.paimon.operation.SnapshotDeletion
Delete added file in the manifest list files.
deleteChannel() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
deleteChannel() - Method in interface org.apache.paimon.disk.FileIOChannel
Deletes the file underlying this I/O channel.
deleteChannel(FileIOChannel.ID) - Static method in class org.apache.paimon.disk.IOManagerImpl
Deletes the file underlying the given channel.
deleteConsumer(String) - Method in class org.apache.paimon.consumer.ConsumerManager
 
deleteDirectory(File) - Static method in class org.apache.paimon.utils.FileIOUtils
Deletes the given directory recursively.
deleteDirectoryQuietly(Path) - Method in interface org.apache.paimon.fs.FileIO
 
deleteDirectoryQuietly(File) - Static method in class org.apache.paimon.utils.FileIOUtils
Deletes the given directory recursively, not reporting any I/O exceptions that occur.
DeleteExistingProcessor - Class in org.apache.paimon.crosspartition
A ExistingProcessor to delete old record.
DeleteExistingProcessor(ProjectToRowFunction, BucketAssigner, BiConsumer<InternalRow, Integer>) - Constructor for class org.apache.paimon.crosspartition.DeleteExistingProcessor
 
deleteFile(String, int) - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
deleteFileOrDirectory(File) - Static method in class org.apache.paimon.utils.FileIOUtils
Removes the given file or directory recursively.
deleteFiles(Collection<T>, Consumer<T>) - Method in class org.apache.paimon.operation.FileDeletionBase
 
deleteIndexFile(IndexManifestEntry) - Method in class org.apache.paimon.index.IndexFileHandler
 
deleteManifest(String) - Method in class org.apache.paimon.index.IndexFileHandler
 
DeleteObjectsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
deletePredicate - Variable in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
deleteQuietly(Path) - Method in interface org.apache.paimon.fs.FileIO
 
deleteSchema(long) - Method in class org.apache.paimon.schema.SchemaManager
Delete schema with specific id.
deleteSinkTableLineage(String) - Method in interface org.apache.paimon.lineage.LineageMeta
Delete the sink table lineage for given job.
deleteSourceTableLineage(String) - Method in interface org.apache.paimon.lineage.LineageMeta
Delete the source table lineage for given job.
deleteTag(String) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
deleteTag(String) - Method in interface org.apache.paimon.table.ReadonlyTable
 
deleteTag(String) - Method in interface org.apache.paimon.table.Table
Delete a tag by name.
deleteTag(String, TagDeletion, SnapshotManager) - Method in class org.apache.paimon.utils.TagManager
 
DeleteTagAction - Class in org.apache.paimon.flink.action
Delete tag action for Flink.
DeleteTagAction(String, String, String, Map<String, String>, String) - Constructor for class org.apache.paimon.flink.action.DeleteTagAction
 
DeleteTagActionFactory - Class in org.apache.paimon.flink.action
Factory to create DeleteTagAction.
DeleteTagActionFactory() - Constructor for class org.apache.paimon.flink.action.DeleteTagActionFactory
 
DeleteTagProcedure - Class in org.apache.paimon.flink.procedure
Delete tag procedure.
DeleteTagProcedure() - Constructor for class org.apache.paimon.flink.procedure.DeleteTagProcedure
 
DeleteTagProcedure - Class in org.apache.paimon.spark.procedure
A procedure to delete a tag.
DeleteTagProcedure(TableCatalog) - Constructor for class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
deleteWhere(Table, List<Predicate>) - Static method in class org.apache.paimon.table.TableUtils
Delete according to filters.
deletionBuckets - Variable in class org.apache.paimon.operation.FileDeletionBase
 
DELIMITER - Static variable in class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
DELIMITER - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldListaggAgg
 
DeltaFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner for CoreOptions.ChangelogProducer#NONE changelog producer.
DeltaFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.DeltaFollowUpScanner
 
deltaManifestList() - Method in class org.apache.paimon.Snapshot
 
deltaManifests(ManifestList) - Method in class org.apache.paimon.Snapshot
Return a ManifestFileMeta for each delta manifest in this snapshot.
deltaRecordCount() - Method in class org.apache.paimon.Snapshot
 
Dependency - Class in org.apache.paimon.tools.ci.utils.shared
Represents a dependency.
DependencyParser - Class in org.apache.paimon.tools.ci.utils.dependency
Parsing utils for the Maven dependency plugin.
DependencyParser() - Constructor for class org.apache.paimon.tools.ci.utils.dependency.DependencyParser
 
DependencyTree - Class in org.apache.paimon.tools.ci.utils.shared
Represents a dependency tree.
DependencyTree() - Constructor for class org.apache.paimon.tools.ci.utils.shared.DependencyTree
 
DeployParser - Class in org.apache.paimon.tools.ci.utils.deploy
Parsing utils for the Maven deploy plugin.
DeployParser() - Constructor for class org.apache.paimon.tools.ci.utils.deploy.DeployParser
 
deprecatedKeys() - Method in class org.apache.paimon.options.ConfigOption
Deprecated.
deprecatedOptionKeys - Variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
 
DescribedEnum - Interface in org.apache.paimon.options.description
Describe enum constants used in ConfigOptions.
description() - Method in class org.apache.paimon.options.ConfigOption
Returns the description of this option.
Description - Class in org.apache.paimon.options.description
Description for ConfigOption.
description() - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
description() - Method in class org.apache.paimon.spark.procedure.CompactProcedure
 
description() - Method in class org.apache.paimon.spark.procedure.CreateTagProcedure
 
description() - Method in class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
description() - Method in class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
description() - Method in class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
description() - Method in interface org.apache.paimon.spark.procedure.Procedure
Returns the description of stored procedure.
description() - Method in class org.apache.paimon.spark.procedure.RemoveOrphanFilesProcedure
 
description() - Method in class org.apache.paimon.spark.procedure.RollbackProcedure
 
description() - Method in class org.apache.paimon.types.DataField
 
Description.DescriptionBuilder - Class in org.apache.paimon.options.description
Builder for Description.
DescriptionBuilder() - Constructor for class org.apache.paimon.options.description.Description.DescriptionBuilder
 
DescriptiveStatisticsHistogram - Class in org.apache.paimon.metrics
The DescriptiveStatisticsHistogram use a DescriptiveStatistics as a Paimon Histogram.
DescriptiveStatisticsHistogram(int) - Constructor for class org.apache.paimon.metrics.DescriptiveStatisticsHistogram
 
DescriptiveStatisticsHistogramStatistics - Class in org.apache.paimon.metrics
DescriptiveStatistics histogram statistics implementation returned by DescriptiveStatisticsHistogram.
DescriptiveStatisticsHistogramStatistics(DescriptiveStatisticsHistogram.CircularDoubleArray) - Constructor for class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
DescriptiveStatisticsHistogramStatistics(double[]) - Constructor for class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
descriptor - Variable in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
descriptor - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
deserialize(BinaryRow, DataInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.BinarySerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.BinaryStringSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.BooleanSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.ByteSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.DoubleSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.FloatSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.IntSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.ListSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.LongSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
deserialize(byte[]) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
deserialize(DataInputView) - Method in interface org.apache.paimon.data.serializer.Serializer
De-serializes a record from the given source input view.
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.ShortSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
deserialize(int, byte[]) - Method in interface org.apache.paimon.data.serializer.VersionedSerializer
De-serializes the given data (bytes) which was serialized with the scheme of the indicated version.
deserialize(ConsumerRecord<byte[], byte[]>) - Method in class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
deserialize(ConsumerRecord<byte[], byte[]>, Collector<RowData>) - Method in class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.sink.CommittableSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.sink.CompactionTaskSimpleSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.sink.WrappedManifestCommittableSerializer
 
deserialize(DataInputView) - Static method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.source.PendingSplitsCheckpointSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
deserialize(InternalRow, DataInputView) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.flink.VersionedSerializerWrapper
 
deserialize(Writable) - Method in class org.apache.paimon.hive.PaimonSerDe
 
deserialize(int, byte[]) - Method in class org.apache.paimon.manifest.ManifestCommittableSerializer
 
deserialize(JsonNode) - Method in class org.apache.paimon.schema.SchemaSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.table.sink.CommitMessageSerializer
 
deserialize(int, byte[]) - Method in class org.apache.paimon.table.sink.CompactionTaskSerializer
 
deserialize(DataInputView) - Static method in class org.apache.paimon.table.source.DataSplit
 
deserialize(DataInputView) - Static method in class org.apache.paimon.table.source.RawFile
 
deserialize(JsonNode) - Method in interface org.apache.paimon.utils.JsonDeserializer
 
deserialize(DataInputView) - Method in class org.apache.paimon.utils.ObjectSerializer
De-serializes a record from the given source input view.
deserialize(DataInputView) - Method in class org.apache.paimon.utils.PositiveIntIntSerializer
 
deserializeBinaryRow(byte[]) - Static method in class org.apache.paimon.utils.SerializationUtils
Schemaless deserialization for BinaryRow.
deserializeBinaryRow(DataInputView) - Static method in class org.apache.paimon.utils.SerializationUtils
Schemaless deserialization for BinaryRow from a DataInputView.
deserializeCommittable(int, byte[]) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
deserializedBytes(DataInputView) - Static method in class org.apache.paimon.utils.SerializationUtils
Deserialize a byte[] bytes with length.
deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
deserializeFromPages(BinaryRow, AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
deserializeFromPages(InternalRow, AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
deserializeFromPages(AbstractPagedInputView) - Method in interface org.apache.paimon.data.serializer.PagedTypeSerializer
De-serializes a record from the given source paged input view.
deserializeFromPages(T, AbstractPagedInputView) - Method in interface org.apache.paimon.data.serializer.PagedTypeSerializer
deserializeInternal(DataInputView) - Static method in class org.apache.paimon.data.serializer.BinaryStringSerializer
 
deserializeList(int, DataInputView) - Method in class org.apache.paimon.table.sink.CommitMessageSerializer
 
deserializeList(int, DataInputView) - Method in class org.apache.paimon.table.sink.CompactionTaskSerializer
 
deserializeList(byte[], Serializer<T>) - Method in class org.apache.paimon.utils.ListDelimitedSerializer
 
deserializeList(DataInputView) - Method in class org.apache.paimon.utils.ObjectSerializer
De-serializes a record list from the given source input view.
deserializeList(byte[]) - Method in class org.apache.paimon.utils.ObjectSerializer
 
deserializeNextElement(DataInputDeserializer, Serializer<T>) - Static method in class org.apache.paimon.utils.ListDelimitedSerializer
Deserializes a single element from a serialized list.
deserializeNonPhysicalColumn(Map<String, String>, int) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
deserializeObject(byte[], ClassLoader) - Static method in class org.apache.paimon.utils.InstantiationUtil
 
deserializeObject(InputStream, ClassLoader) - Static method in class org.apache.paimon.utils.InstantiationUtil
 
deserializeValue(byte[]) - Method in class org.apache.paimon.lookup.RocksDBValueState
 
deserializeWatermarkSpec(Map<String, String>) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
dict - Variable in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
Dictionary - Interface in org.apache.paimon.data.columnar
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
dictionary - Variable in class org.apache.paimon.data.columnar.writable.AbstractWritableVector
The Dictionary for this column.
dictionary - Variable in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
The dictionary, if this column has dictionary encoding.
dictionary - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
The dictionary, if this column has dictionary encoding.
dictionaryIds - Variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
Reusable column for ids of dictionary.
difference(Projection) - Method in class org.apache.paimon.utils.Projection
Perform a difference of this Projection with another Projection.
DiffReader - Class in org.apache.paimon.operation
A RecordReader util to read diff between before reader and after reader.
DiffReader() - Constructor for class org.apache.paimon.operation.DiffReader
 
DISABLE_CREATE_TABLE_IN_DEFAULT_DB - Static variable in class org.apache.paimon.flink.FlinkCatalogOptions
 
discover(String) - Method in interface org.apache.paimon.format.FileFormatDiscover
 
discover(Class<T>) - Method in class org.apache.paimon.plugin.PluginLoader
 
discoverDecodingFormat(Class<F>, ConfigOption<String>) - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkTableFactoryHelper
Discovers a DecodingFormat of the given type using the given option as factory identifier.
discoverEncodingFormat(Class<F>, ConfigOption<String>) - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkTableFactoryHelper
Discovers a EncodingFormat of the given type using the given option as factory identifier.
discoverFactory(ClassLoader, Class<T>, String) - Static method in class org.apache.paimon.factories.FactoryUtil
Discovers a factory using the given factory base class and identifier.
discoverFlinkFactory(ClassLoader, Class<T>, String) - Static method in class org.apache.paimon.flink.factories.FlinkFactoryUtil
Discovers a flink Factory using the given factory base class and identifier.
discoverIdentifiers(ClassLoader, Class<T>) - Static method in class org.apache.paimon.factories.FactoryUtil
 
discoverLoaders() - Static method in interface org.apache.paimon.fs.FileIO
Discovers all FileIOLoader by service loader.
discoverLogStoreFactory(ClassLoader, String) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
discoverOptionalDecodingFormat(Class<F>, ConfigOption<String>) - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkTableFactoryHelper
Discovers a DecodingFormat of the given type using the given option (if present) as factory identifier.
discoverOptionalEncodingFormat(Class<F>, ConfigOption<String>) - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkTableFactoryHelper
Discovers a EncodingFormat of the given type using the given option (if present) as factory identifier.
discoveryInterval - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
DIV - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DIV - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DIV - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DIV - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DIV() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DIV() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DIV_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DIV_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DIV_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DIV_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DIV_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DIV_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
divide(long) - Method in class org.apache.paimon.options.MemorySize
 
DO - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DO - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DO - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DO - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DO() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
DO() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
doAdvance() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
DockerImageVersions - Class in org.apache.paimon.testutils.junit
Utility class for defining the image names and versions of Docker containers used during the Java tests.
DockerImageVersions() - Constructor for class org.apache.paimon.testutils.junit.DockerImageVersions
 
doCommit(DataStream<Committable>, String) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
doCommit(DataStream<MultiTableCommittable>, String) - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
doCompact(AppendOnlyFileStoreWrite) - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
doCompact() - Method in class org.apache.paimon.append.AppendOnlyCompactManager.AutoCompactTask
 
doCompact() - Method in class org.apache.paimon.append.AppendOnlyCompactManager.FullCompactTask
 
doCompact() - Method in class org.apache.paimon.compact.CompactTask
Perform compaction.
doCompact() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactTask
 
Documentation - Class in org.apache.paimon.annotation
Collection of annotations to modify the behavior of the documentation generators.
Documentation.ExcludeFromDocumentation - Annotation Type in org.apache.paimon.annotation
Annotation used on config option fields or REST API message headers to exclude it from documentation.
Documentation.Immutable - Annotation Type in org.apache.paimon.annotation
Annotation used on ConfigOption fields to exclude it from schema change.
Documentation.OverrideDefault - Annotation Type in org.apache.paimon.annotation
Annotation used on config option fields to override the documented default.
Documentation.Section - Annotation Type in org.apache.paimon.annotation
Annotation used on config option fields to include them in specific sections.
Documentation.SuffixOption - Annotation Type in org.apache.paimon.annotation
Annotation used on config option fields or options class to mark them as a suffix-option; i.e., a config option where the key is only a suffix, with the prefix being dynamically provided at runtime.
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.AccessControlListHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketAccelerateConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLoggingConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketReplicationConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketTaggingConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketVersioningConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketWebsiteConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketAnalyticsConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketMetricsConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetObjectTaggingHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketAnalyticsConfigurationHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketMetricsConfigurationsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListObjectsV2Handler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListVersionsHandler
 
doEndElement(String, String, String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
doLogin() - Method in class org.apache.paimon.security.KerberosLoginProvider
Does kerberos login and sets current user.
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.AccessControlListHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketAccelerateConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLoggingConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketReplicationConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketTaggingConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketVersioningConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketWebsiteConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketAnalyticsConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketMetricsConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetObjectTaggingHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketAnalyticsConfigurationHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketMetricsConfigurationsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListObjectsV2Handler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListVersionsHandler
 
doStartElement(String, String, String, Attributes) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
DOT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DOT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
DOT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DOT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
DOT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
DOT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
DOUBLE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DOUBLE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
DOUBLE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DOUBLE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
DOUBLE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
DOUBLE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
DOUBLE() - Static method in class org.apache.paimon.types.DataTypes
 
DOUBLE_ARRAY_OFFSET - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
DoubleColumnReader - Class in org.apache.paimon.format.parquet.reader
Double ColumnReader.
DoubleColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.DoubleColumnReader
 
DoubleColumnVector - Interface in org.apache.paimon.data.columnar
Double column vector.
DoubleSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Double (and double, via auto-boxing).
DoubleSerializer() - Constructor for class org.apache.paimon.data.serializer.DoubleSerializer
 
doubleToOrderedBytes(double, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Doubles are treated the same as floats in ZOrderByteUtils.floatToOrderedBytes(float, ByteBuffer).
doubleType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Double type.
DoubleType - Class in org.apache.paimon.types
Data type of an 8-byte double precision floating point number.
DoubleType(boolean) - Constructor for class org.apache.paimon.types.DoubleType
 
DoubleType() - Constructor for class org.apache.paimon.types.DoubleType
 
doubleValue(Decimal) - Static method in class org.apache.paimon.utils.DecimalUtils
 
doWrite(DataStream<T>, String, Integer) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
doWrite(DataStream<RowData>, String, Integer) - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
dropColumn(String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
dropDatabase(String, boolean, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
dropDatabase(String, boolean, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Drop a database.
dropDatabase(String, boolean, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
dropDatabase(String, boolean, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
dropDatabaseImpl(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
dropDatabaseImpl(String) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
dropDatabaseImpl(String) - Method in class org.apache.paimon.hive.HiveCatalog
 
DropDeleteReader - Class in org.apache.paimon.mergetree
A RecordReader which drops KeyValue of RowKind.DELETE kind from the wrapped reader.
DropDeleteReader(RecordReader<KeyValue>) - Constructor for class org.apache.paimon.mergetree.DropDeleteReader
 
dropFunction(ObjectPath, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
dropFunction(ObjectPath, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
dropNamespace(String[]) - Method in class org.apache.paimon.spark.SparkCatalog
Drop a namespace from the catalog, recursively dropping all objects within the namespace.
dropNamespace(String[], boolean) - Method in class org.apache.paimon.spark.SparkCatalog
Drop a namespace from the catalog with cascade mode, recursively dropping all objects within the namespace if cascade is true.
dropNamespace(String[], boolean) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
dropPartition(Identifier, Map<String, String>) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
dropPartition(Identifier, Map<String, String>) - Method in interface org.apache.paimon.catalog.Catalog
Drop the partition of the specify table.
dropPartition(ObjectPath, CatalogPartitionSpec, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
dropPartition(ObjectPath, CatalogPartitionSpec, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
DropPartitionAction - Class in org.apache.paimon.flink.action
Table drop partition action for Flink.
DropPartitionAction(String, String, String, List<Map<String, String>>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.DropPartitionAction
 
DropPartitionActionFactory - Class in org.apache.paimon.flink.action
Factory to create DropPartitionAction.
DropPartitionActionFactory() - Constructor for class org.apache.paimon.flink.action.DropPartitionActionFactory
 
DropPartitionProcedure - Class in org.apache.paimon.flink.procedure
Deprecated.
use ALTER TABLE DROP PARTITION
DropPartitionProcedure() - Constructor for class org.apache.paimon.flink.procedure.DropPartitionProcedure
Deprecated.
 
dropPartitions(List<Map<String, String>>, long) - Method in interface org.apache.paimon.operation.FileStoreCommit
Drop multiple partitions.
dropPartitions(List<Map<String, String>>, long) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
dropPathIfRequired(Path, FileIO) - Method in interface org.apache.paimon.hive.LocationHelper
 
dropPathIfRequired(Path, FileIO) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
dropPathIfRequired(Path, FileIO) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
dropTable(Identifier, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
dropTable(Identifier, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Drop a table.
dropTable(ObjectPath, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
dropTable(ObjectPath, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
dropTable(Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
 
dropTable(Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
dropTableImpl(Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
dropTableImpl(Identifier) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
dropTableImpl(Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
DUMMY_LEVEL - Static variable in class org.apache.paimon.io.DataFileMeta
 
duplicate() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.ListSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
duplicate() - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
duplicate() - Method in interface org.apache.paimon.data.serializer.Serializer
Creates a deep copy of this serializer if it is necessary, i.e.
duplicate() - Method in class org.apache.paimon.data.serializer.SerializerSingleton
 
duplicate() - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
duplicate() - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
duplicate() - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
duplicate() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
durationType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Duration type.
DYNAMIC_BUCKET_ASSIGNER_PARALLELISM - Static variable in class org.apache.paimon.CoreOptions
 
DYNAMIC_BUCKET_TARGET_ROW_NUM - Static variable in class org.apache.paimon.CoreOptions
 
DYNAMIC_OUTPUT_TAG - Static variable in class org.apache.paimon.flink.sink.cdc.CdcDynamicTableParsingProcessFunction
 
DYNAMIC_PARTITION_OVERWRITE - Static variable in class org.apache.paimon.CoreOptions
 
DYNAMIC_SCHEMA_CHANGE_OUTPUT_TAG - Static variable in class org.apache.paimon.flink.sink.cdc.CdcDynamicTableParsingProcessFunction
 
dynamicBucketAssignerParallelism() - Method in class org.apache.paimon.CoreOptions
 
DynamicBucketCompactSink - Class in org.apache.paimon.flink.sink
This class is only used for generate compact sink topology for dynamic bucket table.
DynamicBucketCompactSink(FileStoreTable, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.DynamicBucketCompactSink
 
DynamicBucketRow - Class in org.apache.paimon.table.sink
An InternalRow wraps another InternalRow with bucket.
DynamicBucketRow(InternalRow, int) - Constructor for class org.apache.paimon.table.sink.DynamicBucketRow
 
DynamicBucketRowKeyExtractor - Class in org.apache.paimon.table.sink
KeyAndBucketExtractor for InternalRow with extracting bucket from DynamicBucketRow.
DynamicBucketRowKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.table.sink.DynamicBucketRowKeyExtractor
 
DynamicBucketRowWriteOperator - Class in org.apache.paimon.flink.sink
A PrepareCommitOperator to write InternalRow with bucket.
DynamicBucketRowWriteOperator(FileStoreTable, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.DynamicBucketRowWriteOperator
 
DynamicBucketSink<T> - Class in org.apache.paimon.flink.sink
Sink for dynamic bucket table.
DynamicBucketSink(FileStoreTable, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.DynamicBucketSink
 
dynamicBucketTargetRowNum() - Method in class org.apache.paimon.CoreOptions
 
DynamicPartitionFilteringInfo - Class in org.apache.paimon.flink.source
Manage dynamic partition filtering fields and table partition row.
DynamicPartitionFilteringInfo(RowType, List<String>) - Constructor for class org.apache.paimon.flink.source.DynamicPartitionFilteringInfo
 
dynamicPartitionOverwrite() - Method in class org.apache.paimon.CoreOptions
 
DynamicPartitionPruningAssigner - Class in org.apache.paimon.flink.source.assigners
Assigner to perform dynamic partition pruning by given DynamicFilteringData.
DynamicPartitionPruningAssigner(SplitAssigner, Projection, DynamicFilteringData) - Constructor for class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 

E

earlierOrEqualTimeMills(long) - Method in class org.apache.paimon.utils.SnapshotManager
Returns a Snapshot whoes commit time is earlier than or equal to given timestamp mills.
earlierThanTimeMills(long) - Method in class org.apache.paimon.utils.SnapshotManager
Returns a snapshot earlier than the timestamp mills.
EARLIEST - Static variable in class org.apache.paimon.utils.SnapshotManager
 
earliestSnapshot() - Method in class org.apache.paimon.utils.SnapshotManager
 
earliestSnapshotId() - Method in class org.apache.paimon.utils.SnapshotManager
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
elementValue(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
elementValue(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
elementValue() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
elementValueArrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValueArrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValueArrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
elementValueArrayInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
ElementValueArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
ElementValueArrayInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
ElementValueContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
ElementValueContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
elementValuePair() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValuePair() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValuePair() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
elementValuePair(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
elementValuePair() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
elementValuePair(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
ElementValuePairContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
ElementValuePairContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
elementValuePairs() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
elementValuePairs() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
elementValuePairs() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
elementValuePairs() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
ElementValuePairsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
ElementValuePairsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
ELLIPSIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ELLIPSIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ELLIPSIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ELLIPSIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ELLIPSIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
ELLIPSIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
ELSE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ELSE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ELSE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ELSE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ELSE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
ELSE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
emitRecord(BulkFormat.RecordIterator<RowData>, SourceOutput<RowData>, FileStoreSourceSplitState) - Static method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
empty() - Static method in class org.apache.paimon.flink.Projection
Create an empty Projection, that is a projection that projects no fields, returning an empty DataType.
empty() - Static method in class org.apache.paimon.mergetree.SortedRun
 
EMPTY - Static variable in class org.apache.paimon.table.source.snapshot.StartingContext
 
empty() - Static method in interface org.apache.paimon.utils.CloseableIterator
 
empty() - Static method in class org.apache.paimon.utils.Projection
Create an empty Projection, that is a projection that projects no fields, returning an empty DataType.
EMPTY - Static variable in class org.apache.paimon.utils.StringUtils
The empty String "".
EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Byte array.
EMPTY_DOUBLE_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Float array.
EMPTY_INSTANCE - Static variable in interface org.apache.paimon.utils.CloseableIterator
 
EMPTY_INT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Integer array.
EMPTY_KEY_STATS - Static variable in class org.apache.paimon.io.DataFileMeta
 
EMPTY_LONG_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Long array.
EMPTY_MAX_KEY - Static variable in class org.apache.paimon.io.DataFileMeta
 
EMPTY_MIN_KEY - Static variable in class org.apache.paimon.io.DataFileMeta
 
EMPTY_PROJECTION - Static variable in class org.apache.paimon.codegen.CodeGenUtils
 
EMPTY_ROW - Static variable in class org.apache.paimon.data.BinaryRow
 
EMPTY_ROW - Static variable in class org.apache.paimon.utils.BinaryRowDataUtil
 
EMPTY_SHORT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class org.apache.paimon.utils.ArrayUtils
An empty immutable String array.
EMPTY_STRING_ARRAY - Static variable in class org.apache.paimon.utils.BinaryStringUtils
 
EMPTY_UTF8 - Static variable in class org.apache.paimon.data.BinaryString
 
emptyFactory() - Static method in interface org.apache.paimon.operation.Lock
 
EmptyFactory() - Constructor for class org.apache.paimon.operation.Lock.EmptyFactory
 
emptyIncrement() - Static method in class org.apache.paimon.io.NewFilesIncrement
 
EmptyLock() - Constructor for class org.apache.paimon.operation.Lock.EmptyLock
 
emptyRecord() - Static method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
encodeInt(byte[], int, int) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
encodeInt(DataOutput, int) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
encodeLong(DataOutput, long) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
encodeLong(byte[], long) - Static method in class org.apache.paimon.utils.VarLengthIntUtils
 
encodeUTF8(String) - Static method in class org.apache.paimon.data.BinaryString
This method must have the same result with JDK's String.getBytes.
encodeUTF8(String, byte[]) - Static method in class org.apache.paimon.data.BinaryString
 
EncodingUtils - Class in org.apache.paimon.utils
General utilities for string-encoding.
endBoostrap(boolean) - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
endInput() - Method in class org.apache.paimon.flink.shuffle.RangeShuffle.LocalSampleOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
endInput() - Method in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
endInput() - Method in class org.apache.paimon.flink.sorter.SortOperator
 
endOfPageValueCount - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
value that indicates the end of the current page.
EndOfScanException - Exception in org.apache.paimon.table.source
Signals that an end of scanning has been reached unexpectedly during input.
EndOfScanException() - Constructor for exception org.apache.paimon.table.source.EndOfScanException
 
endsWith(BinaryString) - Method in class org.apache.paimon.data.BinaryString
Tests if this BinaryString ends with the specified suffix.
enhancedForControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enhancedForControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enhancedForControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
enhancedForControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
EnhancedForControlContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
EnhancedForControlContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
enterAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotation().
enterAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotation().
enterAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotation().
enterAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotation().
enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationConstantRest().
enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationConstantRest().
enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationConstantRest().
enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationConstantRest().
enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationMethodOrConstantRest().
enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationMethodOrConstantRest().
enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationMethodOrConstantRest().
enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationMethodOrConstantRest().
enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationMethodRest().
enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationMethodRest().
enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationMethodRest().
enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationMethodRest().
enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeBody().
enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeBody().
enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeBody().
enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeBody().
enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeDeclaration().
enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeDeclaration().
enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeDeclaration().
enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeDeclaration().
enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeElementDeclaration().
enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeElementDeclaration().
enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeElementDeclaration().
enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeElementDeclaration().
enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeElementRest().
enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.annotationTypeElementRest().
enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeElementRest().
enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.annotationTypeElementRest().
enterArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arguments().
enterArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arguments().
enterArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arguments().
enterArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arguments().
enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arrayCreatorRest().
enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arrayCreatorRest().
enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arrayCreatorRest().
enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arrayCreatorRest().
enterArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arrayInitializer().
enterArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.arrayInitializer().
enterArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arrayInitializer().
enterArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.arrayInitializer().
enterBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.block().
enterBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.block().
enterBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.block().
enterBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.block().
enterBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.blockStatement().
enterBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.blockStatement().
enterBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.blockStatement().
enterBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.blockStatement().
enterCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.catchClause().
enterCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.catchClause().
enterCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.catchClause().
enterCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.catchClause().
enterCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.catchType().
enterCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.catchType().
enterCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.catchType().
enterCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.catchType().
enterClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classBody().
enterClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classBody().
enterClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classBody().
enterClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classBody().
enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classBodyDeclaration().
enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classBodyDeclaration().
enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classBodyDeclaration().
enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classBodyDeclaration().
enterClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classCreatorRest().
enterClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classCreatorRest().
enterClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classCreatorRest().
enterClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classCreatorRest().
enterClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classDeclaration().
enterClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classDeclaration().
enterClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classDeclaration().
enterClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classDeclaration().
enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classOrInterfaceModifier().
enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classOrInterfaceModifier().
enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classOrInterfaceModifier().
enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classOrInterfaceModifier().
enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classOrInterfaceType().
enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classOrInterfaceType().
enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classOrInterfaceType().
enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classOrInterfaceType().
enterClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classType().
enterClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.classType().
enterClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classType().
enterClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.classType().
enterCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.compilationUnit().
enterCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.compilationUnit().
enterCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.compilationUnit().
enterCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.compilationUnit().
enterConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constantDeclarator().
enterConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constantDeclarator().
enterConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constantDeclarator().
enterConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constantDeclarator().
enterConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constDeclaration().
enterConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constDeclaration().
enterConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constDeclaration().
enterConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constDeclaration().
enterConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constructorCall().
enterConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constructorCall().
enterConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constructorCall().
enterConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constructorCall().
enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constructorDeclaration().
enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.constructorDeclaration().
enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constructorDeclaration().
enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.constructorDeclaration().
enterCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.createdName().
enterCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.createdName().
enterCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.createdName().
enterCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.createdName().
enterCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.creator().
enterCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.creator().
enterCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.creator().
enterCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.creator().
enterDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.defaultValue().
enterDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.defaultValue().
enterDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.defaultValue().
enterDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.defaultValue().
enterElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValue().
enterElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValue().
enterElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValue().
enterElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValue().
enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValueArrayInitializer().
enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValueArrayInitializer().
enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValueArrayInitializer().
enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValueArrayInitializer().
enterElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValuePair().
enterElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValuePair().
enterElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValuePair().
enterElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValuePair().
enterElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValuePairs().
enterElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.elementValuePairs().
enterElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValuePairs().
enterElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.elementValuePairs().
enterEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enhancedForControl().
enterEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enhancedForControl().
enterEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enhancedForControl().
enterEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enhancedForControl().
enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumBodyDeclarations().
enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumBodyDeclarations().
enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumBodyDeclarations().
enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumBodyDeclarations().
enterEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumConstant().
enterEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumConstant().
enterEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumConstant().
enterEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumConstant().
enterEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumConstants().
enterEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumConstants().
enterEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumConstants().
enterEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumConstants().
enterEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumDeclaration().
enterEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.enumDeclaration().
enterEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumDeclaration().
enterEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.enumDeclaration().
enterEveryRule(ParserRuleContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.explicitGenericInvocation().
enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.explicitGenericInvocation().
enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.explicitGenericInvocation().
enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.explicitGenericInvocation().
enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
enterExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.expression().
enterExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.expression().
enterExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.expression().
enterExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.expression().
enterExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.expressionList().
enterExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.expressionList().
enterExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.expressionList().
enterExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.expressionList().
enterFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.fieldDeclaration().
enterFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.fieldDeclaration().
enterFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.fieldDeclaration().
enterFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.fieldDeclaration().
enterFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.finallyBlock().
enterFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.finallyBlock().
enterFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.finallyBlock().
enterFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.finallyBlock().
enterFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.floatLiteral().
enterFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.floatLiteral().
enterFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.floatLiteral().
enterFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.floatLiteral().
enterForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.forControl().
enterForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.forControl().
enterForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.forControl().
enterForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.forControl().
enterForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.forInit().
enterForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.forInit().
enterForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.forInit().
enterForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.forInit().
enterFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameter().
enterFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameter().
enterFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameter().
enterFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameter().
enterFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameterList().
enterFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameterList().
enterFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameterList().
enterFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameterList().
enterFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameters().
enterFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.formalParameters().
enterFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameters().
enterFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.formalParameters().
enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericConstructorDeclaration().
enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericConstructorDeclaration().
enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericConstructorDeclaration().
enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericConstructorDeclaration().
enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericMethodDeclaration().
enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.genericMethodDeclaration().
enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericMethodDeclaration().
enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.genericMethodDeclaration().
enterImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.importDeclaration().
enterImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.importDeclaration().
enterImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.importDeclaration().
enterImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.importDeclaration().
enterInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.innerCreator().
enterInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.innerCreator().
enterInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.innerCreator().
enterInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.innerCreator().
enterIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.integerLiteral().
enterIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.integerLiteral().
enterIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.integerLiteral().
enterIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.integerLiteral().
enterInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceBody().
enterInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceBody().
enterInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceBody().
enterInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceBody().
enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceBodyDeclaration().
enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceBodyDeclaration().
enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceBodyDeclaration().
enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceBodyDeclaration().
enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceDeclaration().
enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceDeclaration().
enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceDeclaration().
enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceDeclaration().
enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMemberDeclaration().
enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMemberDeclaration().
enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMemberDeclaration().
enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMemberDeclaration().
enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMethodDeclaration().
enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMethodDeclaration().
enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMethodDeclaration().
enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMethodDeclaration().
enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMethodModifier().
enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.interfaceMethodModifier().
enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMethodModifier().
enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.interfaceMethodModifier().
enterLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaBody().
enterLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaBody().
enterLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaBody().
enterLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaBody().
enterLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaExpression().
enterLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaExpression().
enterLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaExpression().
enterLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaExpression().
enterLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaParameters().
enterLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lambdaParameters().
enterLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaParameters().
enterLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lambdaParameters().
enterLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lastFormalParameter().
enterLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.lastFormalParameter().
enterLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lastFormalParameter().
enterLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.lastFormalParameter().
enterLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.literal().
enterLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.literal().
enterLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.literal().
enterLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.literal().
enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.localTypeDeclaration().
enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.localTypeDeclaration().
enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.localTypeDeclaration().
enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.localTypeDeclaration().
enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.localVariableDeclaration().
enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.localVariableDeclaration().
enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.localVariableDeclaration().
enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.localVariableDeclaration().
enterMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.memberDeclaration().
enterMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.memberDeclaration().
enterMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.memberDeclaration().
enterMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.memberDeclaration().
enterMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodBody().
enterMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodBody().
enterMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodBody().
enterMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodBody().
enterMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodCall().
enterMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodCall().
enterMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodCall().
enterMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodCall().
enterMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodDeclaration().
enterMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.methodDeclaration().
enterMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodDeclaration().
enterMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.methodDeclaration().
enterModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.modifier().
enterModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.modifier().
enterModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.modifier().
enterModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.modifier().
enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArguments().
enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArguments().
enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArguments().
enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArguments().
enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
enterPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.packageDeclaration().
enterPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.packageDeclaration().
enterPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.packageDeclaration().
enterPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.packageDeclaration().
enterParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.parExpression().
enterParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.parExpression().
enterParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.parExpression().
enterParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.parExpression().
enterPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.primary().
enterPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.primary().
enterPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.primary().
enterPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.primary().
enterPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.primitiveType().
enterPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.primitiveType().
enterPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.primitiveType().
enterPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.primitiveType().
enterQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.qualifiedName().
enterQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.qualifiedName().
enterQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.qualifiedName().
enterQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.qualifiedName().
enterQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.qualifiedNameList().
enterQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.qualifiedNameList().
enterQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.qualifiedNameList().
enterQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.qualifiedNameList().
enterResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resource().
enterResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resource().
enterResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resource().
enterResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resource().
enterResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resources().
enterResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resources().
enterResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resources().
enterResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resources().
enterResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resourceSpecification().
enterResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.resourceSpecification().
enterResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resourceSpecification().
enterResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.resourceSpecification().
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
enterRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
enterStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.statement().
enterStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.statement().
enterStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.statement().
enterStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.statement().
enterSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.superSuffix().
enterSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.superSuffix().
enterSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.superSuffix().
enterSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.superSuffix().
enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.switchBlockStatementGroup().
enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.switchBlockStatementGroup().
enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.switchBlockStatementGroup().
enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.switchBlockStatementGroup().
enterSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.switchLabel().
enterSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.switchLabel().
enterSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.switchLabel().
enterSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.switchLabel().
enterTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArgument().
enterTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArgument().
enterTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArgument().
enterTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArgument().
enterTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArguments().
enterTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArguments().
enterTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArguments().
enterTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArguments().
enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArgumentsOrDiamond().
enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeArgumentsOrDiamond().
enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArgumentsOrDiamond().
enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeArgumentsOrDiamond().
enterTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeBound().
enterTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeBound().
enterTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeBound().
enterTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeBound().
enterTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeDeclaration().
enterTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeDeclaration().
enterTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeDeclaration().
enterTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeDeclaration().
enterTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeList().
enterTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeList().
enterTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeList().
enterTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeList().
enterTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeParameter().
enterTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeParameter().
enterTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeParameter().
enterTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeParameter().
enterTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeParameters().
enterTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeParameters().
enterTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeParameters().
enterTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeParameters().
enterTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeType().
enterTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeType().
enterTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeType().
enterTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeType().
enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeTypeOrVoid().
enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.typeTypeOrVoid().
enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeTypeOrVoid().
enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.typeTypeOrVoid().
enterVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclarator().
enterVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclarator().
enterVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclarator().
enterVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclarator().
enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclaratorId().
enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclaratorId().
enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclaratorId().
enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclaratorId().
enterVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclarators().
enterVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableDeclarators().
enterVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclarators().
enterVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableDeclarators().
enterVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableInitializer().
enterVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableInitializer().
enterVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableInitializer().
enterVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableInitializer().
enterVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableModifier().
enterVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Enter a parse tree produced by JavaParser.variableModifier().
enterVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableModifier().
enterVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Enter a parse tree produced by JavaParser.variableModifier().
ENUM - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ENUM - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ENUM - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ENUM - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ENUM() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
ENUM() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
enumBodyDeclarations() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumBodyDeclarations() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumBodyDeclarations() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
enumBodyDeclarations() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
EnumBodyDeclarationsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
EnumBodyDeclarationsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
enumConstant() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumConstant() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumConstant() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enumConstant(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enumConstant() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enumConstant(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
EnumConstantContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
EnumConstantContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
enumConstantName - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
enumConstantName - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
enumConstants() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumConstants() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumConstants() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
enumConstants() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
EnumConstantsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
EnumConstantsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
enumDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
EnumDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
EnumDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
Enumerator(File[], Random) - Constructor for class org.apache.paimon.disk.FileIOChannel.Enumerator
 
enumType(Class<T>) - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Enum type.
env - Variable in class org.apache.paimon.flink.action.ActionBase
 
EOF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
EOF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
EPOCH_JULIAN - Static variable in class org.apache.paimon.utils.DateTimeUtils
The julian date of the epoch, 1970-01-01.
EQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
EQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
EQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
EQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
EQUAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
EQUAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
Equal - Class in org.apache.paimon.predicate
equal(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
equalPartition(BinaryRow, RowType) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
equals(Object) - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
equals(Object) - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
equals(Object) - Method in class org.apache.paimon.catalog.Identifier
 
equals(InternalRow, InternalRow) - Method in interface org.apache.paimon.codegen.RecordEqualiser
Returns true if the rows are equal to each other and false otherwise.
equals(Object) - Method in class org.apache.paimon.codegen.SortSpec
 
equals(Object) - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
equals(Object) - Method in class org.apache.paimon.data.BinaryRow
 
equals(Object) - Method in class org.apache.paimon.data.BinarySection
 
equals(Object) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
equals(Object) - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
equals(Object) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
equals(Object) - Method in class org.apache.paimon.data.Decimal
 
equals(Object) - Method in class org.apache.paimon.data.GenericArray
 
equals(Object) - Method in class org.apache.paimon.data.GenericMap
 
equals(Object) - Method in class org.apache.paimon.data.GenericRow
 
equals(Object) - Method in class org.apache.paimon.data.JoinedRow
 
equals(Object) - Method in class org.apache.paimon.data.LazyGenericRow
 
equals(Object) - Method in class org.apache.paimon.data.NestedRow
 
equals(Object) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.ListSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
equals(Object) - Method in class org.apache.paimon.data.serializer.SerializerSingleton
 
equals(Object) - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
equals(Object) - Method in class org.apache.paimon.data.Timestamp
 
equals(Object) - Method in class org.apache.paimon.disk.FileIOChannel.ID
 
equals(Object) - Method in class org.apache.paimon.flink.ProjectedRowData
 
equals(Object) - Method in class org.apache.paimon.flink.Projection
 
equals(Object) - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
equals(Object) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
equals(Object) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
equals(Object) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
equals(Object) - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
equals(Object) - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
equals(Object) - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
equals(Object) - Method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
equals(Object) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
equals(Object) - Method in class org.apache.paimon.flink.source.align.CheckpointEvent
 
equals(Object) - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
equals(Object) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
equals(Object) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
equals(Object) - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
equals(Object) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
equals(Object) - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
equals(Object) - Method in class org.apache.paimon.format.FieldStats
 
equals(Object) - Method in class org.apache.paimon.format.FormatKey
 
Equals(String, PredicateLeaf.Type, Serializable) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.Equals
Creates an EQUALS predicate.
equals(Object) - Method in class org.apache.paimon.fs.Path
 
equals(Object) - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
equals(Object) - Method in class org.apache.paimon.index.IndexFileMeta
 
equals(Object) - Method in class org.apache.paimon.io.CompactIncrement
 
equals(Object) - Method in class org.apache.paimon.io.DataFileMeta
 
equals(Object) - Method in class org.apache.paimon.io.IndexIncrement
 
equals(Object) - Method in class org.apache.paimon.io.NewFilesIncrement
 
equals(Object) - Method in class org.apache.paimon.lookup.RocksDBState.ByteArray
 
equals(Object) - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
equals(Object) - Method in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
equals(Object) - Method in class org.apache.paimon.manifest.ManifestCommittable
 
equals(Object) - Method in class org.apache.paimon.manifest.ManifestEntry
 
equals(Object) - Method in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
equals(Object) - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
equals(Object) - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
equals(MemorySegment[], int, MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Equals two memory segments regions.
equals(Object) - Method in class org.apache.paimon.mergetree.LevelSortedRun
 
equals(Object) - Method in class org.apache.paimon.mergetree.SortedRun
 
equals(Object) - Method in class org.apache.paimon.options.ConfigOption
 
equals(Object) - Method in class org.apache.paimon.options.FallbackKey
 
equals(Object) - Method in class org.apache.paimon.options.MemorySize
 
equals(Object) - Method in class org.apache.paimon.options.Options
 
equals(Object) - Method in class org.apache.paimon.PartitionSettedRow
 
equals(Object) - Method in class org.apache.paimon.predicate.CompoundPredicate
 
equals(Object) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
equals(Object) - Method in class org.apache.paimon.predicate.FieldRef
 
equals(Object) - Method in class org.apache.paimon.predicate.LeafFunction
 
equals(Object) - Method in class org.apache.paimon.predicate.LeafPredicate
 
equals(Object) - Method in class org.apache.paimon.schema.Schema
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.DropColumn
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.Move
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.RemoveOption
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.RenameColumn
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.SetOption
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnComment
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnNullability
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnPosition
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnType
 
equals(Object) - Method in class org.apache.paimon.schema.SchemaChange.UpdateComment
 
equals(Object) - Method in class org.apache.paimon.schema.TableSchema
 
equals(Object) - Method in class org.apache.paimon.Snapshot
 
equals(Object) - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
equals(Object) - Method in class org.apache.paimon.spark.SparkInputPartition
 
equals(Object) - Method in class org.apache.paimon.spark.SparkReaderFactory
 
equals(Object) - Method in class org.apache.paimon.stats.BinaryTableStats
 
equals(Object) - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
equals(Object) - Method in class org.apache.paimon.table.source.DataSplit
 
equals(Object) - Method in class org.apache.paimon.table.source.RawFile
 
equals(Object) - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
equals(Object) - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
equals(Object) - Method in class org.apache.paimon.types.ArrayType
 
equals(Object) - Method in class org.apache.paimon.types.BinaryType
 
equals(Object) - Method in class org.apache.paimon.types.CharType
 
equals(Object) - Method in class org.apache.paimon.types.DataField
 
equals(Object) - Method in class org.apache.paimon.types.DataType
 
equals(Object) - Method in class org.apache.paimon.types.DecimalType
 
equals(Object) - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
equals(Object) - Method in class org.apache.paimon.types.MapType
 
equals(Object) - Method in class org.apache.paimon.types.MultisetType
 
equals(Object) - Method in class org.apache.paimon.types.RowType
 
equals(Object) - Method in class org.apache.paimon.types.TimestampType
 
equals(Object) - Method in class org.apache.paimon.types.TimeType
 
equals(Object) - Method in class org.apache.paimon.types.VarBinaryType
 
equals(Object) - Method in class org.apache.paimon.types.VarCharType
 
equals(Object) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
equals(Object) - Method in class org.apache.paimon.utils.Pair
 
equals(Object) - Method in class org.apache.paimon.utils.PositiveIntInt
 
equals(Object) - Method in class org.apache.paimon.utils.ProjectedRow
 
equals(Object) - Method in class org.apache.paimon.utils.Projection
 
equals(Object) - Method in class org.apache.paimon.utils.Reference
 
equals(Object) - Method in class org.apache.paimon.utils.Triple
 
equalsIgnoreNullable(DataType) - Method in class org.apache.paimon.types.DataType
Compare two data types without nullable.
equalTo(MemorySegment, int, int, int) - Method in class org.apache.paimon.memory.MemorySegment
Equals two memory segment regions.
errorLogThreadDump(Logger) - Static method in class org.apache.paimon.utils.ThreadUtils
 
escapeBackticks(String) - Static method in class org.apache.paimon.utils.EncodingUtils
 
escapeCharacters(String) - Static method in class org.apache.paimon.docs.util.Utils
 
escapeIdentifier(String) - Static method in class org.apache.paimon.utils.EncodingUtils
 
escapeSingleQuotes(String) - Static method in class org.apache.paimon.utils.EncodingUtils
 
estimateStatistics() - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.ComputedColumn
Compute column's value from given argument.
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.DateFormat
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.DayComputer
 
eval(String) - Method in interface org.apache.paimon.flink.action.cdc.Expression
Compute value from given input.
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.HourComputer
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.MonthComputer
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.Substring
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.TruncateComputer
 
eval(String) - Method in class org.apache.paimon.flink.action.cdc.Expression.YearComputer
 
eval(Object...) - Method in class org.apache.paimon.flink.lookup.OldLookupFunction
Used by code generation.
evalComputedColumns(Map<String, String>, LinkedHashMap<String, DataType>) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
EventParser<T> - Interface in org.apache.paimon.flink.sink.cdc
Parse a CDC change event to a list of DataFields or CdcRecord.
EventParser.Factory<T> - Interface in org.apache.paimon.flink.sink.cdc
Factory to create an EventParser.
ExceptionUtils - Class in org.apache.paimon.utils
A collection of utility functions for dealing with exceptions and exception workflows.
excludedTables() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
EXCLUDING_TABLES - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
excludingPattern - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
excludingTables(String) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
excludingTables(String) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
excludingTables(String) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
excludingTables(String) - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
execute() - Method in class org.apache.paimon.benchmark.metric.cpu.ShellCommandExecutor
Execute.
execute(String) - Method in class org.apache.paimon.flink.action.ActionBase
 
execute(ProcedureContext, ActionBase, String) - Method in class org.apache.paimon.flink.procedure.ProcedureBase
 
execute(ProcedureContext, JobClient) - Method in class org.apache.paimon.flink.procedure.ProcedureBase
 
executeDeletion() - Method in class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
executeFilter() - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
executeFilter() - Method in interface org.apache.paimon.table.source.InnerTableRead
 
executeFilter() - Method in interface org.apache.paimon.table.source.TableRead
 
executeInternal(StreamTableEnvironment, List<Transformation<?>>, List<String>) - Static method in class org.apache.paimon.flink.utils.TableEnvironmentUtils
Invoke TableEnvironmentImpl#executeInternal(List<Transformation<?>>, List<String>) from a StreamTableEnvironment instance through reflecting.
executeMigrate() - Method in class org.apache.paimon.hive.migrate.HiveMigrator
 
executeMigrate() - Method in interface org.apache.paimon.migrate.Migrator
 
executeTruncation() - Method in class org.apache.paimon.flink.sink.FlinkTableSink
 
ExecutorThreadFactory - Class in org.apache.paimon.utils
A thread factory intended for use by critical thread pools.
ExecutorThreadFactory(String) - Constructor for class org.apache.paimon.utils.ExecutorThreadFactory
Creates a new thread factory using the given thread pool name and the default uncaught exception handler (log exception and kill process).
ExecutorThreadFactory(String, Thread.UncaughtExceptionHandler) - Constructor for class org.apache.paimon.utils.ExecutorThreadFactory
Creates a new thread factory using the given thread pool name and the given uncaught exception handler.
ExecutorThreadFactory.Builder - Class in org.apache.paimon.utils
ExistingProcessor - Interface in org.apache.paimon.crosspartition
Processor to process existing key.
ExistingProcessor.SortOrder - Enum in org.apache.paimon.crosspartition
Input Order for sorting.
exists(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
exists(Path) - Method in interface org.apache.paimon.fs.FileIO
Check if exists.
exists(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
exists(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
exists(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
exists(String) - Method in class org.apache.paimon.index.HashIndexFile
 
exists(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
exists(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
exists(String) - Method in class org.apache.paimon.utils.ObjectsFile
 
existsIndexFile(IndexManifestEntry) - Method in class org.apache.paimon.index.IndexFileHandler
 
existsManifest(String) - Method in class org.apache.paimon.index.IndexFileHandler
 
EXIT_CODE - Static variable in class org.apache.paimon.utils.FatalExitExceptionHandler
 
exitAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotation().
exitAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotation().
exitAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotation().
exitAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotation().
exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationConstantRest().
exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationConstantRest().
exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationConstantRest().
exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationConstantRest().
exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationMethodRest().
exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationMethodRest().
exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationMethodRest().
exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationMethodRest().
exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeBody().
exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeBody().
exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeBody().
exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeBody().
exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeDeclaration().
exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeDeclaration().
exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeDeclaration().
exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeDeclaration().
exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeElementRest().
exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.annotationTypeElementRest().
exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeElementRest().
exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.annotationTypeElementRest().
exitArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arguments().
exitArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arguments().
exitArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arguments().
exitArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arguments().
exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arrayCreatorRest().
exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arrayCreatorRest().
exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arrayCreatorRest().
exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arrayCreatorRest().
exitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arrayInitializer().
exitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.arrayInitializer().
exitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arrayInitializer().
exitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.arrayInitializer().
exitBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.block().
exitBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.block().
exitBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.block().
exitBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.block().
exitBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.blockStatement().
exitBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.blockStatement().
exitBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.blockStatement().
exitBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.blockStatement().
exitCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.catchClause().
exitCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.catchClause().
exitCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.catchClause().
exitCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.catchClause().
exitCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.catchType().
exitCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.catchType().
exitCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.catchType().
exitCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.catchType().
exitClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classBody().
exitClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classBody().
exitClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classBody().
exitClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classBody().
exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classBodyDeclaration().
exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classBodyDeclaration().
exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classBodyDeclaration().
exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classBodyDeclaration().
exitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classCreatorRest().
exitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classCreatorRest().
exitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classCreatorRest().
exitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classCreatorRest().
exitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classDeclaration().
exitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classDeclaration().
exitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classDeclaration().
exitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classDeclaration().
exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classOrInterfaceModifier().
exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classOrInterfaceModifier().
exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classOrInterfaceModifier().
exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classOrInterfaceModifier().
exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classOrInterfaceType().
exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classOrInterfaceType().
exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classOrInterfaceType().
exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classOrInterfaceType().
exitClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classType().
exitClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.classType().
exitClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classType().
exitClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.classType().
exitCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.compilationUnit().
exitCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.compilationUnit().
exitCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.compilationUnit().
exitCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.compilationUnit().
exitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constantDeclarator().
exitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constantDeclarator().
exitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constantDeclarator().
exitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constantDeclarator().
exitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constDeclaration().
exitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constDeclaration().
exitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constDeclaration().
exitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constDeclaration().
exitConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constructorCall().
exitConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constructorCall().
exitConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constructorCall().
exitConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constructorCall().
exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constructorDeclaration().
exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.constructorDeclaration().
exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constructorDeclaration().
exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.constructorDeclaration().
exitCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.createdName().
exitCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.createdName().
exitCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.createdName().
exitCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.createdName().
exitCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.creator().
exitCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.creator().
exitCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.creator().
exitCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.creator().
exitDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.defaultValue().
exitDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.defaultValue().
exitDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.defaultValue().
exitDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.defaultValue().
exitElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValue().
exitElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValue().
exitElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValue().
exitElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValue().
exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValueArrayInitializer().
exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValueArrayInitializer().
exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValueArrayInitializer().
exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValueArrayInitializer().
exitElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValuePair().
exitElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValuePair().
exitElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValuePair().
exitElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValuePair().
exitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValuePairs().
exitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.elementValuePairs().
exitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValuePairs().
exitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.elementValuePairs().
exitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enhancedForControl().
exitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enhancedForControl().
exitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enhancedForControl().
exitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enhancedForControl().
exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumBodyDeclarations().
exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumBodyDeclarations().
exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumBodyDeclarations().
exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumBodyDeclarations().
exitEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumConstant().
exitEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumConstant().
exitEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumConstant().
exitEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumConstant().
exitEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumConstants().
exitEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumConstants().
exitEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumConstants().
exitEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumConstants().
exitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumDeclaration().
exitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.enumDeclaration().
exitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumDeclaration().
exitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.enumDeclaration().
exitEveryRule(ParserRuleContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.explicitGenericInvocation().
exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.explicitGenericInvocation().
exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.explicitGenericInvocation().
exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.explicitGenericInvocation().
exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
exitExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.expression().
exitExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.expression().
exitExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.expression().
exitExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.expression().
exitExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.expressionList().
exitExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.expressionList().
exitExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.expressionList().
exitExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.expressionList().
exitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.fieldDeclaration().
exitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.fieldDeclaration().
exitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.fieldDeclaration().
exitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.fieldDeclaration().
exitFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.finallyBlock().
exitFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.finallyBlock().
exitFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.finallyBlock().
exitFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.finallyBlock().
exitFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.floatLiteral().
exitFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.floatLiteral().
exitFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.floatLiteral().
exitFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.floatLiteral().
exitForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.forControl().
exitForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.forControl().
exitForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.forControl().
exitForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.forControl().
exitForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.forInit().
exitForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.forInit().
exitForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.forInit().
exitForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.forInit().
exitFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameter().
exitFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameter().
exitFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameter().
exitFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameter().
exitFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameterList().
exitFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameterList().
exitFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameterList().
exitFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameterList().
exitFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameters().
exitFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.formalParameters().
exitFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameters().
exitFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.formalParameters().
exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericConstructorDeclaration().
exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericConstructorDeclaration().
exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericConstructorDeclaration().
exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericConstructorDeclaration().
exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericMethodDeclaration().
exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.genericMethodDeclaration().
exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericMethodDeclaration().
exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.genericMethodDeclaration().
exitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.importDeclaration().
exitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.importDeclaration().
exitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.importDeclaration().
exitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.importDeclaration().
exitInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.innerCreator().
exitInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.innerCreator().
exitInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.innerCreator().
exitInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.innerCreator().
exitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.integerLiteral().
exitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.integerLiteral().
exitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.integerLiteral().
exitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.integerLiteral().
exitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceBody().
exitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceBody().
exitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceBody().
exitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceBody().
exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceBodyDeclaration().
exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceBodyDeclaration().
exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceBodyDeclaration().
exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceBodyDeclaration().
exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceDeclaration().
exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceDeclaration().
exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceDeclaration().
exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceDeclaration().
exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMemberDeclaration().
exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMemberDeclaration().
exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMemberDeclaration().
exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMemberDeclaration().
exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMethodDeclaration().
exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMethodDeclaration().
exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMethodDeclaration().
exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMethodDeclaration().
exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMethodModifier().
exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.interfaceMethodModifier().
exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMethodModifier().
exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.interfaceMethodModifier().
exitLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaBody().
exitLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaBody().
exitLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaBody().
exitLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaBody().
exitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaExpression().
exitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaExpression().
exitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaExpression().
exitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaExpression().
exitLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaParameters().
exitLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lambdaParameters().
exitLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaParameters().
exitLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lambdaParameters().
exitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lastFormalParameter().
exitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.lastFormalParameter().
exitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lastFormalParameter().
exitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.lastFormalParameter().
exitLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.literal().
exitLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.literal().
exitLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.literal().
exitLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.literal().
exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.localTypeDeclaration().
exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.localTypeDeclaration().
exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.localTypeDeclaration().
exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.localTypeDeclaration().
exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.localVariableDeclaration().
exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.localVariableDeclaration().
exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.localVariableDeclaration().
exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.localVariableDeclaration().
exitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.memberDeclaration().
exitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.memberDeclaration().
exitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.memberDeclaration().
exitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.memberDeclaration().
exitMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodBody().
exitMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodBody().
exitMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodBody().
exitMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodBody().
exitMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodCall().
exitMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodCall().
exitMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodCall().
exitMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodCall().
exitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodDeclaration().
exitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.methodDeclaration().
exitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodDeclaration().
exitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.methodDeclaration().
exitModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.modifier().
exitModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.modifier().
exitModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.modifier().
exitModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.modifier().
exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArguments().
exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArguments().
exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArguments().
exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArguments().
exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
exitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.packageDeclaration().
exitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.packageDeclaration().
exitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.packageDeclaration().
exitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.packageDeclaration().
exitParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.parExpression().
exitParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.parExpression().
exitParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.parExpression().
exitParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.parExpression().
exitPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.primary().
exitPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.primary().
exitPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.primary().
exitPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.primary().
exitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.primitiveType().
exitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.primitiveType().
exitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.primitiveType().
exitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.primitiveType().
exitQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.qualifiedName().
exitQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.qualifiedName().
exitQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.qualifiedName().
exitQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.qualifiedName().
exitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.qualifiedNameList().
exitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.qualifiedNameList().
exitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.qualifiedNameList().
exitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.qualifiedNameList().
exitResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resource().
exitResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resource().
exitResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resource().
exitResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resource().
exitResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resources().
exitResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resources().
exitResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resources().
exitResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resources().
exitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resourceSpecification().
exitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.resourceSpecification().
exitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resourceSpecification().
exitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.resourceSpecification().
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
exitRule(ParseTreeListener) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
exitStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.statement().
exitStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.statement().
exitStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.statement().
exitStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.statement().
exitSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.superSuffix().
exitSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.superSuffix().
exitSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.superSuffix().
exitSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.superSuffix().
exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.switchBlockStatementGroup().
exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.switchBlockStatementGroup().
exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.switchBlockStatementGroup().
exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.switchBlockStatementGroup().
exitSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.switchLabel().
exitSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.switchLabel().
exitSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.switchLabel().
exitSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.switchLabel().
exitTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArgument().
exitTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArgument().
exitTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArgument().
exitTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArgument().
exitTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArguments().
exitTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArguments().
exitTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArguments().
exitTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArguments().
exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
exitTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeBound().
exitTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeBound().
exitTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeBound().
exitTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeBound().
exitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeDeclaration().
exitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeDeclaration().
exitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeDeclaration().
exitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeDeclaration().
exitTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeList().
exitTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeList().
exitTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeList().
exitTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeList().
exitTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeParameter().
exitTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeParameter().
exitTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeParameter().
exitTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeParameter().
exitTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeParameters().
exitTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeParameters().
exitTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeParameters().
exitTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeParameters().
exitTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeType().
exitTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeType().
exitTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeType().
exitTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeType().
exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeTypeOrVoid().
exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.typeTypeOrVoid().
exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeTypeOrVoid().
exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.typeTypeOrVoid().
exitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclarator().
exitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclarator().
exitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclarator().
exitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclarator().
exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclaratorId().
exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclaratorId().
exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclaratorId().
exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclaratorId().
exitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclarators().
exitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableDeclarators().
exitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclarators().
exitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableDeclarators().
exitVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableInitializer().
exitVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableInitializer().
exitVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableInitializer().
exitVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableInitializer().
exitVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableModifier().
exitVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
Exit a parse tree produced by JavaParser.variableModifier().
exitVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableModifier().
exitVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserListener
Exit a parse tree produced by JavaParser.variableModifier().
Experimental - Annotation Type in org.apache.paimon.annotation
Experimental API.
expire(LocalDateTime) - Method in class org.apache.paimon.consumer.ConsumerManager
 
expire() - Method in interface org.apache.paimon.operation.FileStoreExpire
Expire snapshots.
expire() - Method in class org.apache.paimon.operation.FileStoreExpireImpl
 
expire(long) - Method in class org.apache.paimon.operation.PartitionExpire
 
expireUntil(long, long) - Method in class org.apache.paimon.operation.FileStoreExpireImpl
 
EXPLICIT_CAST - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
explicitGenericInvocation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
explicitGenericInvocation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
explicitGenericInvocation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
explicitGenericInvocation() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ExplicitGenericInvocationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
ExplicitGenericInvocationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
explicitGenericInvocationSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
ExplicitGenericInvocationSuffixContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
ExplicitGenericInvocationSuffixContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
expression(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
expression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
Expression - Interface in org.apache.paimon.flink.action.cdc
Produce a computation result for computed column.
Expression.DateFormat - Class in org.apache.paimon.flink.action.cdc
date format from a time input.
Expression.DayComputer - Class in org.apache.paimon.flink.action.cdc
Compute day from a time input.
Expression.HourComputer - Class in org.apache.paimon.flink.action.cdc
Compute hour from a time input.
Expression.MonthComputer - Class in org.apache.paimon.flink.action.cdc
Compute month from a time input.
Expression.Substring - Class in org.apache.paimon.flink.action.cdc
Get substring using String.substring(int).
Expression.TruncateComputer - Class in org.apache.paimon.flink.action.cdc
Truncate numeric/decimal/string value.
Expression.YearComputer - Class in org.apache.paimon.flink.action.cdc
Compute year from a time input.
ExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
expressionList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
ExpressionListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
ExpressionListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
EXTENDS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
EXTENDS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
EXTENDS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
EXTENDS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
EXTENDS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
ExternalBuffer - Class in org.apache.paimon.disk
An external buffer for storing rows, it will spill the data to disk when the memory is full.
ExternalBuffer.BufferIterator - Class in org.apache.paimon.disk
Iterator of external buffer.
extract(FileIO, Path) - Method in class org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
extract(FileIO, Path) - Method in class org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 
extract() - Method in class org.apache.paimon.format.TableStatsCollector
 
extract(FileIO, Path) - Method in interface org.apache.paimon.format.TableStatsExtractor
 
extract(Configuration, Properties) - Static method in class org.apache.paimon.hive.HiveSchema
Extract HiveSchema from Hive serde properties.
extract(List<String>, List<Object>) - Method in class org.apache.paimon.partition.PartitionTimeExtractor
 
extract(SinkRecord) - Method in interface org.apache.paimon.table.sink.TableWriteImpl.RecordExtractor
 
extract(long, Long) - Method in interface org.apache.paimon.tag.TagTimeExtractor
 
extract(long, Long) - Method in class org.apache.paimon.tag.TagTimeExtractor.ProcessTimeExtractor
 
extract(long, Long) - Method in class org.apache.paimon.tag.TagTimeExtractor.WatermarkExtractor
 
extractBlocks() - Method in class org.apache.paimon.codegen.codesplit.BlockStatementSplitter
This method extracts statements from IFs, ELSE's and WHILE blocks from block code used during initialization of this object.
extractCatalogConfig(Configuration) - Static method in class org.apache.paimon.hive.utils.HiveUtils
Extract paimon catalog conf from Hive conf.
extractColumnStats(FileIO, Path) - Static method in class org.apache.paimon.format.parquet.ParquetUtil
Extract stats from specified Parquet files path.
extractConfiguration(ReadableConfig) - Static method in class org.apache.paimon.flink.TableConfigUtils
 
extractFilesFromSections(List<List<SortedRun>>) - Static method in class org.apache.paimon.mergetree.compact.AbstractCompactRewriter
 
extractorFunction() - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketSink
 
extractorFunction() - Method in class org.apache.paimon.flink.sink.DynamicBucketSink
 
extractorFunction() - Method in class org.apache.paimon.flink.sink.RowDynamicBucketSink
 
extractPaimonFieldTypes() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
extractPaimonFieldTypes() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
extractPartitionSpecFromPath(Path) - Static method in class org.apache.paimon.utils.PartitionPathUtils
Make partition spec from path.
extractPrimaryKeys() - Method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Extracts primary keys from the MongoDB record.
extractRecords() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
extractRecords() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
extractRecords() - Method in class org.apache.paimon.flink.action.cdc.format.maxwell.MaxwellRecordParser
 
extractRecords() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
extractRecords() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
extractRecords(JsonNode) - Method in class org.apache.paimon.flink.action.cdc.mongodb.strategy.Mongo4VersionStrategy
Extracts records from the provided JsonNode based on the MongoDB version strategy.
extractRecords(JsonNode) - Method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Extracts records from the provided JsonNode.
extractRowData(JsonNode, LinkedHashMap<String, DataType>) - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
extractRowData(JsonNode, LinkedHashMap<String, DataType>) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
extractSchemaChanges(SchemaManager, List<DataField>) - Method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
extractTag(long, Long) - Method in class org.apache.paimon.tag.TagPreview
 
extractTagName(String, String) - Static method in class org.apache.paimon.hive.mapred.PaimonInputFormat
Extract tag name from location, partition field should be tag name.
extractValueTypeToAvroMap(DataType) - Static method in class org.apache.paimon.format.avro.AvroSchemaConverter
 
extractWithFileInfo(FileIO, Path) - Method in class org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
extractWithFileInfo(FileIO, Path) - Method in class org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 
extractWithFileInfo(FileIO, Path) - Method in interface org.apache.paimon.format.TableStatsExtractor
 
extraFiles() - Method in class org.apache.paimon.io.DataFileMeta
Usage: Paimon 0.2 Stores changelog files for CoreOptions.ChangelogProducer#INPUT.
extraMesage() - Method in interface org.apache.paimon.utils.ParallelExecution.ParallelBatch
 

F

f0 - Variable in class org.apache.paimon.utils.Triple
 
f1 - Variable in class org.apache.paimon.utils.Triple
 
f2 - Variable in class org.apache.paimon.utils.Triple
 
Factory - Interface in org.apache.paimon.factories
Base interface for all kind of factories that create object instances from a list of key-value pairs in Paimon's catalog, lineage.
factory - Variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
 
Factory(Identifier, TableSchema, HiveConf, String) - Constructor for class org.apache.paimon.hive.HiveMetastoreClient.Factory
 
Factory(IndexFileHandler) - Constructor for class org.apache.paimon.index.HashIndexMaintainer.Factory
 
Factory(FileIO, FileFormat, FileStorePathFactory) - Constructor for class org.apache.paimon.manifest.IndexManifestFile.Factory
 
Factory(FileIO, SchemaManager, RowType, FileFormat, FileStorePathFactory, long, SegmentsCache<String>) - Constructor for class org.apache.paimon.manifest.ManifestFile.Factory
 
Factory(FileIO, FileFormat, FileStorePathFactory, SegmentsCache<String>) - Constructor for class org.apache.paimon.manifest.ManifestList.Factory
 
factory(Options, List<String>, List<DataType>, List<String>) - Static method in class org.apache.paimon.mergetree.compact.aggregate.AggregateMergeFunction
 
factory() - Static method in class org.apache.paimon.mergetree.compact.DeduplicateMergeFunction
 
factory(RowType, RowType, Options) - Static method in class org.apache.paimon.mergetree.compact.FirstRowMergeFunction
 
factory(Options, RowType, List<String>) - Static method in class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
factory(CatalogLock.Factory, Identifier) - Static method in interface org.apache.paimon.operation.Lock
 
FactoryException - Exception in org.apache.paimon.factories
Exception for factory.
FactoryException(String) - Constructor for exception org.apache.paimon.factories.FactoryException
 
factoryIdentifier() - Method in class org.apache.paimon.flink.FlinkCatalogFactory
 
factoryIdentifier() - Method in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
factoryIdentifier() - Method in class org.apache.paimon.flink.FlinkGenericTableFactory
 
factoryIdentifier() - Method in class org.apache.paimon.flink.FlinkTableFactory
 
FactoryUtil - Class in org.apache.paimon.factories
Utility for working with Factorys.
FactoryUtil() - Constructor for class org.apache.paimon.factories.FactoryUtil
 
fallback(String) - Method in class org.apache.paimon.flink.action.MultipleParameterToolAdapter
 
fallbackIO() - Method in class org.apache.paimon.catalog.CatalogContext
 
FallbackKey - Class in org.apache.paimon.options
A key with FallbackKeys will fall back to the FallbackKeys if it itself is not configured.
fallbackKeys() - Method in class org.apache.paimon.options.ConfigOption
Gets the fallback keys, in the order to be checked.
FALSE_STRING - Static variable in class org.apache.paimon.utils.BinaryStringUtils
 
FatalExitExceptionHandler - Class in org.apache.paimon.utils
Handler for uncaught exceptions that will log the exception and kill the process afterwards.
FatalExitExceptionHandler() - Constructor for class org.apache.paimon.utils.FatalExitExceptionHandler
 
fetch() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitReader
 
fetchUncommitted(String) - Method in class org.apache.paimon.flink.compact.UnawareBucketCompactionTopoBuilder
 
Field(String, String, String, Boolean, List<DebeziumEvent.Field>) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
field() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
field(String, DataType, String) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord.Builder
 
FIELD(int, String, DataType) - Static method in class org.apache.paimon.types.DataTypes
 
FIELD(int, String, DataType, String) - Static method in class org.apache.paimon.types.DataTypes
 
field(String, DataType) - Method in class org.apache.paimon.types.RowType.Builder
 
field(String, DataType, String) - Method in class org.apache.paimon.types.RowType.Builder
 
FIELD_DATABASE - Static variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
FIELD_FORMAT_NO_DESCRIPTION - Static variable in class org.apache.paimon.types.DataField
 
FIELD_FORMAT_WITH_DESCRIPTION - Static variable in class org.apache.paimon.types.DataField
 
FIELD_NAME - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
FIELD_TABLE - Static variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
fieldAggFunc(String) - Method in class org.apache.paimon.CoreOptions
 
fieldAggIgnoreRetract(String) - Method in class org.apache.paimon.CoreOptions
 
FieldAggregator - Class in org.apache.paimon.mergetree.compact.aggregate
abstract class of aggregating a field of a row.
FieldAggregator(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
 
FieldBoolAndAgg - Class in org.apache.paimon.mergetree.compact.aggregate
bool_and aggregate a field of a row.
FieldBoolAndAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldBoolAndAgg
 
FieldBoolOrAgg - Class in org.apache.paimon.mergetree.compact.aggregate
bool_or aggregate a field of a row.
FieldBoolOrAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldBoolOrAgg
 
fieldComments() - Method in class org.apache.paimon.hive.HiveSchema
 
fieldDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
fieldDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
fieldDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
fieldDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
FieldDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
FieldDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
FieldFirstNotNullValueAgg - Class in org.apache.paimon.mergetree.compact.aggregate
first non-null value aggregate a field of a row.
FieldFirstNotNullValueAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldFirstNotNullValueAgg
 
FieldFirstValueAgg - Class in org.apache.paimon.mergetree.compact.aggregate
first value aggregate a field of a row.
FieldFirstValueAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldFirstValueAgg
 
fieldGetters() - Method in class org.apache.paimon.types.RowType
 
FieldIgnoreRetractAgg - Class in org.apache.paimon.mergetree.compact.aggregate
An aggregator which ignores retraction messages.
FieldIgnoreRetractAgg(FieldAggregator) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldIgnoreRetractAgg
 
FieldLastNonNullValueAgg - Class in org.apache.paimon.mergetree.compact.aggregate
last non-null value aggregate a field of a row.
FieldLastNonNullValueAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldLastNonNullValueAgg
 
FieldLastValueAgg - Class in org.apache.paimon.mergetree.compact.aggregate
last value aggregate a field of a row.
FieldLastValueAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldLastValueAgg
 
FieldListaggAgg - Class in org.apache.paimon.mergetree.compact.aggregate
listagg aggregate a field of a row.
FieldListaggAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldListaggAgg
 
FieldMaxAgg - Class in org.apache.paimon.mergetree.compact.aggregate
max aggregate a field of a row.
FieldMaxAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldMaxAgg
 
FieldMinAgg - Class in org.apache.paimon.mergetree.compact.aggregate
min aggregate a field of a row.
FieldMinAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldMinAgg
 
fieldName() - Method in class org.apache.paimon.predicate.LeafPredicate
 
fieldName() - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
fieldName() - Method in class org.apache.paimon.schema.SchemaChange.DropColumn
 
fieldName() - Method in class org.apache.paimon.schema.SchemaChange.Move
 
fieldName() - Method in class org.apache.paimon.schema.SchemaChange.RenameColumn
 
fieldName() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnType
 
fieldNames() - Method in class org.apache.paimon.hive.HiveSchema
 
fieldNames() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnComment
 
fieldNames() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnNullability
 
fieldNames() - Method in class org.apache.paimon.schema.TableSchema
 
fieldPartner(P, String) - Method in interface org.apache.paimon.hive.SchemaVisitor.PartnerAccessors
 
FieldPrimaryKeyAgg - Class in org.apache.paimon.mergetree.compact.aggregate
primary key aggregate a field of a row.
FieldPrimaryKeyAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldPrimaryKeyAgg
 
FieldReader - Interface in org.apache.paimon.format.avro
Reader to read field from Avro Decoder.
FieldReaderFactory - Class in org.apache.paimon.format.avro
Factory to create FieldReader.
FieldReaderFactory() - Constructor for class org.apache.paimon.format.avro.FieldReaderFactory
 
FieldReaderFactory.RowReader - Class in org.apache.paimon.format.avro
FieldRef - Class in org.apache.paimon.predicate
A reference to a field in an input.
FieldRef(int, String, DataType) - Constructor for class org.apache.paimon.predicate.FieldRef
 
fieldRef() - Method in class org.apache.paimon.predicate.LeafPredicate
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.ComputedColumn
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.DateFormat
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.DayComputer
 
fieldReference() - Method in interface org.apache.paimon.flink.action.cdc.Expression
Return name of referenced field.
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.HourComputer
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.MonthComputer
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.Substring
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.TruncateComputer
 
fieldReference() - Method in class org.apache.paimon.flink.action.cdc.Expression.YearComputer
 
fields() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
fields() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
fields() - Method in class org.apache.paimon.hive.HiveSchema
 
fields() - Method in class org.apache.paimon.schema.Schema
 
fields() - Method in class org.apache.paimon.schema.TableSchema
 
fields(FieldStatsArraySerializer) - Method in class org.apache.paimon.stats.BinaryTableStats
 
fields(FieldStatsArraySerializer, Long) - Method in class org.apache.paimon.stats.BinaryTableStats
 
fields(List<DataType>) - Method in class org.apache.paimon.types.RowType.Builder
 
fields(DataType...) - Method in class org.apache.paimon.types.RowType.Builder
 
fields(DataType[], String[]) - Method in class org.apache.paimon.types.RowType.Builder
 
FIELDS_PREFIX - Static variable in class org.apache.paimon.CoreOptions
 
FieldStats - Class in org.apache.paimon.format
Statistics for each field.
FieldStats(Object, Object, Long) - Constructor for class org.apache.paimon.format.FieldStats
 
fieldStats() - Method in class org.apache.paimon.io.StatsCollectingSingleFileWriter
 
FieldStatsArraySerializer - Class in org.apache.paimon.stats
Serializer for array of FieldStats.
FieldStatsArraySerializer(RowType) - Constructor for class org.apache.paimon.stats.FieldStatsArraySerializer
 
FieldStatsArraySerializer(RowType, int[], CastExecutor<Object, Object>[]) - Constructor for class org.apache.paimon.stats.FieldStatsArraySerializer
 
FieldStatsCollector - Interface in org.apache.paimon.statistics
The mode of the field stats.
FieldStatsCollector.Factory - Interface in org.apache.paimon.statistics
Factory to create FieldStatsCollector.
FieldStatsConverters - Class in org.apache.paimon.stats
Converters to create field stats array serializer.
FieldStatsConverters(Function<Long, List<DataField>>, long) - Constructor for class org.apache.paimon.stats.FieldStatsConverters
 
FieldSumAgg - Class in org.apache.paimon.mergetree.compact.aggregate
sum aggregate a field of a row.
FieldSumAgg(DataType) - Constructor for class org.apache.paimon.mergetree.compact.aggregate.FieldSumAgg
 
fieldType - Variable in class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
 
fieldType() - Method in class org.apache.paimon.table.sink.SequenceGenerator
 
fieldTypes() - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
fieldTypes() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
fieldTypes() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
fieldTypes() - Method in class org.apache.paimon.hive.HiveSchema
 
fieldTypes() - Method in class org.apache.paimon.utils.ObjectSerializer
 
FieldWriter - Interface in org.apache.paimon.format.avro
Writer to write field to Avro Encoder.
FieldWriterFactory - Class in org.apache.paimon.format.avro
Factory to create FieldWriter.
FieldWriterFactory() - Constructor for class org.apache.paimon.format.avro.FieldWriterFactory
 
FieldWriterFactory.RowWriter - Class in org.apache.paimon.format.avro
FIFOSplitAssigner - Class in org.apache.paimon.flink.source.assigners
Splits are assigned preemptively in the order requested by the task.
FIFOSplitAssigner(Collection<FileStoreSourceSplit>) - Constructor for class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
file() - Method in class org.apache.paimon.manifest.ManifestEntry
 
FILE_COMPRESSION - Static variable in class org.apache.paimon.CoreOptions
 
FILE_COMPRESSION_PER_LEVEL - Static variable in class org.apache.paimon.CoreOptions
 
FILE_FORMAT - Static variable in class org.apache.paimon.CoreOptions
 
FILE_FORMAT_PER_LEVEL - Static variable in class org.apache.paimon.CoreOptions
 
FILE_READER_ASYNC_THRESHOLD - Static variable in class org.apache.paimon.CoreOptions
 
FileChange(long, BinaryRow, int, List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
fileChannel - Variable in class org.apache.paimon.disk.AbstractFileIOChannel
A file channel for NIO access to the file.
FileChannelManager - Interface in org.apache.paimon.disk
The manager used for creating/getting file IO channels based on config temp dirs.
FileChannelManagerImpl - Class in org.apache.paimon.disk
The manager used for creating/deleting file channels based on config temp dirs.
FileChannelManagerImpl(String[], String) - Constructor for class org.apache.paimon.disk.FileChannelManagerImpl
 
FileChannelUtil - Class in org.apache.paimon.disk
File channel util for runtime.
FileChannelUtil() - Constructor for class org.apache.paimon.disk.FileChannelUtil
 
fileCommittables() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
fileComparator(boolean) - Static method in class org.apache.paimon.append.AppendOnlyCompactManager
New files may be created during the compaction process, then the results of the compaction may be put after the new files, and this order will be disrupted.
fileCompression() - Method in class org.apache.paimon.CoreOptions
 
fileCompressionPerLevel() - Method in class org.apache.paimon.CoreOptions
 
FileCreationTimeStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_FILE_CREATION_TIME startup mode.
FileCreationTimeStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.FileCreationTimeStartingScanner
 
FileDeletionBase - Class in org.apache.paimon.operation
Base class for file deletion including methods for clean data files, manifest files and empty data directories.
FileDeletionBase(FileIO, FileStorePathFactory, ManifestFile, ManifestList, IndexFileHandler) - Constructor for class org.apache.paimon.operation.FileDeletionBase
 
fileFormat() - Method in class org.apache.paimon.CoreOptions
 
FileFormat - Class in org.apache.paimon.format
Factory class which creates reader and writer factories for specific file format.
FileFormat(String) - Constructor for class org.apache.paimon.format.FileFormat
 
fileFormat() - Method in class org.apache.paimon.io.DataFileMeta
 
FileFormatDiscover - Interface in org.apache.paimon.format
A class to discover FileFormat.
FileFormatFactory - Interface in org.apache.paimon.format
Factory to create FileFormat.
FileFormatFactory.FormatContext - Class in org.apache.paimon.format
the format context.
fileFormatPerLevel() - Method in class org.apache.paimon.CoreOptions
 
FileInfo(long) - Constructor for class org.apache.paimon.format.TableStatsExtractor.FileInfo
 
fileIO - Variable in class org.apache.paimon.AbstractFileStore
 
fileIO - Variable in class org.apache.paimon.catalog.AbstractCatalog
 
fileIO() - Method in class org.apache.paimon.catalog.AbstractCatalog
 
FileIO - Interface in org.apache.paimon.fs
File IO to read and write file.
fileIO - Variable in class org.apache.paimon.io.SingleFileWriter
 
fileIO - Variable in class org.apache.paimon.operation.FileDeletionBase
 
fileIO() - Method in interface org.apache.paimon.operation.FileStoreCommit
 
fileIO() - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
fileIO - Variable in class org.apache.paimon.table.AbstractFileStoreTable
 
fileIO() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
fileIO() - Method in interface org.apache.paimon.table.DataTable
 
fileIO() - Method in class org.apache.paimon.table.system.AuditLogTable
 
fileIO() - Method in class org.apache.paimon.table.system.BucketsTable
 
fileIO() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
fileIO() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
fileIO - Variable in class org.apache.paimon.utils.ObjectsFile
 
fileIO() - Method in class org.apache.paimon.utils.SnapshotManager
 
FileIOChannel - Interface in org.apache.paimon.disk
A Channel represents a collection of files that belong logically to the same resource.
FileIOChannel.Enumerator - Class in org.apache.paimon.disk
An enumerator for channels that logically belong together.
FileIOChannel.ID - Class in org.apache.paimon.disk
An ID identifying an underlying file channel.
FileIOLoader - Interface in org.apache.paimon.fs
Loader to load FileIO.
FileIOUtils - Class in org.apache.paimon.fs
Utils for FileIO.
FileIOUtils() - Constructor for class org.apache.paimon.fs.FileIOUtils
 
FileIOUtils - Class in org.apache.paimon.utils
This is a utility class to deal files and directories.
FileIOUtils() - Constructor for class org.apache.paimon.utils.FileIOUtils
 
fileKibiBytes() - Method in class org.apache.paimon.mergetree.DataFileReader
 
fileKibiBytes(File) - Static method in class org.apache.paimon.mergetree.LookupUtils
 
FileKind - Enum in org.apache.paimon.manifest
Kind of a file.
FileMetaUtils - Class in org.apache.paimon.migrate
To construct file meta data for external files.
FileMetaUtils() - Constructor for class org.apache.paimon.migrate.FileMetaUtils
 
FileMonitorTable - Class in org.apache.paimon.table.system
A table to produce modified files for snapshots.
FileMonitorTable(FileStoreTable) - Constructor for class org.apache.paimon.table.system.FileMonitorTable
 
FileMonitorTable.FileChange - Class in org.apache.paimon.table.system
Pojo to record of file change.
fileName() - Method in class org.apache.paimon.index.IndexFileMeta
 
fileName() - Method in class org.apache.paimon.io.DataFileMeta
 
fileName - Variable in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
fileName() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
fileReaderAsyncThreshold() - Method in class org.apache.paimon.CoreOptions
 
files() - Method in interface org.apache.paimon.compact.CompactUnit
 
files() - Method in class org.apache.paimon.mergetree.SortedRun
 
files() - Method in interface org.apache.paimon.operation.FileStoreScan.Plan
Result ManifestEntry files.
files(FileKind) - Method in interface org.apache.paimon.operation.FileStoreScan.Plan
Result ManifestEntry files with specific file kind.
FILES - Static variable in class org.apache.paimon.table.system.FilesTable
 
fileSize(String) - Method in class org.apache.paimon.index.HashIndexFile
 
fileSize() - Method in class org.apache.paimon.index.IndexFileMeta
 
fileSize() - Method in class org.apache.paimon.io.DataFileMeta
 
fileSize() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
fileSize(String) - Method in class org.apache.paimon.utils.ObjectsFile
 
FilesTable - Class in org.apache.paimon.table.system
A Table for showing files of a snapshot in specific table.
FilesTable(FileStoreTable) - Constructor for class org.apache.paimon.table.system.FilesTable
 
FileStatus - Interface in org.apache.paimon.fs
Interface that represents the client side information for a file independent of the file system.
FileStore<T> - Interface in org.apache.paimon
File store interface.
FileStoreCommit - Interface in org.apache.paimon.operation
Commit operation which provides commit and overwrite.
FileStoreCommitImpl - Class in org.apache.paimon.operation
Default implementation of FileStoreCommit.
FileStoreCommitImpl(FileIO, SchemaManager, String, RowType, FileStorePathFactory, SnapshotManager, ManifestFile.Factory, ManifestList.Factory, IndexManifestFile.Factory, FileStoreScan, int, MemorySize, MemorySize, int, boolean, Comparator<InternalRow>) - Constructor for class org.apache.paimon.operation.FileStoreCommitImpl
 
FileStoreExpire - Interface in org.apache.paimon.operation
Expire operation which provides snapshots expire.
FileStoreExpireImpl - Class in org.apache.paimon.operation
Default implementation of FileStoreExpire.
FileStoreExpireImpl(int, int, long, SnapshotManager, SnapshotDeletion, TagManager, int, boolean) - Constructor for class org.apache.paimon.operation.FileStoreExpireImpl
 
FileStoreLookupFunction - Class in org.apache.paimon.flink.lookup
A lookup TableFunction for file store.
FileStoreLookupFunction(Table, int[], int[], Predicate) - Constructor for class org.apache.paimon.flink.lookup.FileStoreLookupFunction
 
FileStorePathFactory - Class in org.apache.paimon.utils
Factory which produces Paths for manifest files.
FileStorePathFactory(Path) - Constructor for class org.apache.paimon.utils.FileStorePathFactory
 
FileStorePathFactory(Path, RowType, String, String) - Constructor for class org.apache.paimon.utils.FileStorePathFactory
 
FileStoreRead<T> - Interface in org.apache.paimon.operation
Read operation which provides RecordReader creation.
FileStoreScan - Interface in org.apache.paimon.operation
Scan operation which produces a plan.
FileStoreScan.Plan - Interface in org.apache.paimon.operation
Result plan of this scan.
FileStoreSink - Class in org.apache.paimon.flink.sink
FlinkSink for writing records into paimon.
FileStoreSink(FileStoreTable, Map<String, String>, LogSinkFunction) - Constructor for class org.apache.paimon.flink.sink.FileStoreSink
 
FileStoreSourceReader - Class in org.apache.paimon.flink.source
A SourceReader that read records from FileStoreSourceSplit.
FileStoreSourceReader(SourceReaderContext, TableRead, IOManager, Long, FileStoreSourceReaderMetrics) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceReader
 
FileStoreSourceReader(SourceReaderContext, TableRead, IOManager, Long, FutureCompletingBlockingQueue<RecordsWithSplitIds<BulkFormat.RecordIterator<RowData>>>, FileStoreSourceReaderMetrics) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceReader
 
FileStoreSourceReaderMetrics - Class in org.apache.paimon.flink.source.metrics
Source reader metrics.
FileStoreSourceReaderMetrics(MetricGroup) - Constructor for class org.apache.paimon.flink.source.metrics.FileStoreSourceReaderMetrics
 
FileStoreSourceSplit - Class in org.apache.paimon.flink.source
SourceSplit of file store.
FileStoreSourceSplit(String, Split) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplit
 
FileStoreSourceSplit(String, Split, long) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplit
 
FileStoreSourceSplitGenerator - Class in org.apache.paimon.flink.source
The FileStoreSplitGenerator's task is to plan all files to be read and to split them into a set of FileStoreSourceSplit.
FileStoreSourceSplitGenerator() - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplitGenerator
 
FileStoreSourceSplitReader - Class in org.apache.paimon.flink.source
The SplitReader implementation for the file store source.
FileStoreSourceSplitReader(TableRead, RecordLimiter, FileStoreSourceReaderMetrics) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplitReader
 
FileStoreSourceSplitSerializer - Class in org.apache.paimon.flink.source
A SimpleVersionedSerializer for FileStoreSourceSplit.
FileStoreSourceSplitSerializer() - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplitSerializer
 
FileStoreSourceSplitState - Class in org.apache.paimon.flink.source
State of the reader, essentially a mutable version of the FileStoreSourceSplit.
FileStoreSourceSplitState(FileStoreSourceSplit) - Constructor for class org.apache.paimon.flink.source.FileStoreSourceSplitState
 
fileStoreTable - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
fileStoreTable() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
FileStoreTable - Interface in org.apache.paimon.table
An abstraction layer above FileStore to provide reading and writing of InternalRow.
FileStoreTableFactory - Class in org.apache.paimon.table
Factory to create FileStoreTable.
FileStoreTableFactory() - Constructor for class org.apache.paimon.table.FileStoreTableFactory
 
FileStoreWrite<T> - Interface in org.apache.paimon.operation
Write operation which provides RecordWriter creation and writes SinkRecord to FileStore.
FileStoreWrite.State<T> - Class in org.apache.paimon.operation
Recoverable state of FileStoreWrite.
FileSystemCatalog - Class in org.apache.paimon.catalog
A catalog implementation for FileIO.
FileSystemCatalog(FileIO, Path) - Constructor for class org.apache.paimon.catalog.FileSystemCatalog
 
FileSystemCatalog(FileIO, Path, Options) - Constructor for class org.apache.paimon.catalog.FileSystemCatalog
 
FileSystemCatalogFactory - Class in org.apache.paimon.catalog
Factory to create FileSystemCatalog.
FileSystemCatalogFactory() - Constructor for class org.apache.paimon.catalog.FileSystemCatalogFactory
 
FileSystemCatalogOptions - Class in org.apache.paimon.catalog
Options for filesystem catalog.
FileUtils - Class in org.apache.paimon.utils
Utils for file reading and writing.
FileUtils() - Constructor for class org.apache.paimon.utils.FileUtils
 
FileWriter<T,R> - Interface in org.apache.paimon.io
File writer to accept one record or a branch of records and generate metadata after closing it.
fill(boolean) - Method in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
fill(byte[]) - Method in class org.apache.paimon.data.columnar.heap.HeapBytesVector
 
fill(byte) - Method in class org.apache.paimon.data.columnar.heap.HeapByteVector
 
fill(double) - Method in class org.apache.paimon.data.columnar.heap.HeapDoubleVector
 
fill(float) - Method in class org.apache.paimon.data.columnar.heap.HeapFloatVector
 
fill(int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
fill(long) - Method in class org.apache.paimon.data.columnar.heap.HeapLongVector
 
fill(short) - Method in class org.apache.paimon.data.columnar.heap.HeapShortVector
 
fill(Timestamp) - Method in class org.apache.paimon.data.columnar.heap.HeapTimestampVector
 
fill(boolean) - Method in interface org.apache.paimon.data.columnar.writable.WritableBooleanVector
Fill the column vector with the provided value.
fill(byte[]) - Method in interface org.apache.paimon.data.columnar.writable.WritableBytesVector
Fill the column vector with the provided value.
fill(byte) - Method in interface org.apache.paimon.data.columnar.writable.WritableByteVector
Fill the column vector with the provided value.
fill(double) - Method in interface org.apache.paimon.data.columnar.writable.WritableDoubleVector
Fill the column vector with the provided value.
fill(float) - Method in interface org.apache.paimon.data.columnar.writable.WritableFloatVector
Fill the column vector with the provided value.
fill(int) - Method in interface org.apache.paimon.data.columnar.writable.WritableIntVector
Fill the column vector with the provided value.
fill(long) - Method in interface org.apache.paimon.data.columnar.writable.WritableLongVector
Fill the column vector with the provided value.
fill(short) - Method in interface org.apache.paimon.data.columnar.writable.WritableShortVector
Fill the column vector with the provided value.
fill(Timestamp) - Method in interface org.apache.paimon.data.columnar.writable.WritableTimestampVector
Fill the column vector with the provided value.
fillDefaultStringTypes(JsonNode) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
fillWithNulls() - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
fillWithNulls() - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Fill the column vector with nulls.
filter(String, BinaryRow, int) - Method in interface org.apache.paimon.flink.sink.StoreSinkWriteState.StateValueFilter
 
filter(Filter<T>) - Method in interface org.apache.paimon.reader.RecordReader
Filters a RecordReader.
filter(Filter<T>) - Method in interface org.apache.paimon.reader.RecordReader.RecordIterator
Filter<T> - Interface in org.apache.paimon.utils
Represents a filter (boolean-valued function) of one argument.
filterAndCommit(List<GlobalCommitT>) - Method in interface org.apache.paimon.flink.sink.Committer
Filter out all GlobalCommitT which have committed, and commit the remaining GlobalCommitT.
filterAndCommit(List<ManifestCommittable>) - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
filterAndCommit(List<WrappedManifestCommittable>) - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
filterAndCommit(Map<Long, List<CommitMessage>>) - Method in interface org.apache.paimon.table.sink.StreamTableCommit
Filter out all List<CommitMessage> which have been committed and commit the remaining ones.
filterAndCommit(Map<Long, List<CommitMessage>>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
filterAndCommitMultiple(List<ManifestCommittable>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
filterByStats(ManifestEntry) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
Note: Keep this thread-safe.
filterByStats(ManifestEntry) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreScan
Note: Keep this thread-safe.
filterByStats(ManifestEntry) - Method in class org.apache.paimon.operation.KeyValueFileStoreScan
Note: Keep this thread-safe.
filterCommitted(List<ManifestCommittable>) - Method in interface org.apache.paimon.operation.FileStoreCommit
Find out which manifest committable need to be retried when recovering from the failure.
filterCommitted(Set<Long>) - Method in interface org.apache.paimon.operation.FileStoreCommit
Find out which commit identifier need to be retried when recovering from the failure.
filterCommitted(Set<Long>) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
filterCommitted(Set<Long>) - Method in interface org.apache.paimon.table.sink.StreamTableCommit
filterCommitted(Set<Long>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
filterPrefixMapKey(String, String) - Static method in class org.apache.paimon.options.OptionsUtils
Filter condition for prefix map keys.
filterWholeBucketByStats(List<ManifestEntry>) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
Note: Keep this thread-safe.
filterWholeBucketByStats(List<ManifestEntry>) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreScan
 
filterWholeBucketByStats(List<ManifestEntry>) - Method in class org.apache.paimon.operation.KeyValueFileStoreScan
Note: Keep this thread-safe.
FINAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FINAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FINAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
FINAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
FINAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FINAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FINAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
FINAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
FINALLY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FINALLY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FINALLY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FINALLY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FINALLY() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
FINALLY() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
finallyBlock() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
finallyBlock() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
finallyBlock() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
finallyBlock() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
FinallyBlockContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
FinallyBlockContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
find(MemorySegment[], int, int, MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Find equal segments2 in segments1.
findOverlappedSnapshots(List<Snapshot>, long, long) - Static method in class org.apache.paimon.utils.TagManager
 
findPreviousTag(List<Snapshot>, long) - Static method in class org.apache.paimon.utils.TagManager
 
findSnapshotsForIdentifiers(String, List<Long>) - Method in class org.apache.paimon.utils.SnapshotManager
Find the snapshot of the specified identifiers written by the specified user.
findThrowable(Throwable, Class<T>) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether a throwable chain contains a specific type of exception and returns it.
findThrowable(Throwable, Predicate<Throwable>) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether a throwable chain contains an exception matching a predicate and returns it.
findThrowableWithMessage(Throwable, String) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether a throwable chain contains a specific error message and returns the corresponding throwable.
finish() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
finish() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
finish() - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
finish() - Method in class org.apache.paimon.format.avro.AvroBulkWriter
 
finish() - Method in interface org.apache.paimon.format.FormatWriter
Finishes the writing.
finish() - Method in class org.apache.paimon.format.orc.writer.OrcBulkWriter
 
finish() - Method in class org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
finished - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
finishedSplit(String) - Static method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
finishedSplits() - Method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
first(String) - Static method in class org.apache.paimon.schema.SchemaChange.Move
 
FIRST_ROW_IGNORE_DELETE - Static variable in class org.apache.paimon.CoreOptions
 
FIRST_SNAPSHOT_ID - Static variable in class org.apache.paimon.Snapshot
 
firstOrSuppressed(T, T) - Static method in class org.apache.paimon.utils.ExceptionUtils
Adds a new exception as a suppressed exception to a prior exception, or returns the new exception, if no prior exception exists.
FirstRowMergeFunction - Class in org.apache.paimon.mergetree.compact
A MergeFunction where key is primary key (unique) and value is the full record, only keep the first one.
FirstRowMergeFunction(RowType, RowType, boolean) - Constructor for class org.apache.paimon.mergetree.compact.FirstRowMergeFunction
 
FirstRowMergeTreeCompactRewriter - Class in org.apache.paimon.mergetree.compact
A MergeTreeCompactRewriter for first row merge engine which produces changelog files by contains for the compaction involving level 0 files.
FirstRowMergeTreeCompactRewriter(ContainsLevels, KeyValueFileReaderFactory, KeyValueFileWriterFactory, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, MergeSorter, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.FirstRowMergeTreeCompactRewriter
 
FixedBucketRowKeyExtractor - Class in org.apache.paimon.table.sink
FixedBucketRowKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.table.sink.FixedBucketRowKeyExtractor
 
FixedLenBytesColumnReader<VECTOR extends WritableColumnVector> - Class in org.apache.paimon.format.parquet.reader
Fixed length bytes ColumnReader, just for Decimal.
FixedLenBytesColumnReader(ColumnDescriptor, PageReader, int) - Constructor for class org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
flatMap(String, Collector<RichCdcMultiplexRecord>) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
flatMap(String, Collector<RichCdcMultiplexRecord>) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBRecordParser
 
flatMap(String, Collector<RichCdcMultiplexRecord>) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlRecordParser
 
flatten() - Method in class org.apache.paimon.tools.ci.utils.shared.DependencyTree
 
flatten(CloseableIterator<T>...) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
FLINK_REST_ADDRESS - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
FLINK_REST_PORT - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
FlinkActions - Class in org.apache.paimon.flink.action
Deprecated.
Compatible with older versions of usage
FlinkActions() - Constructor for class org.apache.paimon.flink.action.FlinkActions
Deprecated.
 
flinkCatalog - Variable in class org.apache.paimon.flink.action.ActionBase
 
FlinkCatalog - Class in org.apache.paimon.flink
Catalog for paimon.
FlinkCatalog(Catalog, String, String, ClassLoader, Options) - Constructor for class org.apache.paimon.flink.FlinkCatalog
 
FlinkCatalogFactory - Class in org.apache.paimon.flink
Factory for FlinkCatalog.
FlinkCatalogFactory() - Constructor for class org.apache.paimon.flink.FlinkCatalogFactory
 
FlinkCatalogOptions - Class in org.apache.paimon.flink
Options for flink catalog.
FlinkCatalogOptions() - Constructor for class org.apache.paimon.flink.FlinkCatalogOptions
 
FlinkCatalogPropertiesUtil - Class in org.apache.paimon.flink.utils
Utilities for ser/deserializing non-physical columns and watermark into/from a map of string properties.
FlinkCatalogPropertiesUtil() - Constructor for class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
FlinkCdcMultiTableSink - Class in org.apache.paimon.flink.sink.cdc
A FlinkSink which accepts CdcRecord and waits for a schema change if necessary.
FlinkCdcMultiTableSink(Catalog.Loader, double, MemorySize) - Constructor for class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
FlinkCdcSink - Class in org.apache.paimon.flink.sink.cdc
A FlinkSink which accepts CdcRecord and waits for a schema change if necessary.
FlinkCdcSink(FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.cdc.FlinkCdcSink
 
FlinkCdcSyncDatabaseSinkBuilder<T> - Class in org.apache.paimon.flink.sink.cdc
Builder for FlinkCdcSink when syncing the whole database into one Paimon database.
FlinkCdcSyncDatabaseSinkBuilder() - Constructor for class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
FlinkConnectorOptions - Class in org.apache.paimon.flink
Options for flink connector.
FlinkConnectorOptions() - Constructor for class org.apache.paimon.flink.FlinkConnectorOptions
 
FlinkConnectorOptions.SplitAssignMode - Enum in org.apache.paimon.flink
Split assign mode for StaticFileStoreSplitEnumerator.
FlinkConnectorOptions.WatermarkEmitStrategy - Enum in org.apache.paimon.flink
Watermark emit strategy for scan.
FlinkCounter - Class in org.apache.paimon.flink.metrics
Counter which wraps a Flink's Counter.
FlinkCounter(Counter) - Constructor for class org.apache.paimon.flink.metrics.FlinkCounter
 
FlinkFactoryHelper(F, Map<String, String>, ConfigOption<?>...) - Constructor for class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
 
FlinkFactoryUtil - Class in org.apache.paimon.flink.factories
Utility for working with Factorys.
FlinkFactoryUtil.FlinkFactoryHelper<F extends LogStoreTableFactory> - Class in org.apache.paimon.flink.factories
Base flink helper utility for validating all options for a LogStoreTableFactory.
FlinkFactoryUtil.FlinkTableFactoryHelper - Class in org.apache.paimon.flink.factories
Helper utility for discovering formats and validating all options for a DynamicTableFactory.
FlinkFileIO - Class in org.apache.paimon.flink
Flink FileIO to use FileSystem.
FlinkFileIO(Path) - Constructor for class org.apache.paimon.flink.FlinkFileIO
 
FlinkFileIOLoader - Class in org.apache.paimon.flink
FlinkFileIOLoader() - Constructor for class org.apache.paimon.flink.FlinkFileIOLoader
 
FlinkGauge<T> - Class in org.apache.paimon.flink.metrics
Gauge which wraps a Flink's Gauge.
FlinkGauge(Gauge<T>) - Constructor for class org.apache.paimon.flink.metrics.FlinkGauge
 
FlinkGenericCatalog - Class in org.apache.paimon.flink
A Flink catalog that can also load non-Paimon tables.
FlinkGenericCatalog(FlinkCatalog, Catalog) - Constructor for class org.apache.paimon.flink.FlinkGenericCatalog
 
FlinkGenericCatalogFactory - Class in org.apache.paimon.flink
Factory for FlinkGenericCatalog.
FlinkGenericCatalogFactory() - Constructor for class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
FlinkGenericTableFactory - Class in org.apache.paimon.flink
A table factory to wrap paimon and flink factories.
FlinkGenericTableFactory(Factory, Factory) - Constructor for class org.apache.paimon.flink.FlinkGenericTableFactory
 
FlinkHistogram - Class in org.apache.paimon.flink.metrics
Histogram which wraps a Flink's Histogram.
FlinkHistogram(Histogram) - Constructor for class org.apache.paimon.flink.metrics.FlinkHistogram
 
FlinkMemorySegmentPool - Class in org.apache.paimon.flink.memory
Flink memory segment pool allocates segment from flink managed memory for paimon writer buffer.
FlinkMemorySegmentPool(long, int, MemorySegmentAllocator) - Constructor for class org.apache.paimon.flink.memory.FlinkMemorySegmentPool
 
FlinkMetricGroup - Class in org.apache.paimon.flink.metrics
MetricGroup which wraps a Flink's MetricGroup and register all metrics into Flink's metric system.
FlinkMetricGroup(MetricGroup, String, Map<String, String>) - Constructor for class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
FlinkMetricRegistry - Class in org.apache.paimon.flink.metrics
FlinkMetricRegistry(MetricGroup) - Constructor for class org.apache.paimon.flink.metrics.FlinkMetricRegistry
 
FlinkRecordsWithSplitIds - Class in org.apache.paimon.flink.source
A RecordsWithSplitIds which contains only one iterator record.
FlinkRestClient - Class in org.apache.paimon.benchmark.metric
A HTTP client to request BPS metric to JobMaster REST API.
FlinkRestClient(String, int) - Constructor for class org.apache.paimon.benchmark.metric.FlinkRestClient
 
FlinkRowData - Class in org.apache.paimon.flink
Convert to Flink row data.
FlinkRowData(InternalRow) - Constructor for class org.apache.paimon.flink.FlinkRowData
 
FlinkRowWrapper - Class in org.apache.paimon.flink
Convert from Flink row data.
FlinkRowWrapper(RowData) - Constructor for class org.apache.paimon.flink.FlinkRowWrapper
 
FlinkSink<T> - Class in org.apache.paimon.flink.sink
Abstract sink of paimon.
FlinkSink(FileStoreTable, boolean) - Constructor for class org.apache.paimon.flink.sink.FlinkSink
 
FlinkSinkBuilder - Class in org.apache.paimon.flink.sink
Builder for FileStoreSink.
FlinkSinkBuilder(FileStoreTable) - Constructor for class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
FlinkSource - Class in org.apache.paimon.flink.source
A Flink Source for paimon.
FlinkSource(ReadBuilder, Long) - Constructor for class org.apache.paimon.flink.source.FlinkSource
 
FlinkSourceBuilder - Class in org.apache.paimon.flink.source
Source builder to build a Flink StaticFileStoreSource or ContinuousFileStoreSource.
FlinkSourceBuilder(ObjectIdentifier, Table) - Constructor for class org.apache.paimon.flink.source.FlinkSourceBuilder
 
FlinkStreamPartitioner<T> - Class in org.apache.paimon.flink.sink
A StreamPartitioner which wraps a ChannelComputer.
FlinkStreamPartitioner(ChannelComputer<T>) - Constructor for class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
FlinkTableFactory - Class in org.apache.paimon.flink
A paimon DynamicTableFactory to create source and sink.
FlinkTableFactory() - Constructor for class org.apache.paimon.flink.FlinkTableFactory
 
FlinkTableSink - Class in org.apache.paimon.flink.sink
Table sink to create sink.
FlinkTableSink(ObjectIdentifier, Table, DynamicTableFactory.Context, LogStoreTableFactory) - Constructor for class org.apache.paimon.flink.sink.FlinkTableSink
 
FlinkTableSinkBase - Class in org.apache.paimon.flink.sink
Table sink to create sink.
FlinkTableSinkBase(ObjectIdentifier, Table, DynamicTableFactory.Context, LogStoreTableFactory) - Constructor for class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
FlinkTableSource - Class in org.apache.paimon.flink.source
A Flink ScanTableSource for paimon.
FlinkTableSource(Table) - Constructor for class org.apache.paimon.flink.source.FlinkTableSource
 
FlinkTableSource(Table, Predicate, int[][], Long) - Constructor for class org.apache.paimon.flink.source.FlinkTableSource
 
FlinkWriteSink<T> - Class in org.apache.paimon.flink.sink
A FlinkSink to write records.
FlinkWriteSink(FileStoreTable, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.FlinkWriteSink
 
FLOAT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FLOAT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FLOAT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FLOAT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FLOAT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
FLOAT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
FLOAT() - Static method in class org.apache.paimon.types.DataTypes
 
FLOAT_ARRAY_OFFSET - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FLOAT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
FLOAT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
FloatColumnReader - Class in org.apache.paimon.format.parquet.reader
FloatColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.FloatColumnReader
 
FloatColumnVector - Interface in org.apache.paimon.data.columnar
Float column vector.
floatLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
floatLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
floatLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
floatLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
FloatLiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
FloatLiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
FloatSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Float (and float, via auto-boxing).
FloatSerializer() - Constructor for class org.apache.paimon.data.serializer.FloatSerializer
 
floatToOrderedBytes(float, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
IEEE 754 : “If two floating-point numbers in the same format are ordered (say, x < y), they are ordered the same way when their bits are reinterpreted as sign-magnitude integers.”
floatType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Float type.
FloatType - Class in org.apache.paimon.types
Data type of a 4-byte single precision floating point number.
FloatType(boolean) - Constructor for class org.apache.paimon.types.FloatType
 
FloatType() - Constructor for class org.apache.paimon.types.FloatType
 
flush() - Method in class org.apache.paimon.flink.kafka.KafkaSinkFunction
 
flush() - Method in interface org.apache.paimon.flink.sink.LogSinkFunction
Flush pending records.
flush() - Method in class org.apache.paimon.format.avro.AvroBulkWriter
 
flush() - Method in class org.apache.paimon.format.avro.CloseShieldOutputStream
 
flush() - Method in interface org.apache.paimon.format.FormatWriter
Flushes all intermediate buffered data to the output stream.
flush() - Method in class org.apache.paimon.format.orc.writer.OrcBulkWriter
 
flush() - Method in class org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
flush() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
flush() - Method in class org.apache.paimon.fs.PositionOutputStream
Flushes the stream, writing any data currently buffered in stream implementation to the proper output stream.
flush() - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
flushMemory() - Method in class org.apache.paimon.append.AppendOnlyWriter
 
flushMemory() - Method in interface org.apache.paimon.memory.MemoryOwner
Flush memory of owner, release memory.
flushMemory() - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
flushMemory() - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
flushMemory() - Method in interface org.apache.paimon.mergetree.WriteBuffer
Flush memory, return false if not supported.
flushMemory() - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
flushMemory() - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
 
flushMemory() - Method in interface org.apache.paimon.sort.SortBuffer
Flush memory, return false if not supported.
fmix(int) - Static method in class org.apache.paimon.utils.MurmurHashUtils
 
fmix(long) - Static method in class org.apache.paimon.utils.MurmurHashUtils
 
FollowUpScanner - Interface in org.apache.paimon.table.source.snapshot
Helper class for the follow-up planning of StreamTableScan.
FOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
FOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FOR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
FOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
FOR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
forAppend(String, long, long, BinaryTableStats, long, long, long) - Static method in class org.apache.paimon.io.DataFileMeta
 
forceCreatingSnapshot() - Method in interface org.apache.paimon.flink.sink.Committer
 
forceCreatingSnapshot() - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
forceCreatingSnapshot() - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
forceCreatingSnapshot() - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
forceCreatingSnapshot() - Method in class org.apache.paimon.tag.TagAutoCreation
 
forceKeepDelete() - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
forceKeepDelete() - Method in interface org.apache.paimon.table.source.InnerTableRead
 
ForceUpLevel0Compaction - Class in org.apache.paimon.mergetree.compact
A CompactStrategy to force compacting level 0 files.
ForceUpLevel0Compaction(UniversalCompaction) - Constructor for class org.apache.paimon.mergetree.compact.ForceUpLevel0Compaction
 
forCompact(boolean) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
forControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
forControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
forControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
forControl() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
ForControlContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
ForControlContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
forEach(Comparator<InternalRow>, MergeFunction<KeyValue>, WriteBuffer.KvConsumer, WriteBuffer.KvConsumer) - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
forEach(Comparator<InternalRow>, MergeFunction<KeyValue>, WriteBuffer.KvConsumer, WriteBuffer.KvConsumer) - Method in interface org.apache.paimon.mergetree.WriteBuffer
Performs the given action for each remaining element in this buffer until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super T>) - Method in interface org.apache.paimon.reader.RecordReader
Performs the given action for each remaining element in RecordReader until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super E>) - Method in class org.apache.paimon.utils.CloseableIterator.IteratorAdapter
 
forInit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
forInit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
forInit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
forInit() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
ForInitContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
ForInitContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
forIOEachRemaining(ConsumerWithIOException<? super T>) - Method in interface org.apache.paimon.reader.RecordReader
Performs the given action for each remaining element in RecordReader until all elements have been processed or the action throws an exception.
formalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
formalParameter(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
formalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
formalParameter(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
FormalParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
FormalParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
formalParameterList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
FormalParameterListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
FormalParameterListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
formalParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
FormalParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
FormalParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
format() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
format() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
format() - Method in class org.apache.paimon.flink.action.cdc.format.maxwell.MaxwellRecordParser
 
format() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
format() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
FORMAT - Static variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil
 
format - Variable in class org.apache.paimon.format.FormatKey
 
format(Description) - Method in class org.apache.paimon.options.description.Formatter
Formats the description into a String using format specific tags.
format(LinkElement) - Method in class org.apache.paimon.options.description.Formatter
 
format(TextElement) - Method in class org.apache.paimon.options.description.Formatter
 
format(LineBreakElement) - Method in class org.apache.paimon.options.description.Formatter
 
format(ListElement) - Method in class org.apache.paimon.options.description.Formatter
 
format(Formatter) - Method in class org.apache.paimon.options.description.LineBreakElement
 
format(Formatter) - Method in class org.apache.paimon.options.description.LinkElement
 
format(Formatter) - Method in class org.apache.paimon.options.description.ListElement
 
format(Formatter) - Method in class org.apache.paimon.options.description.TextElement
 
format() - Method in class org.apache.paimon.table.source.RawFile
Format of the file, which is a lower-cased string.
FORMAT - Static variable in class org.apache.paimon.types.ArrayType
 
FORMAT - Static variable in class org.apache.paimon.types.MapType
 
FORMAT - Static variable in class org.apache.paimon.types.MultisetType
 
FORMAT - Static variable in class org.apache.paimon.types.RowType
 
FORMAT_SUFFIX - Static variable in class org.apache.paimon.flink.factories.FlinkFactoryUtil
Suffix for keys of ConfigOption in case a connector requires multiple formats (e.g.
FormatContext(Options, int) - Constructor for class org.apache.paimon.format.FileFormatFactory.FormatContext
 
formatContext() - Method in class org.apache.paimon.format.orc.OrcFileFormat
 
formatDataFreshness(Long) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
formatDate(int) - Static method in class org.apache.paimon.utils.DateTimeUtils
Helper for CAST({date} AS VARCHAR(n)).
formatDoubleValue(double) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
formatIdentifier - Variable in class org.apache.paimon.format.FileFormat
 
formatIdentifier(String) - Static method in class org.apache.paimon.io.DataFilePathFactory
 
FormatKey - Class in org.apache.paimon.format
Format Key for read a file.
FormatKey(long, String) - Constructor for class org.apache.paimon.format.FormatKey
 
formatLineBreak(StringBuilder) - Method in class org.apache.paimon.options.description.Formatter
 
formatLineBreak(StringBuilder) - Method in class org.apache.paimon.options.description.HtmlFormatter
 
formatLink(StringBuilder, String, String) - Method in class org.apache.paimon.options.description.Formatter
 
formatLink(StringBuilder, String, String) - Method in class org.apache.paimon.options.description.HtmlFormatter
 
formatList(StringBuilder, String[]) - Method in class org.apache.paimon.options.description.Formatter
 
formatList(StringBuilder, String[]) - Method in class org.apache.paimon.options.description.HtmlFormatter
 
formatLocalDateTime(LocalDateTime, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
Format a LocalDateTime to yyyy-MM-dd HH:mm:ss[.nano] string.
formatLongValue(long) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
formatLongValuePerSecond(long) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
formatOptions() - Method in class org.apache.paimon.format.FileFormatFactory.FormatContext
 
FormatReaderFactory - Interface in org.apache.paimon.format
A factory to create RecordReader for file.
Formatter - Class in org.apache.paimon.options.description
Allows providing multiple formatters for the description.
Formatter() - Constructor for class org.apache.paimon.options.description.Formatter
 
formatter() - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
formatter() - Method in class org.apache.paimon.tag.TagPeriodHandler.DailyTagPeriodHandler
 
formatter() - Method in class org.apache.paimon.tag.TagPeriodHandler.HourlyTagPeriodHandler
 
formatter() - Method in class org.apache.paimon.tag.TagPeriodHandler.TwoHoursTagPeriodHandler
 
formatText(StringBuilder, String, String[], EnumSet<TextElement.TextStyle>) - Method in class org.apache.paimon.options.description.Formatter
 
formatText(StringBuilder, String, String[], EnumSet<TextElement.TextStyle>) - Method in class org.apache.paimon.options.description.HtmlFormatter
 
formatTimestamp(Timestamp, TimeZone, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
formatTimestampMillis(int, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
formatType() - Method in class org.apache.paimon.CoreOptions
 
formatWithHighestUnit(Duration) - Static method in class org.apache.paimon.utils.TimeUtils
Pretty prints the duration as a lowest granularity unit that does not lose precision.
FormatWriter - Interface in org.apache.paimon.format
The writer that writes records.
FormatWriterFactory - Interface in org.apache.paimon.format
A factory to create FormatWriter for file.
forRecords(String, BulkFormat.RecordIterator<RowData>) - Static method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
forRowData(Table) - Static method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
forUpdate - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
forUpdate - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
freePages() - Method in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
freePages() - Method in class org.apache.paimon.memory.ArraySegmentPool
 
freePages() - Method in class org.apache.paimon.memory.CachelessSegmentPool
 
freePages() - Method in interface org.apache.paimon.memory.MemorySegmentPool
 
from(CastFieldGetter[]) - Static method in class org.apache.paimon.casting.CastedRow
Create an empty CastedRow starting from a casting array.
from(InternalRow) - Static method in class org.apache.paimon.casting.DefaultValueRow
 
from(int[][]) - Static method in class org.apache.paimon.flink.ProjectedRowData
Like ProjectedRowData.from(int[]), but throws IllegalArgumentException if the provided projection array contains nested projections, which are not supported by ProjectedRowData.
from(int[]) - Static method in class org.apache.paimon.flink.ProjectedRowData
Create an empty ProjectedRowData starting from a projection array.
from(Projection) - Static method in class org.apache.paimon.flink.ProjectedRowData
Create an empty ProjectedRowData starting from a Projection.
from(List<FieldSchema>, List<FieldSchema>, Map<String, String>) - Method in class org.apache.paimon.hive.migrate.HiveMigrator
 
from(PartitionInfo) - Static method in class org.apache.paimon.PartitionSettedRow
 
from(String) - Static method in interface org.apache.paimon.statistics.FieldStatsCollector
 
from(int[][]) - Static method in class org.apache.paimon.utils.ProjectedRow
Like ProjectedRow.from(int[]), but throws IllegalArgumentException if the provided projection array contains nested projections, which are not supported by ProjectedRow.
from(int[]) - Static method in class org.apache.paimon.utils.ProjectedRow
Create an empty ProjectedRow starting from a projection array.
from(Projection) - Static method in class org.apache.paimon.utils.ProjectedRow
Create an empty ProjectedRow starting from a Projection.
fromAddress(MemorySegment[], int, int) - Static method in class org.apache.paimon.data.BinaryString
 
fromBigDecimal(BigDecimal, int, int) - Static method in class org.apache.paimon.data.Decimal
Creates an instance of Decimal from a BigDecimal and the given precision and scale.
fromBinary(BinaryTableStats) - Method in class org.apache.paimon.stats.FieldStatsArraySerializer
 
fromBinary(BinaryTableStats, Long) - Method in class org.apache.paimon.stats.FieldStatsArraySerializer
 
fromBytes(byte[]) - Static method in class org.apache.paimon.data.BinaryString
Creates a BinaryString instance from the given UTF-8 bytes.
fromBytes(byte[], int, int) - Static method in class org.apache.paimon.data.BinaryString
Creates a BinaryString instance from the given UTF-8 bytes with offset and number of bytes.
fromBytes(byte[]) - Static method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
fromByteValue(byte) - Static method in enum org.apache.paimon.flink.sink.Committable.Kind
 
fromByteValue(byte) - Static method in enum org.apache.paimon.flink.sink.index.KeyPartOrRow
 
fromByteValue(byte) - Static method in enum org.apache.paimon.flink.sink.MultiTableCommittable.Kind
 
fromByteValue(byte) - Static method in enum org.apache.paimon.manifest.FileKind
 
fromByteValue(byte) - Static method in enum org.apache.paimon.types.RowKind
Creates a RowKind from the given byte value.
fromCatalog(CatalogLock, Identifier) - Static method in interface org.apache.paimon.operation.Lock
 
fromCatalogTable(CatalogTable) - Static method in class org.apache.paimon.flink.FlinkCatalog
 
fromCdcRecord(String, String, CdcRecord) - Static method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
fromCommittable(Identifier, Committable) - Static method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
fromConfigString(String) - Static method in enum org.apache.paimon.flink.action.cdc.format.DataFormat
 
fromEpochMillis(long) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from milliseconds.
fromEpochMillis(long, int) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from milliseconds and a nanos-of-millisecond.
fromFiles(int, List<DataFileMeta>) - Static method in interface org.apache.paimon.compact.CompactUnit
 
fromFlinkDecimal(DecimalData) - Static method in class org.apache.paimon.flink.FlinkRowWrapper
 
fromFlinkObject(Object, LogicalType) - Static method in class org.apache.paimon.flink.FlinkRowWrapper
 
fromFlinkRowKind(RowKind) - Static method in class org.apache.paimon.flink.FlinkRowWrapper
 
fromFlinkString(StringData) - Static method in class org.apache.paimon.flink.FlinkRowWrapper
 
fromFlinkTimestamp(TimestampData) - Static method in class org.apache.paimon.flink.FlinkRowWrapper
 
fromGenericRow(GenericRow, List<String>) - Static method in class org.apache.paimon.flink.sink.cdc.CdcRecordUtils
 
fromIdentifier(String, Options) - Static method in class org.apache.paimon.format.FileFormat
 
fromIdentifier(String, FileFormatFactory.FormatContext) - Static method in class org.apache.paimon.format.FileFormat
Create a FileFormat from format identifier and format options.
fromInstant(Instant) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from an instance of Instant.
fromJson(String) - Static method in class org.apache.paimon.consumer.Consumer
 
fromJson(String) - Static method in class org.apache.paimon.Snapshot
 
fromJson(String, Class<T>) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
 
fromJsonArray(String) - Static method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
fromLevelRuns(int, List<LevelSortedRun>) - Static method in interface org.apache.paimon.compact.CompactUnit
 
fromList(List<T>, Consumer<T>) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
fromLocalDateTime(LocalDateTime) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from an instance of LocalDateTime.
fromMap(Map<String, String>) - Static method in class org.apache.paimon.CoreOptions
 
fromMap(Map<String, String>) - Static method in class org.apache.paimon.options.Options
 
fromMicros(long) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from micros.
fromMultiple(RowType, List<BinaryRow>) - Static method in interface org.apache.paimon.partition.PartitionPredicate
 
fromPaimon(Object, DataType) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(BinaryString) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(Decimal) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(InternalRow, RowType) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(Timestamp) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(InternalArray, ArrayType) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimon(InternalMap, DataType) - Static method in class org.apache.paimon.spark.SparkInternalRow
 
fromPaimonRowType(RowType) - Static method in class org.apache.paimon.spark.SparkTypeUtils
 
fromPaimonType(DataType) - Static method in class org.apache.paimon.spark.SparkTypeUtils
 
fromPath(FileIO, Path) - Static method in class org.apache.paimon.consumer.Consumer
 
fromPath(FileIO, Path) - Static method in class org.apache.paimon.format.parquet.ParquetInputFile
 
fromPath(String, boolean) - Static method in class org.apache.paimon.schema.SchemaManager
 
fromPath(FileIO, Path) - Static method in class org.apache.paimon.Snapshot
 
fromPlan(SnapshotReader.Plan) - Static method in interface org.apache.paimon.table.source.snapshot.StartingScanner
 
fromPredicate(RowType, Predicate) - Static method in interface org.apache.paimon.partition.PartitionPredicate
 
fromPrimitiveArray(boolean[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(byte[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(short[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(int[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(long[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(float[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromPrimitiveArray(double[]) - Static method in class org.apache.paimon.data.BinaryArray
 
fromResult(StartingScanner.Result) - Static method in class org.apache.paimon.table.source.DataFilePlan
 
fromRow(InternalRow) - Method in class org.apache.paimon.index.IndexFileMetaSerializer
 
fromRow(InternalRow) - Method in class org.apache.paimon.io.DataFileMetaSerializer
 
fromRow(InternalRow) - Method in class org.apache.paimon.KeyValueSerializer
 
fromRow(InternalRow) - Method in class org.apache.paimon.utils.IntObjectSerializer
 
fromRow(InternalRow) - Method in class org.apache.paimon.utils.ObjectSerializer
Convert a InternalRow to T.
fromRow(InternalRow) - Method in class org.apache.paimon.utils.VersionedObjectSerializer
 
fromRowData(InternalRow) - Static method in class org.apache.paimon.stats.BinaryTableStats
 
fromRowType(RowType) - Static method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
fromShortString(String) - Static method in enum org.apache.paimon.types.RowKind
Creates a RowKind from the given short string.
fromSingle(DataFileMeta) - Static method in class org.apache.paimon.mergetree.SortedRun
 
fromSorted(List<DataFileMeta>) - Static method in class org.apache.paimon.mergetree.SortedRun
 
fromSQLTimestamp(Timestamp) - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp from an instance of Timestamp.
fromString(String) - Static method in class org.apache.paimon.catalog.Identifier
 
fromString(String) - Static method in enum org.apache.paimon.CoreOptions.SequenceAutoPadding
 
fromString(String) - Static method in class org.apache.paimon.data.BinaryString
 
fromString(String) - Static method in enum org.apache.paimon.flink.action.MultiTablesSinkMode
 
fromStringArrayData(InternalArray) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
fromUnscaledBytes(byte[], int, int) - Static method in class org.apache.paimon.data.Decimal
Creates an instance of Decimal from an unscaled byte array value and the given precision and scale.
fromUnscaledLong(long, int, int) - Static method in class org.apache.paimon.data.Decimal
Creates an instance of Decimal from an unscaled long value and the given precision and scale.
fromUnsorted(List<DataFileMeta>, Comparator<InternalRow>) - Static method in class org.apache.paimon.mergetree.SortedRun
 
fromValue(String) - Static method in enum org.apache.paimon.CoreOptions.FileFormatType
 
fromValue(String) - Static method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
 
fromValue(String) - Static method in enum org.apache.paimon.CoreOptions.StreamingReadMode
 
fs - Variable in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
fs - Variable in class org.apache.paimon.s3.HadoopCompliantFileIO
 
FS_ALLOW_HADOOP_FALLBACK - Static variable in class org.apache.paimon.options.CatalogOptions
 
fsMap - Variable in class org.apache.paimon.oss.HadoopCompliantFileIO
 
FULL_COMPACTION_DELTA_COMMITS - Static variable in class org.apache.paimon.CoreOptions
 
FullChangelogMergeFunctionWrapper - Class in org.apache.paimon.mergetree.compact
Wrapper for MergeFunctions to produce changelog during a full compaction.
FullChangelogMergeFunctionWrapper(MergeFunction<KeyValue>, int, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.FullChangelogMergeFunctionWrapper
 
FullChangelogMergeTreeCompactRewriter - Class in org.apache.paimon.mergetree.compact
A MergeTreeCompactRewriter which produces changelog files for each full compaction.
FullChangelogMergeTreeCompactRewriter(int, KeyValueFileReaderFactory, KeyValueFileWriterFactory, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, MergeSorter, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.FullChangelogMergeTreeCompactRewriter
 
FullCompactedStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode.COMPACTED_FULL startup mode with 'full-compaction.delta-commits'.
FullCompactedStartingScanner(SnapshotManager, int) - Constructor for class org.apache.paimon.table.source.snapshot.FullCompactedStartingScanner
 
FullCompactTask(Collection<DataFileMeta>, long, AppendOnlyCompactManager.CompactRewriter, CompactionMetrics) - Constructor for class org.apache.paimon.append.AppendOnlyCompactManager.FullCompactTask
 
FullFieldStatsCollector - Class in org.apache.paimon.statistics
The full stats collector which will report null count, min value, max value if available.
FullFieldStatsCollector() - Constructor for class org.apache.paimon.statistics.FullFieldStatsCollector
 
FullStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#LATEST_FULL startup mode.
FullStartingScanner(SnapshotManager) - Constructor for class org.apache.paimon.table.source.snapshot.FullStartingScanner
 
function() - Method in class org.apache.paimon.predicate.CompoundPredicate
 
Function() - Constructor for class org.apache.paimon.predicate.CompoundPredicate.Function
 
function() - Method in class org.apache.paimon.predicate.LeafPredicate
 
functionExists(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
functionExists(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
FunctionSplitter - Class in org.apache.paimon.codegen.codesplit
Split long functions into several smaller functions.
FunctionSplitter(String, int) - Constructor for class org.apache.paimon.codegen.codesplit.FunctionSplitter
 
FunctionVisitor<T> - Interface in org.apache.paimon.predicate
A PredicateVisitor to visit functions.
FunctionWithException<T,R,E extends Throwable> - Interface in org.apache.paimon.utils
A functional interface for a Function that may throw exceptions.

G

gauge(String, Gauge<T>) - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
Gauge<T> - Interface in org.apache.paimon.metrics
A Gauge is a Metric that calculates a specific value at a point in time.
gauge(String, Gauge<T>) - Method in interface org.apache.paimon.metrics.MetricGroup
Registers a new Gauge with Paimon.
gauge(String, Gauge<T>) - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
GE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
GE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
generate(InternalRow) - Method in class org.apache.paimon.table.sink.RowKindGenerator
 
generate(InternalRow) - Method in class org.apache.paimon.table.sink.SequenceGenerator
 
GeneratedClass<T> - Class in org.apache.paimon.codegen
A wrapper for generated class, defines a GeneratedClass.newInstance(ClassLoader) method to get an instance by reference objects easily.
GeneratedClass(String, String) - Constructor for class org.apache.paimon.codegen.GeneratedClass
 
GeneratedClass(String, String, Object[]) - Constructor for class org.apache.paimon.codegen.GeneratedClass
 
generateHierarchicalPartitionPaths(LinkedHashMap<String, String>) - Static method in class org.apache.paimon.utils.PartitionPathUtils
Generate all hierarchical paths from partition spec.
generateNormalizedKeyComputer(List<DataType>, String) - Method in interface org.apache.paimon.codegen.CodeGenerator
generateNormalizedKeyComputer(List<DataType>, String) - Method in class org.apache.paimon.codegen.CodeGeneratorImpl
 
generateNullable(InternalRow) - Method in class org.apache.paimon.table.sink.SequenceGenerator
 
generatePartitionPath(LinkedHashMap<String, String>) - Static method in class org.apache.paimon.utils.PartitionPathUtils
Make partition path from partition spec.
generatePartValues(InternalRow) - Method in class org.apache.paimon.utils.RowDataPartitionComputer
 
generateProjection(String, RowType, int[]) - Method in interface org.apache.paimon.codegen.CodeGenerator
 
generateProjection(String, RowType, int[]) - Method in class org.apache.paimon.codegen.CodeGeneratorImpl
 
generateRecordComparator(List<DataType>, String) - Method in interface org.apache.paimon.codegen.CodeGenerator
Generate a RecordComparator.
generateRecordComparator(List<DataType>, String) - Method in class org.apache.paimon.codegen.CodeGeneratorImpl
 
generateRecordComparator(List<DataType>, String) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
generateRecordEqualiser(List<DataType>, String) - Method in interface org.apache.paimon.codegen.CodeGenerator
Generate a RecordEqualiser.
generateRecordEqualiser(List<DataType>, String) - Method in class org.apache.paimon.codegen.CodeGeneratorImpl
Generate a RecordEqualiser.
generateRecordEqualiser(List<DataType>, String) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
GenericArray - Class in org.apache.paimon.data
An internal data structure representing data of ArrayType.
GenericArray(Object[]) - Constructor for class org.apache.paimon.data.GenericArray
Creates an instance of GenericArray using the given Java array.
GenericArray(int[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(long[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(float[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(double[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(short[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(byte[]) - Constructor for class org.apache.paimon.data.GenericArray
 
GenericArray(boolean[]) - Constructor for class org.apache.paimon.data.GenericArray
 
genericConstructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericConstructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericConstructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
genericConstructorDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
GenericConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
GenericConstructorDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
genericInterfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericInterfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericInterfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
genericInterfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
GenericInterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
GenericInterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
GenericMap - Class in org.apache.paimon.data
An internal data structure representing data of MapType or MultisetType.
GenericMap(Map<?, ?>) - Constructor for class org.apache.paimon.data.GenericMap
Creates an instance of GenericMap using the given Java map.
genericMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
genericMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
genericMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
GenericMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
GenericMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
GenericRow - Class in org.apache.paimon.data
An internal data structure representing data of RowType.
GenericRow(RowKind, int) - Constructor for class org.apache.paimon.data.GenericRow
Creates an instance of GenericRow with given kind and number of fields.
GenericRow(int) - Constructor for class org.apache.paimon.data.GenericRow
Creates an instance of GenericRow with given number of fields.
get(Object) - Method in class org.apache.paimon.data.GenericMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String) - Method in class org.apache.paimon.flink.action.MultipleParameterToolAdapter
 
get(InternalRow) - Method in interface org.apache.paimon.flink.lookup.LookupTable
 
get(InternalRow) - Method in class org.apache.paimon.flink.lookup.NoPrimaryKeyLookupTable
 
get(InternalRow) - Method in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
get(InternalRow) - Method in class org.apache.paimon.flink.lookup.SecondaryIndexLookupTable
 
get(String, String) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState
 
get(Path, CatalogContext) - Static method in interface org.apache.paimon.fs.FileIO
Returns a reference to the FileIO instance for accessing the file system identified by the given path.
get() - Method in class org.apache.paimon.hadoop.SerializableConfiguration
 
get(Method, Configuration, String) - Method in interface org.apache.paimon.hive.RetryingMetaStoreClientFactory.HiveMetastoreProxySupplier
 
get() - Method in class org.apache.paimon.hive.RowDataContainer
 
get(K) - Method in class org.apache.paimon.lookup.RocksDBListState
 
get(K) - Method in class org.apache.paimon.lookup.RocksDBSetState
 
get(K) - Method in class org.apache.paimon.lookup.RocksDBValueState
 
get(int) - Method in class org.apache.paimon.memory.MemorySegment
 
get(int, byte[]) - Method in class org.apache.paimon.memory.MemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
get(int, ByteBuffer, int) - Method in class org.apache.paimon.memory.MemorySegment
 
get() - Method in interface org.apache.paimon.mergetree.compact.ConcatRecordReader.ReaderSupplier
 
get(byte[]) - Method in class org.apache.paimon.mergetree.DataFileReader
 
get(ConfigOption<T>) - Method in class org.apache.paimon.options.Options
 
get(String) - Method in class org.apache.paimon.options.Options
 
get(int, DataType) - Method in class org.apache.paimon.spark.SparkArrayData
 
get() - Method in class org.apache.paimon.spark.SparkInputPartitionReader
 
get(int, DataType) - Method in class org.apache.paimon.spark.SparkInternalRow
 
get(int) - Method in class org.apache.paimon.utils.IDMapping
 
get(int) - Method in class org.apache.paimon.utils.Int2ShortHashMap
 
get(DataGetters, int, DataType) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
get() - Method in interface org.apache.paimon.utils.IOExceptionSupplier
Gets a result.
get() - Method in class org.apache.paimon.utils.KeyComparatorSupplier
 
get() - Method in class org.apache.paimon.utils.Reference
 
get() - Method in class org.apache.paimon.utils.ValueEqualiserSupplier
 
getAccessControlList() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.AccessControlListHandler
 
getAllStructFieldRefs() - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getAllUnits() - Static method in enum org.apache.paimon.options.MemorySize.MemoryUnit
 
getAllVariables() - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
getAllVariables() - Method in interface org.apache.paimon.metrics.MetricGroup
Returns a map of all variables and their associated value.
getAllVariables() - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
getAmazonS3Exception() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getAndCheck(String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
getAndCheck(String, String, String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
getArity() - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getArity() - Method in class org.apache.paimon.data.serializer.AbstractRowDataSerializer
Get the number of fields.
getArity() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
getArity() - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
getArity() - Method in class org.apache.paimon.flink.FlinkRowData
 
getArity() - Method in class org.apache.paimon.flink.ProjectedRowData
 
getArity() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
getArity() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
getArity() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
getArity() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
getArity() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
getArity() - Method in class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
getArray(int) - Method in class org.apache.paimon.casting.CastedRow
 
getArray(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getArray(int) - Method in class org.apache.paimon.data.BinaryArray
 
getArray(int) - Method in class org.apache.paimon.data.BinaryRow
 
getArray(int) - Method in interface org.apache.paimon.data.columnar.ArrayColumnVector
 
getArray(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getArray(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getArray(int) - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
getArray(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getArray(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the array value at the given position.
getArray(int) - Method in class org.apache.paimon.data.GenericArray
 
getArray(int) - Method in class org.apache.paimon.data.GenericRow
 
getArray(int) - Method in class org.apache.paimon.data.JoinedRow
 
getArray(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getArray(int) - Method in class org.apache.paimon.data.NestedRow
 
getArray(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getArray(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getArray(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getArray(int) - Method in class org.apache.paimon.format.orc.reader.OrcArrayColumnVector
 
getArray(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getArray() - Method in class org.apache.paimon.memory.MemorySegment
 
getArray(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getArray(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getArray(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getArray(int) - Method in class org.apache.paimon.spark.SparkRow
 
getArray(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getArray(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getArray(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getArray(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getArtifactId() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
getATN() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getATN() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getATN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getATN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getAttempts() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getAuthorizationProvider() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getAvailablePhysicalMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getAvailableVirtualMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getAvgDataFreshnessString() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getBarrierId() - Method in interface org.apache.paimon.lineage.DataLineageEntity
 
getBinary(int) - Method in class org.apache.paimon.casting.CastedRow
 
getBinary(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getBinary(int) - Method in class org.apache.paimon.data.BinaryArray
 
getBinary(int) - Method in class org.apache.paimon.data.BinaryRow
 
getBinary(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getBinary(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getBinary(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the binary value at the given position.
getBinary(int) - Method in class org.apache.paimon.data.GenericArray
 
getBinary(int) - Method in class org.apache.paimon.data.GenericRow
 
getBinary(int) - Method in class org.apache.paimon.data.JoinedRow
 
getBinary(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getBinary(int) - Method in class org.apache.paimon.data.NestedRow
 
getBinary(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getBinary(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getBinary(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getBinary(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getBinary(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getBinary(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getBinary(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getBinary(int) - Method in class org.apache.paimon.spark.SparkRow
 
getBinary(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getBinary(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getBinary(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getBinary(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getBlockCount() - Method in class org.apache.paimon.disk.ChannelWithMeta
 
getBlockCount() - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
getBlocks() - Method in class org.apache.paimon.options.description.Description
 
getBoolean(int) - Method in class org.apache.paimon.casting.CastedRow
 
getBoolean(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getBoolean(int) - Method in class org.apache.paimon.data.BinaryArray
 
getBoolean(int) - Method in class org.apache.paimon.data.BinaryRow
 
getBoolean(int) - Method in interface org.apache.paimon.data.columnar.BooleanColumnVector
 
getBoolean(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getBoolean(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getBoolean(int) - Method in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
getBoolean(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getBoolean(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the boolean value at the given position.
getBoolean(int) - Method in class org.apache.paimon.data.GenericArray
 
getBoolean(int) - Method in class org.apache.paimon.data.GenericRow
 
getBoolean(int) - Method in class org.apache.paimon.data.JoinedRow
 
getBoolean(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getBoolean(int) - Method in class org.apache.paimon.data.NestedRow
 
getBoolean(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getBoolean(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getBoolean(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getBoolean(int) - Method in class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getBoolean(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getBoolean(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getBoolean(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get boolean from segments.
getBoolean(String, boolean) - Method in class org.apache.paimon.options.Options
 
getBoolean(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getBoolean(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getBoolean(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getBoolean(int) - Method in class org.apache.paimon.spark.SparkRow
 
getBoolean(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getBoolean(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getBoolean(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getBoolean(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getBoolVarNames() - Method in class org.apache.paimon.codegen.codesplit.AddBoolBeforeReturnRewriter
 
getBoundedness() - Method in class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
getBoundedness() - Method in class org.apache.paimon.flink.source.StaticFileStoreSource
 
getBucket(InternalRow) - Method in interface org.apache.paimon.table.sink.TableWrite
Calculate which bucket row belongs to.
getBucket(InternalRow) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
GetBucketAnalyticsConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketAnalyticsConfigurationHandler
 
GetBucketInventoryConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
getBucketLoggingConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLoggingConfigurationHandler
 
GetBucketMetricsConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketMetricsConfigurationHandler
 
getBuckets() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getBuffer(IOManager, MemorySegmentPool, AbstractRowDataSerializer<InternalRow>, boolean) - Static method in interface org.apache.paimon.disk.RowBuffer
 
getBufferSegmentCount() - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
 
getByte(int) - Method in class org.apache.paimon.casting.CastedRow
 
getByte(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getByte(int) - Method in class org.apache.paimon.data.BinaryArray
 
getByte(int) - Method in class org.apache.paimon.data.BinaryRow
 
getByte(int) - Method in interface org.apache.paimon.data.columnar.ByteColumnVector
 
getByte(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getByte(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getByte(int) - Method in class org.apache.paimon.data.columnar.heap.HeapByteVector
 
getByte(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getByte(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the byte value at the given position.
getByte(int) - Method in class org.apache.paimon.data.GenericArray
 
getByte(int) - Method in class org.apache.paimon.data.GenericRow
 
getByte(int) - Method in class org.apache.paimon.data.JoinedRow
 
getByte(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getByte(int) - Method in class org.apache.paimon.data.NestedRow
 
getByte(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getByte(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getByte(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getByte(int) - Method in class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getByte(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getByte(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get byte from segments.
getByte(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getByte(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getByte(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getByte(int) - Method in class org.apache.paimon.spark.SparkRow
 
getByte(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getByte(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getByte(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getByte(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getByteArray(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getByteArray() - Method in class org.apache.paimon.io.DataOutputSerializer
Deprecated.
Replaced by DataOutputSerializer.getSharedBuffer() for a better, safer name.
getBytes() - Method in class org.apache.paimon.data.columnar.BytesColumnVector.Bytes
 
getBytes(int) - Method in interface org.apache.paimon.data.columnar.BytesColumnVector
 
getBytes(int) - Method in class org.apache.paimon.data.columnar.heap.HeapBytesVector
 
getBytes(int) - Method in class org.apache.paimon.format.orc.reader.OrcBytesColumnVector
 
getBytes(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Maybe not copied, if want copy, please use copyTo.
getBytes() - Method in class org.apache.paimon.options.MemorySize
Gets the memory size in bytes.
getCastMapping() - Method in interface org.apache.paimon.schema.IndexCastMapping
 
getCastMapping() - Method in class org.apache.paimon.utils.BulkFormatMapping
 
getCategory() - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getCategory() - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getCategory() - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getChainingStrategy() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
getChainingStrategy() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
getChangelogFilesAppended() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getChangelogFilesCompacted() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getChangelogMode(ChangelogMode) - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
getChangelogMode() - Method in class org.apache.paimon.flink.source.DataTableSource
 
getChangelogMode() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
getChangelogMode() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
getChangelogMode() - Method in class org.apache.paimon.flink.source.table.BaseTableSource
 
getChangelogRecordsAppended() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getChangelogRecordsCompacted() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getChannel() - Method in class org.apache.paimon.disk.BufferFileReaderInputView
 
getChannel() - Method in class org.apache.paimon.disk.ChannelReaderInputView
 
getChannel() - Method in class org.apache.paimon.disk.ChannelWithMeta
 
getChannel() - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
getChannelID() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
getChannelID() - Method in interface org.apache.paimon.disk.FileIOChannel
Gets the channel ID of this I/O channel.
getChannelNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getChannelNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getChar(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getCharBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getCharLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getCheckpointId() - Method in class org.apache.paimon.flink.source.align.CheckpointEvent
 
getChild() - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
getClass(ClassLoader) - Method in class org.apache.paimon.codegen.GeneratedClass
 
getClassByNameOrNull(String) - Method in class org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getClassifier() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
getClassLoader() - Method in class org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getClassName() - Method in class org.apache.paimon.codegen.GeneratedClass
 
getCode() - Method in class org.apache.paimon.codegen.GeneratedClass
 
getCodeGenerator() - Static method in class org.apache.paimon.codegen.CodeGenLoader
 
getComment() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getCommitterMetrics() - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
getCommitUser() - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
getCompactedChangelogs() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getCompactedDataFilesAfter() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getCompactedDataFilesBefore() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getCompactExecutor() - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
getCompactionMetrics(BinaryRow, int) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
getCompactionResult(boolean) - Method in class org.apache.paimon.append.AppendOnlyCompactManager
Finish current task, and update result files to AppendOnlyCompactManager.toCompact.
getCompactionResult(boolean) - Method in interface org.apache.paimon.compact.CompactManager
Get compaction result.
getCompactionResult(boolean) - Method in class org.apache.paimon.compact.NoopCompactManager
 
getCompactionResult(boolean) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
Finish current task, and update result files to Levels.
getCompleteMultipartUploadResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getCompression(String) - Method in class org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
getCompressor() - Method in interface org.apache.paimon.compression.BlockCompressionFactory
 
getCompressor() - Method in class org.apache.paimon.compression.Lz4BlockCompressionFactory
 
getConf() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketAccelerateConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketReplicationConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketTaggingConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketVersioningConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketWebsiteConfigurationHandler
 
getConfiguration() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
getConfiguration(StreamExecutionEnvironment) - Static method in class org.apache.paimon.flink.utils.StreamExecutionEnvironmentUtils
 
getContextString(ParserRuleContext) - Static method in class org.apache.paimon.codegen.codesplit.CodeSplitUtil
 
getContextTextLength(ParserRuleContext) - Static method in class org.apache.paimon.codegen.codesplit.CodeSplitUtil
 
getCopyOfBuffer() - Method in class org.apache.paimon.io.DataOutputSerializer
Gets a copy of the buffer that has the right length for the data serialized so far.
getCount() - Method in class org.apache.paimon.flink.metrics.FlinkCounter
 
getCount() - Method in class org.apache.paimon.flink.metrics.FlinkHistogram
 
getCount() - Method in interface org.apache.paimon.metrics.Counter
Returns the current count.
getCount() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogram
 
getCount() - Method in interface org.apache.paimon.metrics.Histogram
Get the count of seen elements.
getCount() - Method in class org.apache.paimon.metrics.SimpleCounter
Returns the current count.
getCounter() - Static method in class org.apache.paimon.codegen.codesplit.CodeSplitUtil
 
getCounter() - Method in class org.apache.paimon.codegen.codesplit.ReturnAndJumpCounter
 
getCpu() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getCpu() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
getCpu() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getCpuFrequency() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getCpuTrackerUsagePercent() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
Return percentage of cpu time spent over the time since last update.
getCpuUsagePercent() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Get the CPU usage by all the processes in the process-tree in Unix.
getCpuUsagePercentage() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getCreateTime() - Method in interface org.apache.paimon.lineage.DataLineageEntity
 
getCreateTime() - Method in interface org.apache.paimon.lineage.TableLineageEntity
 
getCreateTime() - Method in class org.apache.paimon.lineage.TableLineageEntityImpl
 
getCumulativeCpuTime() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
Obtain the cumulative CPU time since the system is on.
getCumulativeCpuTime() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getCumulativeCpuTime() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getCurrentKey() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
getCurrentKey() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
getCurrentOffset() - Method in class org.apache.paimon.data.SimpleCollectingOutputView
 
getCurrentOperatingSystem() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Gets the operating system that the JVM runs on from the java system properties.
getCurrentOperatingSystem() - Static method in enum org.apache.paimon.utils.OperatingSystem
Gets the operating system that the JVM runs on from the java system properties.
getCurrentPositionInSegment() - Method in class org.apache.paimon.data.AbstractPagedInputView
Gets the position from which the next byte will be read.
getCurrentPositionInSegment() - Method in class org.apache.paimon.data.AbstractPagedOutputView
Gets the current write position (the position where the next bytes will be written) in the current memory segment.
getCurrentProcessIDs() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getCurrentSegment() - Method in class org.apache.paimon.data.AbstractPagedInputView
Gets the memory segment that will be used to read the next bytes from.
getCurrentSegment() - Method in class org.apache.paimon.data.AbstractPagedOutputView
Gets the segment that the view currently writes to.
getCurrentSegmentLimit() - Method in class org.apache.paimon.data.AbstractPagedInputView
Gets the current limit in the memory segment.
getCustomPredicate() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getDatabase(String) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getDatabase(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getDatabase() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
getDatabase() - Method in interface org.apache.paimon.lineage.TableLineageEntity
 
getDatabase() - Method in class org.apache.paimon.lineage.TableLineageEntityImpl
 
getDatabaseLocation(Database) - Method in interface org.apache.paimon.hive.LocationHelper
 
getDatabaseLocation(Database) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
getDatabaseLocation(Database) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
getDatabaseName() - Method in class org.apache.paimon.catalog.Identifier
 
getDatabaseName() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
getDatabaseName() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
getDatabaseName() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
getDataClass(DataType) - Static method in interface org.apache.paimon.data.InternalRow
Returns the data class for the given DataType.
getDataColumnReaderByType(PrimitiveType, ValuesReader, boolean) - Static method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory
 
getDataColumnReaderByTypeOnDictionary(PrimitiveType, Dictionary, boolean) - Static method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseAction
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseAction
 
getDataFormat() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
getDataFreshness() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getDataFreshness(String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
getDataFreshnessString() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getDataTableLocation(Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
getDataTableLocation(Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
getDataTableSchema(Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
getDataTableSchema(Identifier) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
getDataTableSchema(Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
getDecimal(int, int, int) - Method in class org.apache.paimon.casting.CastedRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.BinaryArray
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.BinaryRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getDecimal(int, int, int) - Method in interface org.apache.paimon.data.columnar.DecimalColumnVector
 
getDecimal(int, int, int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getDecimal(int, int, int) - Method in interface org.apache.paimon.data.DataGetters
Returns the decimal value at the given position.
getDecimal(int, int, int) - Method in class org.apache.paimon.data.GenericArray
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.GenericRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.JoinedRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.data.NestedRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getDecimal(int, int, int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getDecimal(int, int, int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getDecimal(int, int, int) - Method in class org.apache.paimon.format.orc.reader.OrcDecimalColumnVector
 
getDecimal(int, int, int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
getDecimal(int, int, int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getDecimal(int, int, int) - Method in class org.apache.paimon.PartitionSettedRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getDecimal(int, int, int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.spark.SparkRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.utils.OffsetRow
 
getDecimal(int, int, int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getDeclaredDependencies() - Method in class org.apache.paimon.tools.ci.utils.notice.NoticeContents
 
getDecompressor() - Method in interface org.apache.paimon.compression.BlockCompressionFactory
 
getDecompressor() - Method in class org.apache.paimon.compression.Lz4BlockCompressionFactory
 
getDeleteObjectResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
getDeltaRecordsAppended() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getDeltaRecordsCompacted() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.ChangelogProducer
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.ConsumerMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.ExpireExecutionMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.FileFormatType
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.LogChangelogMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.LogConsistency
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.MergeEngine
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.SequenceAutoPadding
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.SortEngine
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.StartupMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.StreamingReadMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.StreamScanMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.TagCreationMode
 
getDescription() - Method in enum org.apache.paimon.CoreOptions.TagCreationPeriod
 
getDescription() - Method in enum org.apache.paimon.flink.FlinkConnectorOptions.SplitAssignMode
 
getDescription() - Method in enum org.apache.paimon.flink.FlinkConnectorOptions.WatermarkEmitStrategy
 
getDescription() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getDescription() - Method in interface org.apache.paimon.options.description.DescribedEnum
Returns the description for the enum constant.
getDescription() - Method in enum org.apache.paimon.table.TableType
 
getDescription() - Method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
 
getDetailedDescription() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getDictionary() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
getDictionary() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
getDictionaryIds() - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
Returns the underlying integer column for ids of dictionary.
getDictionaryIds() - Method in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
getDictionaryIds() - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Get reserved dictionary ids.
getDouble(int) - Method in class org.apache.paimon.casting.CastedRow
 
getDouble(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getDouble(int) - Method in class org.apache.paimon.data.BinaryArray
 
getDouble(int) - Method in class org.apache.paimon.data.BinaryRow
 
getDouble(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getDouble(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getDouble(int) - Method in interface org.apache.paimon.data.columnar.DoubleColumnVector
 
getDouble(int) - Method in class org.apache.paimon.data.columnar.heap.HeapDoubleVector
 
getDouble(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getDouble(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the double value at the given position.
getDouble(int) - Method in class org.apache.paimon.data.GenericArray
 
getDouble(int) - Method in class org.apache.paimon.data.GenericRow
 
getDouble(int) - Method in class org.apache.paimon.data.JoinedRow
 
getDouble(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getDouble(int) - Method in class org.apache.paimon.data.NestedRow
 
getDouble(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getDouble(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getDouble(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getDouble(int) - Method in class org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
getDouble(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getDouble(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getDouble(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get double from segments.
getDouble(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getDouble(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getDouble(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getDouble(int) - Method in class org.apache.paimon.spark.SparkRow
 
getDouble(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getDouble(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getDouble(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getDouble(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getDoubleBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getDoubleLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getDownstreamSubtaskStateMapper() - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
getDuration() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getDuration() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getDuration() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getElementOrNull(InternalArray, int) - Method in interface org.apache.paimon.data.InternalArray.ElementGetter
 
getElements() - Method in class org.apache.paimon.options.description.TextElement
 
getElementSerializer() - Method in class org.apache.paimon.data.serializer.ListSerializer
Gets the serializer for the elements of the list.
getElementType() - Method in class org.apache.paimon.types.ArrayType
 
getElementType() - Method in class org.apache.paimon.types.MultisetType
 
getEntries() - Method in class org.apache.paimon.options.description.ListElement
 
getEnumeratorCheckpointSerializer() - Method in class org.apache.paimon.flink.source.FlinkSource
 
getEnumValueByIndex(String, int) - Static method in class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
getErrorCode() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorHostId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorMessage() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorRequestId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getEscapedFullName() - Method in class org.apache.paimon.catalog.Identifier
 
getEscapedFullName(char) - Method in class org.apache.paimon.catalog.Identifier
 
getETag() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExitCode() - Method in class org.apache.paimon.benchmark.metric.cpu.ShellCommandExecutor
Gets exit code.
getExpirationTime() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTime() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpireMainExecutor() - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
getExtractRow(JsonNode, LinkedHashMap<String, DataType>, boolean, List<ComputedColumn>, Configuration) - Method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Determines the extraction mode and retrieves the row accordingly.
getFactory() - Method in class org.apache.paimon.flink.FlinkCatalog
 
getFactory() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getFamilies() - Method in enum org.apache.paimon.types.DataTypeRoot
 
getField(int) - Method in class org.apache.paimon.data.GenericRow
Returns the field value at the given position.
getField(int) - Method in class org.apache.paimon.data.LazyGenericRow
Returns the field value at the given position.
getFieldCount() - Method in class org.apache.paimon.casting.CastedRow
 
getFieldCount() - Method in class org.apache.paimon.casting.DefaultValueRow
 
getFieldCount() - Method in class org.apache.paimon.data.BinaryRow
 
getFieldCount() - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getFieldCount() - Method in class org.apache.paimon.data.GenericRow
 
getFieldCount() - Method in interface org.apache.paimon.data.InternalRow
Returns the number of fields in this row.
getFieldCount() - Method in class org.apache.paimon.data.JoinedRow
 
getFieldCount() - Method in class org.apache.paimon.data.LazyGenericRow
 
getFieldCount() - Method in class org.apache.paimon.data.NestedRow
 
getFieldCount() - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getFieldCount() - Method in class org.apache.paimon.PartitionSettedRow
 
getFieldCount() - Method in class org.apache.paimon.spark.SparkRow
 
getFieldCount() - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getFieldCount(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Returns the field count of row and structured types.
getFieldCount() - Method in class org.apache.paimon.types.RowType
 
getFieldCount() - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getFieldCount() - Method in class org.apache.paimon.utils.OffsetRow
 
getFieldCount() - Method in class org.apache.paimon.utils.ProjectedRow
 
getFieldDefaultValues() - Method in class org.apache.paimon.CoreOptions
 
getFieldIndex() - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
getFieldIndex(String) - Method in class org.apache.paimon.types.RowType
 
getFieldNames(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Returns the field names of row and structured types.
getFieldNames() - Method in class org.apache.paimon.types.RowType
 
getFieldOffset(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
getFieldOffset(int) - Method in class org.apache.paimon.data.BinaryRowWriter
 
getFieldOrNull(InternalRow) - Method in class org.apache.paimon.casting.CastFieldGetter
 
getFieldOrNull(InternalRow) - Method in interface org.apache.paimon.data.InternalRow.FieldGetter
 
getFields() - Method in class org.apache.paimon.data.columnar.heap.HeapRowVector
 
getFields() - Method in class org.apache.paimon.types.RowType
 
getFieldSize() - Method in class org.apache.paimon.codegen.SortSpec
Gets num of field in the spec.
getFieldSpec(int) - Method in class org.apache.paimon.codegen.SortSpec
Gets SortSpec.SortFieldSpec of field at given index.
getFieldSpecs() - Method in class org.apache.paimon.codegen.SortSpec
Gets all SortSpec.SortFieldSpec in the SortSpec.
getFieldTypes(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Returns the field types of row and structured types.
getFieldTypes() - Method in class org.apache.paimon.types.RowType
 
getFileFormat(Options, String) - Static method in class org.apache.paimon.format.FileFormat
 
getFileSize(Path) - Method in interface org.apache.paimon.fs.FileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getFileStatus(Path) - Method in interface org.apache.paimon.fs.FileIO
Return a file status object that represents the path.
getFileStatus(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
getFileStatus(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
getFileSystem(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
getFixedLengthPartSize() - Method in class org.apache.paimon.data.BinaryRow
 
getFixedLengthPartSize() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
getFloat(int) - Method in class org.apache.paimon.casting.CastedRow
 
getFloat(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getFloat(int) - Method in class org.apache.paimon.data.BinaryArray
 
getFloat(int) - Method in class org.apache.paimon.data.BinaryRow
 
getFloat(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getFloat(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getFloat(int) - Method in interface org.apache.paimon.data.columnar.FloatColumnVector
 
getFloat(int) - Method in class org.apache.paimon.data.columnar.heap.HeapFloatVector
 
getFloat(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getFloat(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the float value at the given position.
getFloat(int) - Method in class org.apache.paimon.data.GenericArray
 
getFloat(int) - Method in class org.apache.paimon.data.GenericRow
 
getFloat(int) - Method in class org.apache.paimon.data.JoinedRow
 
getFloat(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getFloat(int) - Method in class org.apache.paimon.data.NestedRow
 
getFloat(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getFloat(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getFloat(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getFloat(int) - Method in class org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
getFloat(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getFloat(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getFloat(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get float from segments.
getFloat(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getFloat(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getFloat(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getFloat(int) - Method in class org.apache.paimon.spark.SparkRow
 
getFloat(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getFloat(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getFloat(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getFloat(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getFloatBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getFloatLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getFormat() - Method in class org.apache.paimon.options.description.TextElement
 
getFormatIdentifier() - Method in class org.apache.paimon.format.FileFormat
 
getFormatPrefix(ConfigOption<String>, String) - Static method in class org.apache.paimon.flink.factories.FlinkFactoryUtil
Returns the required option prefix for options of the given format.
getFullName() - Method in class org.apache.paimon.catalog.Identifier
 
getFunction(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getFunction(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getFunctionDefinitionFactory() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getGeneratedSnapshots() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getGibiBytes() - Method in class org.apache.paimon.options.MemorySize
Gets the memory size in Gibibytes (= 1024 Mebibytes).
getGrammarFileName() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getGrammarFileName() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getGrammarFileName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getGrammarFileName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getGroupId() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
getGroupName() - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
getGroupName() - Method in interface org.apache.paimon.metrics.MetricGroup
Returns the name for this group, meaning what kind of entity it represents, for example "commit".
getGroupName() - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
getGroups() - Method in class org.apache.paimon.codegen.codesplit.BlockStatementGrouper.RewriteGroupedCode
 
getHadoopConfig() - Method in class org.apache.paimon.format.orc.SerializableHadoopConfigWrapper
 
getHadoopConfiguration(String) - Static method in class org.apache.paimon.hive.HiveCatalog
Returns a new Hadoop Configuration object using the path to the hadoop conf configured.
getHadoopConfiguration(Options) - Static method in class org.apache.paimon.utils.HadoopUtils
 
getHeapMemory() - Method in class org.apache.paimon.memory.MemorySegment
Get the heap byte array object.
getHierarchicalPartitionPath(BinaryRow) - Method in class org.apache.paimon.utils.FileStorePathFactory
 
getHighestFieldId() - Method in class org.apache.paimon.schema.Schema.Builder
 
getHistoryRecord(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEventUtils
 
getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) - Method in class org.apache.paimon.hive.mapred.PaimonOutputFormat
 
getHmsClient() - Method in class org.apache.paimon.hive.HiveCatalog
 
getHost() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
getIdentifier() - Method in interface org.apache.paimon.flink.log.LogStoreTableFactory.RegisterContext
Identifier for the table.
getImmutableOptionKeys() - Static method in class org.apache.paimon.CoreOptions
 
getImporter(String, HiveCatalog, String, String, String, String, Map<String, String>) - Static method in class org.apache.paimon.flink.utils.TableMigrationUtils
 
getImporter(String, Catalog, String, String, String, String, Map<String, String>) - Static method in class org.apache.paimon.spark.utils.TableMigrationUtils
 
getIndexMapping() - Method in interface org.apache.paimon.schema.IndexCastMapping
 
getIndexMapping() - Method in class org.apache.paimon.utils.BulkFormatMapping
 
getInitiateMultipartUploadResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
getInputFormatClass() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getInputTypeFamilies() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getInputTypeRoots() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getInputView() - Method in class org.apache.paimon.io.DataInputViewStream
 
getInstance() - Static method in class org.apache.paimon.benchmark.metric.cpu.clock.SystemClock
 
getInt(int) - Method in class org.apache.paimon.casting.CastedRow
 
getInt(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getInt(int) - Method in class org.apache.paimon.data.BinaryArray
 
getInt(int) - Method in class org.apache.paimon.data.BinaryRow
 
getInt(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getInt(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getInt(int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
getInt(int) - Method in interface org.apache.paimon.data.columnar.IntColumnVector
 
getInt(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getInt(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the integer value at the given position.
getInt(int) - Method in class org.apache.paimon.data.GenericArray
 
getInt(int) - Method in class org.apache.paimon.data.GenericRow
 
getInt(int) - Method in class org.apache.paimon.data.JoinedRow
 
getInt(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getInt(int) - Method in class org.apache.paimon.data.NestedRow
 
getInt(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getInt(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getInt(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getInt(int) - Method in class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getInt(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getInt(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getInt(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get int from segments.
getInt(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getInt(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getInt(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getInt(int) - Method in class org.apache.paimon.spark.SparkRow
 
getInt(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getInt(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getInt(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getInt(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getIntBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getInteger(String, int) - Method in class org.apache.paimon.options.Options
 
getInterval(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getInterval(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getIntLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getIsAscendingOrder() - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
getJiffyLengthInMillis() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getJob() - Method in interface org.apache.paimon.lineage.TableLineageEntity
 
getJob() - Method in class org.apache.paimon.lineage.TableLineageEntityImpl
 
getKey() - Method in class org.apache.paimon.options.FallbackKey
 
getKey() - Method in interface org.apache.paimon.utils.KeyValueIterator
 
getKey() - Method in class org.apache.paimon.utils.Pair
 
getKeyDecodingFormat(FlinkFactoryUtil.FlinkTableFactoryHelper) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
getKeyEncodingFormat(FlinkFactoryUtil.FlinkTableFactoryHelper) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
getKeytab() - Method in class org.apache.paimon.security.SecurityConfiguration
 
getKeyType() - Method in class org.apache.paimon.types.MapType
 
getKibiBytes() - Method in class org.apache.paimon.options.MemorySize
Gets the memory size in Kibibytes (= 1024 bytes).
getLastModified() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getLatestFileCreationEpochMillis() - Method in class org.apache.paimon.table.source.DataSplit
 
getLeft() - Method in class org.apache.paimon.utils.Pair
 
getLen() - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
getLen() - Method in interface org.apache.paimon.fs.FileStatus
Return the length of this file.
getLength() - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
getLength() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
getLength() - Method in class org.apache.paimon.format.parquet.ParquetInputFile
 
getLength() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
getLength() - Method in class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
getLength() - Method in class org.apache.paimon.types.BinaryType
 
getLength() - Method in class org.apache.paimon.types.CharType
 
getLength(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
 
getLength(DataType) - Static method in class org.apache.paimon.types.DataTypes
 
getLength() - Method in class org.apache.paimon.types.VarBinaryType
 
getLength() - Method in class org.apache.paimon.types.VarCharType
 
getLengths() - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
getLimitForSegment(MemorySegment) - Method in class org.apache.paimon.data.AbstractPagedInputView
Gets the limit for reading bytes from the given memory segment.
getLimitForSegment(MemorySegment) - Method in class org.apache.paimon.data.RandomAccessInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.paimon.disk.BufferFileReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.paimon.disk.ChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.paimon.io.cache.CachedRandomInputView
 
getLink() - Method in class org.apache.paimon.options.description.LinkElement
 
getList() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getList(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getListElement(Object, int) - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getListElementObjectInspector() - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getListing() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListVersionsHandler
 
getListLength(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getListMultipartUploadsResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
getListPartsResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
getLocation() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
getLocations() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
getLogStoreRegister(Identifier, ClassLoader, Options, String) - Static method in interface org.apache.paimon.flink.log.LogStoreRegister
 
getLong(int) - Method in class org.apache.paimon.casting.CastedRow
 
getLong(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getLong(int) - Method in class org.apache.paimon.data.BinaryArray
 
getLong(int) - Method in class org.apache.paimon.data.BinaryRow
 
getLong(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getLong(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getLong(int) - Method in class org.apache.paimon.data.columnar.heap.HeapLongVector
 
getLong(int) - Method in interface org.apache.paimon.data.columnar.LongColumnVector
 
getLong(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getLong(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the long value at the given position.
getLong(int) - Method in class org.apache.paimon.data.GenericArray
 
getLong(int) - Method in class org.apache.paimon.data.GenericRow
 
getLong(int) - Method in class org.apache.paimon.data.JoinedRow
 
getLong(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getLong(int) - Method in class org.apache.paimon.data.NestedRow
 
getLong(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getLong(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getLong(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getLong(int) - Method in class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getLong(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getLong(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getLong(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get long from segments.
getLong(String, long) - Method in class org.apache.paimon.options.Options
 
getLong(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getLong(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getLong(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getLong(int) - Method in class org.apache.paimon.spark.SparkRow
 
getLong(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getLong(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getLong(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getLong(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getLongBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getLookupRuntimeProvider(LookupTableSource.LookupContext) - Method in class org.apache.paimon.flink.source.DataTableSource
 
getLookupRuntimeProvider(LookupTableSource.LookupContext) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
getLookupRuntimeProvider(LookupTableSource.LookupContext) - Method in class org.apache.paimon.flink.source.SystemTableSource
 
getLookupRuntimeProvider(LookupTableSource.LookupContext) - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
getMap(int) - Method in class org.apache.paimon.casting.CastedRow
 
getMap(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getMap(int) - Method in class org.apache.paimon.data.BinaryArray
 
getMap(int) - Method in class org.apache.paimon.data.BinaryRow
 
getMap(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getMap(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getMap(int) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
getMap(int) - Method in interface org.apache.paimon.data.columnar.MapColumnVector
 
getMap(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getMap(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the map value at the given position.
getMap(int) - Method in class org.apache.paimon.data.GenericArray
 
getMap(int) - Method in class org.apache.paimon.data.GenericRow
 
getMap(int) - Method in class org.apache.paimon.data.JoinedRow
 
getMap(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getMap(int) - Method in class org.apache.paimon.data.NestedRow
 
getMap() - Method in class org.apache.paimon.data.PartitionInfo
 
getMap(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getMap(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getMap(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getMap(int) - Method in class org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
getMap(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getMap(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getMap(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getMap(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getMap(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getMap(int) - Method in class org.apache.paimon.spark.SparkRow
 
getMap(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getMap(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getMap(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getMap(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getMapKeyObjectInspector() - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getMapSize(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getMapValueElement(Object, Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getMapValueObjectInspector() - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getMax() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getMax() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the maximum value of the histogram.
getMaxCapacity() - Method in class org.apache.paimon.memory.Buffer
 
getMaxCompressedSize(int) - Method in interface org.apache.paimon.compression.BlockCompressor
Get the max compressed size for a given original size.
getMaxCompressedSize(int) - Method in class org.apache.paimon.compression.Lz4BlockCompressor
 
getMaxDataFreshnessString() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getMaxSequenceNumber(List<DataFileMeta>) - Static method in class org.apache.paimon.io.DataFileMeta
 
getMean() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getMean() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the mean of the histogram values.
getMebiBytes() - Method in class org.apache.paimon.options.MemorySize
Gets the memory size in Mebibytes (= 1024 Kibibytes).
getMemorySegment() - Method in class org.apache.paimon.memory.Buffer
 
getMergingIterator(List<ChannelWithMeta>, List<FileIOChannel>) - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
Returns an iterator that iterates over the merged result from all given channels.
getMetaHook() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getMethod(Class<?>, String, int) - Static method in class org.apache.paimon.utils.ReflectionUtils
 
getMetricGroup() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
getMetricGroup() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
getMetricGroup() - Method in class org.apache.paimon.operation.metrics.CommitMetrics
 
getMetricGroup() - Method in class org.apache.paimon.operation.metrics.CompactionMetrics
 
getMetricGroup() - Method in class org.apache.paimon.operation.metrics.ScanMetrics
 
getMetrics() - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
getMetrics() - Method in interface org.apache.paimon.metrics.MetricGroup
Returns all the metrics the group carries.
getMetrics() - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
getMetricType() - Method in interface org.apache.paimon.metrics.Counter
 
getMetricType() - Method in interface org.apache.paimon.metrics.Gauge
 
getMetricType() - Method in interface org.apache.paimon.metrics.Histogram
 
getMetricType() - Method in interface org.apache.paimon.metrics.Metric
 
getMillisecond() - Method in class org.apache.paimon.data.Timestamp
Returns the number of milliseconds since 1970-01-01 00:00:00.
getMin() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getMin() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the minimum value of the histogram.
getModeNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getModeNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getModificationTime() - Method in interface org.apache.paimon.fs.FileStatus
Get the last modification time of the file.
getMongodbSchema(Configuration, boolean) - Static method in class org.apache.paimon.flink.action.cdc.mongodb.MongodbSchemaUtils
The schema can be created in one of the two modes: SPECIFIED: In this mode, the schema is created based on the explicit column names provided in the configuration.
getMultiParameter(String) - Method in class org.apache.paimon.flink.action.MultipleParameterToolAdapter
 
getMultiplier() - Method in enum org.apache.paimon.options.MemorySize.MemoryUnit
 
getMySqlTableInfos(Configuration, Predicate<String>, List<Identifier>, TypeMapping, boolean) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlActionUtils
 
getName() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getName() - Method in class org.apache.paimon.fs.Path
Returns the final component of this path, i.e., everything that follows the last separator.
getNanoOfMillisecond() - Method in class org.apache.paimon.data.Timestamp
Returns the number of nanoseconds (the nanoseconds within the milliseconds).
getNestedTypes(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
 
getNetworkBytesRead() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getNetworkBytesWritten() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getNext(int, String) - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
getNext(int, String) - Method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
getNext(int, String) - Method in class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
getNext(int, String) - Method in class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
getNext(int, String) - Method in interface org.apache.paimon.flink.source.assigners.SplitAssigner
Gets the next split.
getNextId() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitGenerator
 
getNextSnapshotId(int) - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
getNextSnapshotId(int) - Method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
getNextSnapshotId(int) - Method in class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
getNextSnapshotId(int) - Method in class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
getNextSnapshotId(int) - Method in interface org.apache.paimon.flink.source.assigners.SplitAssigner
Gets the snapshot id of the next split.
getNioBuffer(int, int) - Method in class org.apache.paimon.memory.Buffer
 
getNioFileChannel() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
getNioFileChannel() - Method in interface org.apache.paimon.disk.FileIOChannel
 
getNodeAs(JsonNode, String, Class<T>) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
Retrieves a specific node from the given root node and casts it to the specified type.
getNoticeModuleName() - Method in class org.apache.paimon.tools.ci.utils.notice.NoticeContents
 
getNullIsLast() - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
getNumberOfTM() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
getNumBucketsWritten() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getNumBytes() - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
getNumBytesInLastBlock() - Method in class org.apache.paimon.disk.ChannelWithMeta
 
getNumBytesOutCounter() - Method in class org.apache.paimon.flink.sink.CommitterMetrics
 
getNumCompressedBytes() - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
getNumCores() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getNumCpuSocket() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getNumElements() - Method in class org.apache.paimon.data.BinaryArrayWriter
 
getNumKeyBytes() - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
Get normalized keys bytes length.
getNumPartitionsWritten() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getNumProcessors() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getNumRecordsOutCounter() - Method in class org.apache.paimon.flink.sink.CommitterMetrics
 
getNumRecordsPerSecond(String, String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
getNumRows() - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getNumVCoresUsed() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getObjectInspector() - Method in class org.apache.paimon.hive.PaimonSerDe
 
getObjectListing() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
getObjectName() - Method in class org.apache.paimon.catalog.Identifier
 
GetObjectTaggingHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetObjectTaggingHandler
 
getOccupancy() - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
getOccupancy() - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
 
getOccupancy() - Method in interface org.apache.paimon.sort.SortBuffer
 
getOffset() - Method in class org.apache.paimon.data.BinarySection
 
getOffsets() - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
getOperatorID() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
getOperatorID() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
getOptional(ConfigOption<T>) - Method in class org.apache.paimon.options.Options
 
getOptions() - Static method in class org.apache.paimon.CoreOptions
 
getOptions() - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkFactoryHelper
Returns all options currently being consumed by the factory.
getOptions() - Method in class org.apache.paimon.flink.factories.FlinkFactoryUtil.FlinkTableFactoryHelper
Returns all options currently being consumed by the factory.
getOptions() - Static method in class org.apache.paimon.flink.FlinkConnectorOptions
 
getOptions() - Method in interface org.apache.paimon.flink.log.LogStoreTableFactory.RegisterContext
Options for the table.
getOptions() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getOptions() - Method in class org.apache.paimon.security.SecurityConfiguration
 
getOrCreate(long) - Method in class org.apache.paimon.stats.FieldStatsConverters
 
getOutput() - Method in class org.apache.paimon.benchmark.metric.cpu.ShellCommandExecutor
Gets stdout.
getOutputFormatClass() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getOverwriteChangesPlan(long, SnapshotReader) - Method in interface org.apache.paimon.table.source.snapshot.FollowUpScanner
 
getOwner() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getPage(RandomAccessFile, int, Consumer<Integer>) - Method in class org.apache.paimon.io.cache.CacheManager
 
getPaimonLocation(Configuration, Properties) - Static method in class org.apache.paimon.hive.LocationKeyExtractor
Get the real path of Paimon table.
getPaimonLocation(Configuration, Table) - Static method in class org.apache.paimon.hive.LocationKeyExtractor
Get the real path of Paimon table.
getPaimonLocation(JobConf) - Static method in class org.apache.paimon.hive.LocationKeyExtractor
Get the real path of Paimon table.
getParent() - Method in class org.apache.paimon.fs.Path
Returns the parent of a path or null if at root.
getParquetConfiguration(Options) - Static method in class org.apache.paimon.format.parquet.ParquetFileFormat
 
getParquetReader(FileIO, Path) - Static method in class org.apache.paimon.format.parquet.ParquetUtil
Generate ParquetFileReader instance to read the Parquet files at the given path.
getPartition(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getPartition(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getPartition(InternalRow) - Method in interface org.apache.paimon.table.sink.TableWrite
Calculate which partition row belongs to.
getPartition(InternalRow) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getPartitionComputer(RowType, String) - Static method in class org.apache.paimon.utils.FileStorePathFactory
 
getPartitionKeys() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getPartitionPair() - Method in class org.apache.paimon.utils.BulkFormatMapping
 
getPartitionRow() - Method in class org.apache.paimon.data.PartitionInfo
 
getPartitionRowProjection() - Method in class org.apache.paimon.flink.source.DynamicPartitionFilteringInfo
 
getPartitions(MultipleParameterToolAdapter) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
getPartitions() - Method in class org.apache.paimon.flink.action.CompactAction
 
getPartitions(String...) - Static method in class org.apache.paimon.utils.ParameterUtils
 
getPartitionStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getPartitionStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getPartitionString(BinaryRow) - Method in class org.apache.paimon.utils.FileStorePathFactory
IMPORTANT: This method is NOT THREAD SAFE.
getPath() - Method in class org.apache.paimon.disk.FileIOChannel.ID
Returns the path to the underlying temporary file.
getPath() - Method in class org.apache.paimon.format.parquet.ParquetInputFile
 
getPath() - Method in interface org.apache.paimon.fs.FileStatus
Returns the corresponding Path to the FileStatus.
getPath() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
getPathFile() - Method in class org.apache.paimon.disk.FileIOChannel.ID
Returns the path to the underlying temporary file as a File.
getPaths() - Method in interface org.apache.paimon.disk.FileChannelManager
Gets all the files corresponding to the config temp dirs.
getPaths() - Method in class org.apache.paimon.disk.FileChannelManagerImpl
 
getPathTo(Dependency) - Method in class org.apache.paimon.tools.ci.utils.shared.DependencyTree
 
getPhysicalMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getPid() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
getPos() - Method in class org.apache.paimon.format.parquet.ParquetInputStream
 
getPos() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
getPos() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
getPos() - Method in class org.apache.paimon.fs.PositionOutputStream
Gets the position of the stream (non-negative), defined as the number of bytes from the beginning of the file to the current writing position.
getPos() - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
getPos() - Method in class org.apache.paimon.fs.SeekableInputStream
Gets the current position in the input stream.
getPos() - Method in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
getPos() - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
getPosition() - Method in class org.apache.paimon.io.DataInputDeserializer
 
getPrecision(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
getPrecision(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Returns the precision of all types that define a precision implicitly or explicitly.
getPrecision(DataType) - Static method in class org.apache.paimon.types.DataTypes
 
getPrecision() - Method in class org.apache.paimon.types.DecimalType
 
getPrecision() - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
getPrecision() - Method in class org.apache.paimon.types.TimestampType
 
getPrecision() - Method in class org.apache.paimon.types.TimeType
 
getPredicateDefinition() - Method in interface org.apache.paimon.casting.CastRule
 
getPrettyCpu() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getPrettyCpu() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getPrettyRps() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getPrettyRps() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getPrettyRpsPerCore() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getPrettyTotalRows() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getPrettyTotalRows() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonCharObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDateObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDecimalObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonStringObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimeObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimestampObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonVarcharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonCharObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDateObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonDecimalObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonStringObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimeObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonTimestampObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonVarcharObjectInspector
 
getPrincipal() - Method in class org.apache.paimon.security.SecurityConfiguration
 
getProcedure(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
Do not annotate with @override here to maintain compatibility with Flink 1.17-.
getProcedure(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
Do not annotate with @override here to maintain compatibility with Flink 1.17-.
getProcedure(Catalog, ObjectPath) - Static method in class org.apache.paimon.flink.procedure.ProcedureUtil
 
getProcess() - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess
 
getProcessTreeDump() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Get a dump of the process-tree.
getProducedType() - Method in class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
getProgress() - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
getQuantile(double) - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getQuantile(double) - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the value for the given quantile based on the represented histogram statistics.
getRandomString(Random, int, int) - Static method in class org.apache.paimon.utils.StringUtils
Creates a random string with a length within the given interval.
getRandomString(Random, int, int, char, char) - Static method in class org.apache.paimon.utils.StringUtils
Creates a random string with a length within the given interval.
getRawValue(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getRawValue(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getReadBenchmarkSql(Sink, String) - Method in class org.apache.paimon.benchmark.Query
 
getReaderFactory() - Method in class org.apache.paimon.utils.BulkFormatMapping
 
getReadPosition() - Method in class org.apache.paimon.data.RandomAccessInputView
 
getRealIndex(int) - Method in class org.apache.paimon.data.PartitionInfo
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.paimon.hive.mapred.PaimonInputFormat
 
getRecords(String, int) - Method in interface org.apache.paimon.flink.action.cdc.MessageQueueSchemaUtils.ConsumerWrapper
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.paimon.hive.mapred.PaimonOutputFormat
 
getReferences() - Method in class org.apache.paimon.codegen.GeneratedClass
 
getRequiredValue(MultipleParameterToolAdapter, String) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
getResource(String) - Method in class org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getResource(String) - Method in class org.apache.paimon.plugin.ComponentClassLoader
 
getResources(String) - Method in class org.apache.paimon.plugin.ComponentClassLoader
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketAnalyticsConfigurationHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketMetricsConfigurationHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetObjectTaggingHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketAnalyticsConfigurationHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketMetricsConfigurationsHandler
 
getResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListObjectsV2Handler
 
getResult() - Method in class org.apache.paimon.mergetree.compact.aggregate.AggregateMergeFunction
 
getResult() - Method in class org.apache.paimon.mergetree.compact.DeduplicateMergeFunction
 
getResult() - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeFunction
 
getResult() - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeFunctionWrapper
 
getResult() - Method in class org.apache.paimon.mergetree.compact.LookupChangelogMergeFunctionWrapper
 
getResult() - Method in class org.apache.paimon.mergetree.compact.LookupMergeFunction
 
getResult() - Method in interface org.apache.paimon.mergetree.compact.MergeFunction
Get current merged value.
getResult() - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionWrapper
 
getResult() - Method in class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
getResult() - Method in class org.apache.paimon.mergetree.compact.ReducerMergeFunctionWrapper
Get current value of the MergeFunction helper.
getResultedTableFiles() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getReusedKv() - Method in class org.apache.paimon.KeyValueSerializer
 
getRewriteChangelogFileSize() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getRewriteCode() - Method in class org.apache.paimon.codegen.codesplit.BlockStatementGrouper.RewriteGroupedCode
 
getRewriteInputFileSize() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getRewriteOutputFileSize() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
getRight() - Method in class org.apache.paimon.utils.Pair
 
getRow(int, int) - Method in class org.apache.paimon.casting.CastedRow
 
getRow(int, int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getRow(int, int) - Method in class org.apache.paimon.data.BinaryArray
 
getRow(int, int) - Method in class org.apache.paimon.data.BinaryRow
 
getRow(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getRow(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getRow(int) - Method in class org.apache.paimon.data.columnar.heap.HeapRowVector
 
getRow(int) - Method in interface org.apache.paimon.data.columnar.RowColumnVector
 
getRow(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getRow(int, int) - Method in interface org.apache.paimon.data.DataGetters
Returns the row value at the given position.
getRow(int, int) - Method in class org.apache.paimon.data.GenericArray
 
getRow(int, int) - Method in class org.apache.paimon.data.GenericRow
 
getRow(int, int) - Method in class org.apache.paimon.data.JoinedRow
 
getRow(int, int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getRow(int, int) - Method in class org.apache.paimon.data.NestedRow
 
getRow() - Method in class org.apache.paimon.disk.ExternalBuffer.BufferIterator
 
getRow() - Method in interface org.apache.paimon.disk.RowBuffer.RowBufferIterator
 
getRow(int, int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getRow(int, int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getRow(int, int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getRow(int) - Method in class org.apache.paimon.format.orc.reader.OrcRowColumnVector
 
getRow(int, int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getRow(int, int) - Method in class org.apache.paimon.PartitionSettedRow
 
getRow(int, int) - Method in class org.apache.paimon.spark.SparkRow
 
getRow(int, int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getRow(int, int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getRow(int, int) - Method in class org.apache.paimon.utils.OffsetRow
 
getRow(int, int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getRowCount() - Method in class org.apache.paimon.format.TableStatsExtractor.FileInfo
 
getRowKind() - Method in class org.apache.paimon.casting.CastedRow
 
getRowKind() - Method in class org.apache.paimon.casting.DefaultValueRow
 
getRowKind() - Method in class org.apache.paimon.data.BinaryRow
 
getRowKind() - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getRowKind() - Method in class org.apache.paimon.data.GenericRow
 
getRowKind() - Method in interface org.apache.paimon.data.InternalRow
Returns the kind of change that this row describes in a changelog.
getRowKind() - Method in class org.apache.paimon.data.JoinedRow
 
getRowKind() - Method in class org.apache.paimon.data.LazyGenericRow
 
getRowKind() - Method in class org.apache.paimon.data.NestedRow
 
getRowKind() - Method in class org.apache.paimon.flink.FlinkRowData
 
getRowKind() - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getRowKind() - Method in class org.apache.paimon.flink.ProjectedRowData
 
getRowKind() - Method in class org.apache.paimon.PartitionSettedRow
 
getRowKind() - Method in class org.apache.paimon.spark.SparkRow
 
getRowKind() - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getRowKind() - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getRowKind() - Method in class org.apache.paimon.utils.OffsetRow
 
getRowKind() - Method in class org.apache.paimon.utils.ProjectedRow
 
getRowType() - Static method in class org.apache.paimon.table.system.BucketsTable
 
getRowType() - Static method in class org.apache.paimon.table.system.FileMonitorTable
 
getRps() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getRpsPerCore() - Method in class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
getRssMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getRssMemorySize(int) - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodOrConstantRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassCreatorRestContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.DefaultValueContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FinallyBlockContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
getRuleIndex() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
getRuleNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getRuleNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getRuleNames() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getRuleNames() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getScale(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
getScale(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Returns the scale of all types that define a scale implicitly or explicitly.
getScale() - Method in class org.apache.paimon.types.DecimalType
 
getScanFullSnapshot() - Method in class org.apache.paimon.table.source.snapshot.StartingContext
 
getScannedManifests() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.paimon.flink.source.DataTableSource
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.paimon.flink.source.SystemTableSource
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.paimon.flink.source.table.BaseTableSource
 
getSchema(MessageQueueSchemaUtils.ConsumerWrapper, String, DataFormat, TypeMapping) - Static method in class org.apache.paimon.flink.action.cdc.MessageQueueSchemaUtils
Retrieves the Kafka schema for a given topic.
getSchema() - Method in class org.apache.paimon.format.orc.writer.Vectorizer
Provides the ORC schema.
getSchemaFieldStats(DataFileMeta) - Method in interface org.apache.paimon.table.FileStoreTable
 
getScheme() - Method in class org.apache.paimon.flink.FlinkFileIOLoader
 
getScheme() - Method in interface org.apache.paimon.fs.FileIOLoader
 
getScheme() - Method in class org.apache.paimon.fs.hadoop.HadoopFileIOLoader
 
getScheme() - Method in class org.apache.paimon.fs.hadoop.HadoopViewFsFileIOLoader
 
getScheme() - Method in class org.apache.paimon.fs.local.LocalFileIOLoader
 
getScheme() - Method in class org.apache.paimon.oss.OSSLoader
 
getScheme() - Method in class org.apache.paimon.s3.S3Loader
 
getScope() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
getSegments() - Method in class org.apache.paimon.data.BinarySection
 
getSegments(T, Function<T, Segments>) - Method in class org.apache.paimon.utils.SegmentsCache
 
getSegmentSize() - Method in class org.apache.paimon.data.AbstractPagedOutputView
Gets the size of the segments used by this view.
getSerDeClass() - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
getSerDeStats() - Method in class org.apache.paimon.hive.PaimonSerDe
 
getSerializedATN() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getSerializedATN() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getSerializedATN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getSerializedATN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getSerializedClass() - Method in class org.apache.paimon.hive.PaimonSerDe
 
getSerializedRowFixedPartLength() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
Return fixed part length to serialize one row.
getSetValuesByIndex(String, int) - Static method in class org.apache.paimon.flink.action.cdc.format.canal.CanalFieldParser
 
getSharedBuffer() - Method in class org.apache.paimon.io.DataOutputSerializer
Gets a reference to the internal byte buffer.
getShort(int) - Method in class org.apache.paimon.casting.CastedRow
 
getShort(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getShort(int) - Method in class org.apache.paimon.data.BinaryArray
 
getShort(int) - Method in class org.apache.paimon.data.BinaryRow
 
getShort(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getShort(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getShort(int) - Method in class org.apache.paimon.data.columnar.heap.HeapShortVector
 
getShort(int) - Method in interface org.apache.paimon.data.columnar.ShortColumnVector
 
getShort(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getShort(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the short value at the given position.
getShort(int) - Method in class org.apache.paimon.data.GenericArray
 
getShort(int) - Method in class org.apache.paimon.data.GenericRow
 
getShort(int) - Method in class org.apache.paimon.data.JoinedRow
 
getShort(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getShort(int) - Method in class org.apache.paimon.data.NestedRow
 
getShort(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getShort(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getShort(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getShort(int) - Method in class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getShort(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getShort(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getShort(MemorySegment[], int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
get short from segments.
getShort(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getShort(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getShort(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getShort(int) - Method in class org.apache.paimon.spark.SparkRow
 
getShort(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getShort(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getShort(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getShort(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getShortBigEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getShortLittleEndian(int) - Method in class org.apache.paimon.memory.MemorySegment
 
getShortType(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
getSideOutput(SingleOutputStreamOperator<?>, OutputTag<T>) - Static method in class org.apache.paimon.flink.utils.SingleOutputStreamOperatorUtils
 
getSingleValueFromState(StateInitializationContext, String, Class<T>, T) - Static method in class org.apache.paimon.flink.sink.StateUtils
 
getSinkRuntimeProvider(DynamicTableSink.Context) - Method in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
getSize() - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
getSize() - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
getSize() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
getSize() - Method in interface org.apache.paimon.disk.FileIOChannel
Gets the size (in bytes) of the file underlying the channel.
getSize() - Method in class org.apache.paimon.memory.Buffer
 
getSizeInBytes() - Method in class org.apache.paimon.data.BinarySection
 
getSkippedByBucketAndLevelFilter() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getSkippedByPartitionAndStats() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getSkippedByWholeBucketFiles() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getSkippedTableFiles() - Method in class org.apache.paimon.operation.metrics.ScanStats
 
getSnapshotId(FileStoreSourceSplit) - Static method in class org.apache.paimon.flink.utils.TableScanUtils
Get snapshot id from FileStoreSourceSplit.
getSnapshotId() - Method in interface org.apache.paimon.lineage.DataLineageEntity
 
getSnapshotId() - Method in class org.apache.paimon.table.source.snapshot.StartingContext
 
getSorter(StreamExecutionEnvironment, DataStream<RowData>, FileStoreTable, String, List<String>) - Static method in class org.apache.paimon.flink.sorter.TableSorter
 
getSorter(FileStoreTable, TableSorter.OrderType, List<String>) - Static method in class org.apache.paimon.spark.sort.TableSorter
 
getSourceMetric(String, String, String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
getSourceVertexId(String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
getSpillChannels() - Method in class org.apache.paimon.disk.ExternalBuffer
 
getSpillingDirectories() - Method in class org.apache.paimon.disk.IOManagerImpl
Gets the directories that the I/O manager spills to.
getSpillingDirectoriesPaths() - Method in class org.apache.paimon.disk.IOManagerImpl
Gets the directories that the I/O manager spills to, as path strings.
getSplitAssigner() - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
getSplits(JobConf, int) - Method in class org.apache.paimon.hive.mapred.PaimonInputFormat
 
getSplitSerializer() - Method in class org.apache.paimon.flink.source.FlinkSource
 
getStart() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
getStatistics() - Method in class org.apache.paimon.flink.metrics.FlinkHistogram
 
getStatistics() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogram
 
getStatistics() - Method in interface org.apache.paimon.metrics.Histogram
Create statistics for the currently recorded elements.
getStdDev() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getStdDev() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the standard deviation of the distribution reflected by the histogram statistics.
getStorageBytesRead() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getStorageBytesWritten() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getString(int) - Method in class org.apache.paimon.casting.CastedRow
 
getString(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getString(int) - Method in class org.apache.paimon.data.BinaryArray
 
getString(int) - Method in class org.apache.paimon.data.BinaryRow
 
getString(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getString(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getString(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getString(int) - Method in interface org.apache.paimon.data.DataGetters
Returns the string value at the given position.
getString(int) - Method in class org.apache.paimon.data.GenericArray
 
getString(int) - Method in class org.apache.paimon.data.GenericRow
 
getString(int) - Method in class org.apache.paimon.data.JoinedRow
 
getString(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getString(int) - Method in class org.apache.paimon.data.NestedRow
 
getString(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getString(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getString(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getString(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getString(ConfigOption<String>) - Method in class org.apache.paimon.options.Options
 
getString(String, String) - Method in class org.apache.paimon.options.Options
 
getString(int) - Method in class org.apache.paimon.PartitionSettedRow
 
getString(int) - Method in class org.apache.paimon.spark.SparkRow
 
getString(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getString(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getString(int) - Method in class org.apache.paimon.utils.OffsetRow
 
getString(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getStringInMillis(Duration) - Static method in class org.apache.paimon.utils.TimeUtils
 
getStruct(int, int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getStruct(int, int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getStructFieldData(Object, StructField) - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getStructFieldRef(String) - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getStyles() - Method in class org.apache.paimon.options.description.TextElement
 
getTable(Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
getTable(Identifier) - Method in interface org.apache.paimon.catalog.Catalog
Return a Table identified by the given Identifier.
getTable(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getTable(ObjectPath, long) - Method in class org.apache.paimon.flink.FlinkCatalog
Do not annotate with @override here to maintain compatibility with Flink 1.17-.
getTable(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getTable() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
getTable() - Method in interface org.apache.paimon.lineage.TableLineageEntity
 
getTable() - Method in class org.apache.paimon.lineage.TableLineageEntityImpl
 
getTable() - Method in class org.apache.paimon.spark.SparkTable
 
getTableChanges() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
Get table changes in history record.
getTableChanges(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEventUtils
 
getTableColumnStatistics(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getTableColumnStatistics(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getTableFactory() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getTableFilesAdded() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getTableFilesAppended() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getTableFilesCompacted() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getTableFilesDeleted() - Method in class org.apache.paimon.operation.metrics.CommitStats
 
getTableLocation(Table) - Method in interface org.apache.paimon.hive.LocationHelper
 
getTableLocation(Table) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
getTableLocation(Table) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
getTableName() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
getTableName() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
getTableName() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
getTablePath(MultipleParameterToolAdapter) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
getTableStatistics(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
getTableStatistics(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
getTargetPathIfContainsSymbolicPath(Path) - Static method in class org.apache.paimon.utils.LocalFileUtils
Get a target path(the path that replaced symbolic links with linked path) if the original path contains symbolic path, return the original path otherwise.
getTargetTypeFamilies() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getTargetTypeRoots() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getTargetTypes() - Method in class org.apache.paimon.casting.CastRulePredicate
 
getTaskManagerPidList() - Static method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
getTebiBytes() - Method in class org.apache.paimon.options.MemorySize
Gets the memory size in Tebibytes (= 1024 Gibibytes).
getText() - Method in class org.apache.paimon.options.description.LinkElement
 
getTimestamp(int, int) - Method in class org.apache.paimon.casting.CastedRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.BinaryArray
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.BinaryRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.columnar.heap.HeapTimestampVector
 
getTimestamp(int, int) - Method in interface org.apache.paimon.data.columnar.TimestampColumnVector
 
getTimestamp(int, int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
getTimestamp(int, int) - Method in interface org.apache.paimon.data.DataGetters
Returns the timestamp value at the given position.
getTimestamp(int, int) - Method in class org.apache.paimon.data.GenericArray
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.GenericRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.JoinedRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.LazyGenericRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.data.NestedRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.flink.FlinkRowData
 
getTimestamp(int, int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
getTimestamp(int, int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
getTimestamp(int, int) - Method in class org.apache.paimon.format.orc.reader.OrcLegacyTimestampColumnVector
 
getTimestamp(int, int) - Method in class org.apache.paimon.format.orc.reader.OrcTimestampColumnVector
 
getTimestamp(int, int) - Method in class org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
getTimestamp(int, int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
getTimestamp(int, int) - Method in class org.apache.paimon.PartitionSettedRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.spark.SparkRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.utils.OffsetRow
 
getTimestamp(int, int) - Method in class org.apache.paimon.utils.ProjectedRow
 
getTokenNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
Deprecated.
getTokenNames() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
Deprecated.
getTokenNames() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
Deprecated.
getTokenNames() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
Deprecated.
getTotalCpu() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
getTotalFields() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
getTotalFields() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
getTotalFields() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
getTotalFields() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
getTotalFields() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
getTotalNumRecords(String, String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
getTotalRows() - Method in class org.apache.paimon.benchmark.metric.BenchmarkMetric
 
getType(int) - Method in class org.apache.paimon.data.PartitionInfo
 
getTypeAt(int) - Method in class org.apache.paimon.types.RowType
 
getTypeClass() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
getTypeClass() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
getTypeClass() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
getTypeClass() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
getTypeClass(JavaSerializer) - Method in class org.apache.paimon.flink.utils.JavaSerializer.JavaSerializerSnapshot
 
getTypeClass() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
getTypeName() - Method in class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
getTypeName() - Method in class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
getTypeName() - Method in class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
getTypeRoot() - Method in class org.apache.paimon.types.DataType
Returns the root of this type.
getUnits() - Method in enum org.apache.paimon.options.MemorySize.MemoryUnit
 
getUnresolvedSchema() - Method in class org.apache.paimon.flink.DataCatalogTable
 
getUnresolvedSchema() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
getUri() - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getUTF8String(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
getUTF8String(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
getValue() - Method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
 
getValue() - Method in enum org.apache.paimon.CoreOptions.StreamingReadMode
 
getValue() - Method in enum org.apache.paimon.CoreOptions.StreamScanMode
 
getValue() - Method in class org.apache.paimon.flink.metrics.FlinkGauge
 
getValue() - Method in interface org.apache.paimon.metrics.Gauge
Calculates and returns the measured value.
getValue() - Method in interface org.apache.paimon.utils.KeyValueIterator
 
getValue() - Method in class org.apache.paimon.utils.LongCounter
 
getValue() - Method in class org.apache.paimon.utils.Pair
 
getValueDecodingFormat(FlinkFactoryUtil.FlinkTableFactoryHelper) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
getValueEncodingFormat(FlinkFactoryUtil.FlinkTableFactoryHelper) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
getValues() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
getValues() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the elements of the statistics' sample.
getValueType() - Method in class org.apache.paimon.types.MapType
 
getVector() - Method in class org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
getVector() - Method in class org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
getVersion() - Method in interface org.apache.paimon.data.serializer.VersionedSerializer
Gets the version with which this serializer serializes.
getVersion() - Method in class org.apache.paimon.flink.sink.CommittableSerializer
 
getVersion() - Method in class org.apache.paimon.flink.sink.CompactionTaskSimpleSerializer
 
getVersion() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
getVersion() - Method in class org.apache.paimon.flink.sink.WrappedManifestCommittableSerializer
 
getVersion() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitSerializer
 
getVersion() - Method in class org.apache.paimon.flink.source.PendingSplitsCheckpointSerializer
 
getVersion() - Method in class org.apache.paimon.flink.VersionedSerializerWrapper
 
getVersion() - Method in class org.apache.paimon.manifest.IndexManifestEntrySerializer
 
getVersion() - Method in class org.apache.paimon.manifest.ManifestCommittableSerializer
 
getVersion() - Method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
getVersion() - Method in class org.apache.paimon.manifest.ManifestFileMetaSerializer
 
getVersion() - Method in class org.apache.paimon.table.sink.CommitMessageSerializer
 
getVersion() - Method in class org.apache.paimon.table.sink.CompactionTaskSerializer
 
getVersion() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
getVersion() - Method in class org.apache.paimon.utils.VersionedObjectSerializer
Gets the version with which this serializer serializes.
getVersionId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getVersionId() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getVirtualMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getVirtualMemorySize(int) - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
getVirtualMemorySize() - Method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
getVocabulary() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getVocabulary() - Method in class org.apache.paimon.codegen.codesplit.JavaLexer
 
getVocabulary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getVocabulary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
getWorkingDirectory() - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getWrite() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
getWrite() - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
getWrite() - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
getWriteBenchmarkSql(Sink, String) - Method in class org.apache.paimon.benchmark.Query
 
getWriterMetrics(BinaryRow, int) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
getWriterOptions() - Method in class org.apache.paimon.format.orc.OrcWriterFactory
 
getWriteSupport(Configuration) - Method in class org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
GlobalDynamicBucketSink - Class in org.apache.paimon.flink.sink.index
Sink for global dynamic bucket table.
GlobalDynamicBucketSink(FileStoreTable, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.index.GlobalDynamicBucketSink
 
GlobalFullCompactionSinkWrite - Class in org.apache.paimon.flink.sink
StoreSinkWrite for execute full compaction globally.
GlobalFullCompactionSinkWrite(FileStoreTable, String, StoreSinkWriteState, IOManager, boolean, boolean, int, boolean, MemorySegmentPool, MetricGroup) - Constructor for class org.apache.paimon.flink.sink.GlobalFullCompactionSinkWrite
 
GlobalIndexAssigner - Class in org.apache.paimon.crosspartition
Assign UPDATE_BEFORE and bucket for the input record, output record with bucket.
GlobalIndexAssigner(Table) - Constructor for class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
GlobalIndexAssignerOperator - Class in org.apache.paimon.flink.sink.index
A OneInputStreamOperator for GlobalIndexAssigner.
GlobalIndexAssignerOperator(GlobalIndexAssigner) - Constructor for class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
GOTO - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GOTO - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GOTO - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
GOTO - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
GreaterOrEqual - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval greater or equal.
greaterOrEqual(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
GreaterThan - Class in org.apache.paimon.predicate
A LeafFunction to eval greater.
greaterThan(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
GROUP_NAME - Static variable in class org.apache.paimon.operation.metrics.ScanMetrics
 
groupAndSum(Iterator<InternalRow>) - Static method in class org.apache.paimon.table.system.PartitionsTable
 
groupByCheckpoint(Collection<CommitT>) - Method in interface org.apache.paimon.flink.sink.Committer
 
groupByCheckpoint(Collection<Committable>) - Method in class org.apache.paimon.flink.sink.StoreCommitter
 
groupByCheckpoint(Collection<MultiTableCommittable>) - Method in class org.apache.paimon.flink.sink.StoreMultiCommitter
 
groupByPartFiles(List<ManifestEntry>) - Static method in interface org.apache.paimon.operation.FileStoreScan.Plan
Return a map group by partition and bucket.
GT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
GT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
GT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
GT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 

H

HADOOP_CONF_DIR - Static variable in class org.apache.paimon.hive.HiveCatalogOptions
 
HADOOP_CONF_ENV - Static variable in class org.apache.paimon.utils.HadoopUtils
 
HADOOP_CONF_LOADER - Static variable in class org.apache.paimon.utils.HadoopUtils
 
HADOOP_HOME_ENV - Static variable in class org.apache.paimon.utils.HadoopUtils
 
HadoopCompliantFileIO - Class in org.apache.paimon.oss
Hadoop FileIO.
HadoopCompliantFileIO() - Constructor for class org.apache.paimon.oss.HadoopCompliantFileIO
 
HadoopCompliantFileIO - Class in org.apache.paimon.s3
Hadoop FileIO.
HadoopCompliantFileIO() - Constructor for class org.apache.paimon.s3.HadoopCompliantFileIO
 
hadoopConf() - Method in class org.apache.paimon.catalog.CatalogContext
Return hadoop Configuration.
hadoopConf - Variable in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
hadoopConfigWrapper - Variable in class org.apache.paimon.format.orc.OrcReaderFactory
 
HadoopFileIO - Class in org.apache.paimon.fs.hadoop
Hadoop FileIO.
HadoopFileIO() - Constructor for class org.apache.paimon.fs.hadoop.HadoopFileIO
 
HadoopFileIOLoader - Class in org.apache.paimon.fs.hadoop
HadoopFileIOLoader() - Constructor for class org.apache.paimon.fs.hadoop.HadoopFileIOLoader
 
HadoopModule - Class in org.apache.paimon.security
Responsible for installing a Hadoop login user.
HadoopModule(SecurityConfiguration, Configuration) - Constructor for class org.apache.paimon.security.HadoopModule
 
HadoopReadOnlyFileSystem - Class in org.apache.paimon.format.fs
A read only FileSystem that wraps an FileIO.
HadoopReadOnlyFileSystem(FileIO) - Constructor for class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
HadoopSecurityContext - Class in org.apache.paimon.security
Hadoop security context which runs a Callable with the previously initialized UGI and appropriate security credentials.
HadoopSecurityContext() - Constructor for class org.apache.paimon.security.HadoopSecurityContext
 
HadoopUtils - Class in org.apache.paimon.utils
Utility class for working with Hadoop-related classes.
HadoopUtils() - Constructor for class org.apache.paimon.utils.HadoopUtils
 
HadoopUtils.HadoopConfigLoader - Enum in org.apache.paimon.utils
Specifies the way of loading hadoop config.
HadoopViewFsFileIOLoader - Class in org.apache.paimon.fs.hadoop
HadoopViewFsFileIOLoader() - Constructor for class org.apache.paimon.fs.hadoop.HadoopViewFsFileIOLoader
 
handlePredicate(Predicate) - Method in class org.apache.paimon.operation.DefaultValueAssigner
 
handleProject(int[][]) - Method in class org.apache.paimon.operation.DefaultValueAssigner
 
handleSourceEvent(int, SourceEvent) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
handleSourceEvent(int, SourceEvent) - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
handleSourceEvents(SourceEvent) - Method in class org.apache.paimon.flink.source.align.AlignedSourceReader
 
handleSplitRequest(int, String) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
handleSplitRequest(int, String) - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
handleSplitsChanges(SplitsChange<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitReader
 
has(String) - Method in class org.apache.paimon.flink.action.MultipleParameterToolAdapter
 
hasDefaultValue() - Method in class org.apache.paimon.options.ConfigOption
Checks if this option has a default value.
hasDeprecatedKeys() - Method in class org.apache.paimon.options.ConfigOption
Deprecated.
hasDictionary() - Method in class org.apache.paimon.data.columnar.writable.AbstractWritableVector
Returns true if this column has a dictionary.
hasDictionary() - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Check if there's a dictionary.
hasFallbackKeys() - Method in class org.apache.paimon.options.ConfigOption
Checks whether this option has fallback keys.
hash(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
hash segments to int.
hash2Bucket - Variable in class org.apache.paimon.index.PartitionIndex
 
HASH_INDEX - Static variable in class org.apache.paimon.index.HashIndexFile
 
HashBucketAssigner - Class in org.apache.paimon.index
Assign bucket for key hashcode.
HashBucketAssigner(SnapshotManager, String, IndexFileHandler, int, int, long) - Constructor for class org.apache.paimon.index.HashBucketAssigner
 
HashBucketAssignerOperator<T> - Class in org.apache.paimon.flink.sink
Assign bucket for the input record, output record with bucket.
HashBucketAssignerOperator(String, Table, SerializableFunction<TableSchema, PartitionKeyExtractor<T>>, boolean) - Constructor for class org.apache.paimon.flink.sink.HashBucketAssignerOperator
 
hashBytes(byte[]) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash bytes.
hashBytes(MemorySegment, int, int) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash bytes in MemorySegment.
hashBytesByWords(MemorySegment, int, int) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash bytes in MemorySegment, length must be aligned to 4 bytes.
hashBytesPositive(byte[]) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash bytes.
hashByWords(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
hash segments to int, numBytes must be aligned to 4 bytes.
hashCode() - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
hashCode() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
hashCode() - Method in class org.apache.paimon.catalog.Identifier
 
hashCode() - Method in class org.apache.paimon.codegen.SortSpec
 
hashCode() - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
hashCode() - Method in class org.apache.paimon.data.BinaryArray
 
hashCode() - Method in class org.apache.paimon.data.BinaryMap
 
hashCode() - Method in class org.apache.paimon.data.BinaryRow
 
hashCode() - Method in class org.apache.paimon.data.BinarySection
 
hashCode() - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
hashCode() - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
hashCode() - Method in class org.apache.paimon.data.Decimal
 
hashCode() - Method in class org.apache.paimon.data.GenericArray
 
hashCode() - Method in class org.apache.paimon.data.GenericMap
 
hashCode() - Method in class org.apache.paimon.data.GenericRow
 
hashCode() - Method in class org.apache.paimon.data.JoinedRow
 
hashCode() - Method in class org.apache.paimon.data.LazyGenericRow
 
hashCode() - Method in class org.apache.paimon.data.NestedRow
 
hashCode() - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.ListSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
hashCode() - Method in class org.apache.paimon.data.serializer.SerializerSingleton
 
hashCode() - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
hashCode() - Method in class org.apache.paimon.data.Timestamp
 
hashCode() - Method in class org.apache.paimon.disk.FileIOChannel.ID
 
hashCode() - Method in class org.apache.paimon.flink.ProjectedRowData
 
hashCode() - Method in class org.apache.paimon.flink.Projection
 
hashCode() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
hashCode() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
hashCode() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
hashCode() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
hashCode() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
hashCode() - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
hashCode() - Method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
hashCode() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
hashCode() - Method in class org.apache.paimon.flink.source.align.CheckpointEvent
 
hashCode() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
hashCode() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
hashCode() - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
hashCode() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
hashCode() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
hashCode() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
hashCode() - Method in class org.apache.paimon.format.FieldStats
 
hashCode() - Method in class org.apache.paimon.format.FormatKey
 
hashCode() - Method in class org.apache.paimon.fs.Path
 
hashCode() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
hashCode() - Method in class org.apache.paimon.index.IndexFileMeta
 
hashCode() - Method in class org.apache.paimon.io.CompactIncrement
 
hashCode() - Method in class org.apache.paimon.io.DataFileMeta
 
hashCode() - Method in class org.apache.paimon.io.IndexIncrement
 
hashCode() - Method in class org.apache.paimon.io.NewFilesIncrement
 
hashCode() - Method in class org.apache.paimon.lookup.RocksDBState.ByteArray
 
hashCode() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
hashCode() - Method in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
hashCode() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
hashCode() - Method in class org.apache.paimon.manifest.ManifestEntry
 
hashCode() - Method in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
hashCode() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
hashCode() - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
hashCode() - Method in class org.apache.paimon.mergetree.LevelSortedRun
 
hashCode() - Method in class org.apache.paimon.mergetree.SortedRun
 
hashCode() - Method in class org.apache.paimon.options.ConfigOption
 
hashCode() - Method in class org.apache.paimon.options.FallbackKey
 
hashCode() - Method in class org.apache.paimon.options.MemorySize
 
hashCode() - Method in class org.apache.paimon.options.Options
 
hashCode() - Method in class org.apache.paimon.PartitionSettedRow
 
hashCode() - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
hashCode() - Method in class org.apache.paimon.predicate.FieldRef
 
hashCode() - Method in class org.apache.paimon.predicate.LeafFunction
 
hashCode() - Method in class org.apache.paimon.predicate.LeafPredicate
 
hashCode() - Method in class org.apache.paimon.schema.Schema
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.DropColumn
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.Move
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.RemoveOption
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.RenameColumn
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.SetOption
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnComment
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnNullability
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnPosition
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnType
 
hashCode() - Method in class org.apache.paimon.schema.SchemaChange.UpdateComment
 
hashCode() - Method in class org.apache.paimon.schema.TableSchema
 
hashCode() - Method in class org.apache.paimon.Snapshot
 
hashCode() - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
hashCode() - Method in class org.apache.paimon.stats.BinaryTableStats
 
hashCode() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
hashCode() - Method in class org.apache.paimon.table.source.DataSplit
 
hashCode() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
hashCode() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
hashCode() - Method in class org.apache.paimon.types.ArrayType
 
hashCode() - Method in class org.apache.paimon.types.BinaryType
 
hashCode() - Method in class org.apache.paimon.types.CharType
 
hashCode() - Method in class org.apache.paimon.types.DataField
 
hashCode() - Method in class org.apache.paimon.types.DataType
 
hashCode() - Method in class org.apache.paimon.types.DecimalType
 
hashCode() - Method in class org.apache.paimon.types.LocalZonedTimestampType
 
hashCode() - Method in class org.apache.paimon.types.MapType
 
hashCode() - Method in class org.apache.paimon.types.MultisetType
 
hashCode() - Method in class org.apache.paimon.types.RowType
 
hashCode() - Method in class org.apache.paimon.types.TimestampType
 
hashCode() - Method in class org.apache.paimon.types.TimeType
 
hashCode() - Method in class org.apache.paimon.types.VarBinaryType
 
hashCode() - Method in class org.apache.paimon.types.VarCharType
 
hashCode() - Method in class org.apache.paimon.utils.KeyProjectedRow
 
hashCode() - Method in class org.apache.paimon.utils.Pair
 
hashCode() - Method in class org.apache.paimon.utils.PositiveIntInt
 
hashCode() - Method in class org.apache.paimon.utils.ProjectedRow
 
hashCode() - Method in class org.apache.paimon.utils.Projection
 
hashCode() - Method in class org.apache.paimon.utils.Reference
 
hashCode() - Method in class org.apache.paimon.utils.Triple
 
HashIndexFile - Class in org.apache.paimon.index
Hash index file contains ints.
HashIndexFile(FileIO, PathFactory) - Constructor for class org.apache.paimon.index.HashIndexFile
 
HashIndexMaintainer - Class in org.apache.paimon.index
An IndexMaintainer for dynamic bucket to maintain key hashcode in a bucket.
HashIndexMaintainer.Factory - Class in org.apache.paimon.index
Factory to restore HashIndexMaintainer.
hasHistoryRecord() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
HashLookupStoreFactory - Class in org.apache.paimon.lookup.hash
A LookupStoreFactory which uses hash to lookup records on disk.
HashLookupStoreFactory(CacheManager, double) - Constructor for class org.apache.paimon.lookup.hash.HashLookupStoreFactory
 
HashLookupStoreReader - Class in org.apache.paimon.lookup.hash
Internal read implementation for hash kv store.
HashLookupStoreWriter - Class in org.apache.paimon.lookup.hash
Internal write implementation for hash kv store.
hashUnsafeBytes(Object, long, int) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash unsafe bytes.
hashUnsafeBytesByWords(Object, long, int) - Static method in class org.apache.paimon.utils.MurmurHashUtils
Hash unsafe bytes, length must be aligned to 4 bytes.
hasLength(DataType, int) - Static method in class org.apache.paimon.types.DataTypeChecks
 
hasNext() - Method in class org.apache.paimon.reader.RecordReaderIterator
IMPORTANT: Before calling this, make sure that the previous returned key-value is not used any more!
hasNext() - Method in class org.apache.paimon.utils.CloseableIterator.IteratorAdapter
 
hasPayload() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
hasPrecision(DataType, int) - Static method in class org.apache.paimon.types.DataTypeChecks
Checks the precision of a type that defines a precision implicitly or explicitly.
hasReachedEndOfFile() - Method in interface org.apache.paimon.disk.BufferFileReader
 
hasReachedEndOfFile() - Method in class org.apache.paimon.disk.BufferFileReaderImpl
 
hasScale(DataType, int) - Static method in class org.apache.paimon.types.DataTypeChecks
Checks the scale of all types that define a scale implicitly or explicitly.
hasUnit(String) - Static method in enum org.apache.paimon.options.MemorySize.MemoryUnit
 
hasUserKerberosAuthMethod(UserGroupInformation) - Static method in class org.apache.paimon.security.KerberosLoginProvider
 
hasWellDefinedString(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Checks whether the given DataType has a well-defined string representation when calling Object.toString() on the internal data structure.
HEADER_LENGTH - Static variable in class org.apache.paimon.compression.CompressorUtils
We put two integers before each compressed block, the first integer represents the compressed length of the block, and the second one represents the original length of the block.
HEADER_SIZE_IN_BITS - Static variable in class org.apache.paimon.data.BinaryRow
 
HeapArrayVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable heap array column vector.
HeapArrayVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
HeapArrayVector(int, ColumnVector) - Constructor for class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
HeapBooleanVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable heap boolean column vector.
HeapBooleanVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
HeapBytesVector - Class in org.apache.paimon.data.columnar.heap
This class supports string and binary data by value reference -- i.e.
HeapBytesVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapBytesVector
Don't call this constructor except for testing purposes.
HeapByteVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable byte column vector.
HeapByteVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapByteVector
Don't use this except for testing purposes.
HeapDoubleVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable double precision floating point column vector.
HeapDoubleVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapDoubleVector
Don't use this except for testing purposes.
HeapFloatVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable double precision floating point column vector.
HeapFloatVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapFloatVector
Don't use this except for testing purposes.
HeapIntVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable int column vector.
HeapIntVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapIntVector
Don't use this except for testing purposes.
HeapLongVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable long column vector.
HeapLongVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapLongVector
Don't use this except for testing purposes.
HeapMapVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable heap map column vector.
HeapMapVector(int, ColumnVector, ColumnVector) - Constructor for class org.apache.paimon.data.columnar.heap.HeapMapVector
 
HeapMemorySegmentPool - Class in org.apache.paimon.memory
MemorySegment pool from heap.
HeapMemorySegmentPool(long, int) - Constructor for class org.apache.paimon.memory.HeapMemorySegmentPool
 
HeapRowVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable heap row column vector.
HeapRowVector(int, WritableColumnVector...) - Constructor for class org.apache.paimon.data.columnar.heap.HeapRowVector
 
HeapShortVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable short column vector.
HeapShortVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapShortVector
Don't use this except for testing purposes.
HeapSort - Class in org.apache.paimon.sort
This file is based on source code from the Hadoop Project (Apache Hadoop), licensed by the Apache Software Foundation (ASF) under the Apache License, Version 2.0.
HeapSort() - Constructor for class org.apache.paimon.sort.HeapSort
 
HeapTimestampVector - Class in org.apache.paimon.data.columnar.heap
This class represents a nullable byte column vector.
HeapTimestampVector(int) - Constructor for class org.apache.paimon.data.columnar.heap.HeapTimestampVector
 
HELP - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
HEX_FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
HEX_FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
HEX_FLOAT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
HEX_FLOAT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FloatLiteralContext
 
HEX_FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
HEX_FLOAT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
HEX_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
HEX_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
HEX_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
HEX_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
HEX_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
HEX_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
HIGHEST_FIRST_BIT - Static variable in class org.apache.paimon.data.BinarySection
To get the mark in highest bit of long.
HIGHEST_SECOND_TO_EIGHTH_BIT - Static variable in class org.apache.paimon.data.BinarySection
To get the 7 bits length in second bit to eighth bit out of a long.
highestFieldId() - Method in class org.apache.paimon.schema.TableSchema
 
histogram(String, int) - Method in class org.apache.paimon.flink.metrics.FlinkMetricGroup
 
Histogram - Interface in org.apache.paimon.metrics
The histogram allows to record values, get the current count of recorded values and create histogram statistics for the currently seen elements.
histogram(String, int) - Method in interface org.apache.paimon.metrics.MetricGroup
Registers a new Histogram with Paimon.
histogram(String, int) - Method in class org.apache.paimon.metrics.MetricGroupImpl
 
HistogramStatistics - Class in org.apache.paimon.metrics
Histogram statistics represent the current snapshot of elements recorded in the histogram.
HistogramStatistics() - Constructor for class org.apache.paimon.metrics.HistogramStatistics
 
historyRecord() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
HIVE_CONF_DIR - Static variable in class org.apache.paimon.hive.HiveCatalogOptions
 
HIVE_SITE_FILE - Static variable in class org.apache.paimon.hive.HiveCatalog
 
HiveCatalog - Class in org.apache.paimon.hive
A catalog implementation for Hive.
HiveCatalog(FileIO, HiveConf, String, String) - Constructor for class org.apache.paimon.hive.HiveCatalog
 
HiveCatalog(FileIO, HiveConf, String, Options, String) - Constructor for class org.apache.paimon.hive.HiveCatalog
 
HiveCatalogFactory - Class in org.apache.paimon.hive
Factory to create HiveCatalog.
HiveCatalogFactory() - Constructor for class org.apache.paimon.hive.HiveCatalogFactory
 
HiveCatalogLock - Class in org.apache.paimon.hive
HiveCatalogLock(IMetaStoreClient, long, long) - Constructor for class org.apache.paimon.hive.HiveCatalogLock
 
HiveCatalogOptions - Class in org.apache.paimon.hive
Options for hive catalog.
HiveDeserializer - Class in org.apache.paimon.hive
A deserializer to deserialize hive objects to InternalRow.
HiveMetastoreClient - Class in org.apache.paimon.hive
MetastoreClient for Hive tables.
HiveMetastoreClient.Factory - Class in org.apache.paimon.hive
Factory to create HiveMetastoreClient.
HiveMigrator - Class in org.apache.paimon.hive.migrate
Migrate hive table to paimon table.
HiveMigrator(HiveCatalog, String, String, String, String, Map<String, String>) - Constructor for class org.apache.paimon.hive.migrate.HiveMigrator
 
HiveMigrator.MigrateTask - Class in org.apache.paimon.hive.migrate
One import task for one partition.
HivePaimonArray - Class in org.apache.paimon.hive.objectinspector
HivePaimonArray for Array type.
HivePaimonArray(DataType, List<Object>) - Constructor for class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
HiveSchema - Class in org.apache.paimon.hive
Column names, types and comments of a Hive table.
HiveTypeUtils - Class in org.apache.paimon.hive
Utils for converting types related classes between Paimon and Hive.
HiveTypeUtils() - Constructor for class org.apache.paimon.hive.HiveTypeUtils
 
HiveUtils - Class in org.apache.paimon.hive.utils
Utils for create FileStoreTable and Predicate.
HiveUtils() - Constructor for class org.apache.paimon.hive.utils.HiveUtils
 
hour(String) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
HOUR_FORMATTER - Static variable in interface org.apache.paimon.tag.TagPeriodHandler
 
HourlyTagPeriodHandler() - Constructor for class org.apache.paimon.tag.TagPeriodHandler.HourlyTagPeriodHandler
 
HtmlFormatter - Class in org.apache.paimon.options.description
Formatter that transforms Description into Html representation.
HtmlFormatter() - Constructor for class org.apache.paimon.options.description.HtmlFormatter
 

I

i1() - Method in class org.apache.paimon.utils.PositiveIntInt
 
i2() - Method in class org.apache.paimon.utils.PositiveIntInt
 
id - Variable in class org.apache.paimon.disk.AbstractFileIOChannel
The ID of the underlying channel.
ID(File, int, Random) - Constructor for class org.apache.paimon.disk.FileIOChannel.ID
 
id() - Method in class org.apache.paimon.schema.TableSchema
 
id() - Method in class org.apache.paimon.Snapshot
 
id() - Method in class org.apache.paimon.types.DataField
 
ID_FIELD - Static variable in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
 
identifier() - Method in exception org.apache.paimon.catalog.Catalog.ColumnAlreadyExistException
 
identifier() - Method in exception org.apache.paimon.catalog.Catalog.ColumnNotExistException
 
identifier() - Method in exception org.apache.paimon.catalog.Catalog.PartitionNotExistException
 
identifier() - Method in exception org.apache.paimon.catalog.Catalog.TableAlreadyExistException
 
identifier() - Method in exception org.apache.paimon.catalog.Catalog.TableNotExistException
 
IDENTIFIER - Static variable in class org.apache.paimon.catalog.FileSystemCatalogFactory
 
identifier() - Method in class org.apache.paimon.catalog.FileSystemCatalogFactory
 
Identifier - Class in org.apache.paimon.catalog
Identifies an object in a catalog.
Identifier(String, String) - Constructor for class org.apache.paimon.catalog.Identifier
 
IDENTIFIER - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IDENTIFIER - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValuePairContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumConstantContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
IDENTIFIER - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IDENTIFIER - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
IDENTIFIER(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
IDENTIFIER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
identifier() - Method in interface org.apache.paimon.factories.Factory
Returns a unique identifier among same factory interfaces.
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.CompactActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.CompactActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.CompactDatabaseActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.CompactDatabaseActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.CreateTagActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.CreateTagActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.DeleteActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.DeleteActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.DeleteTagActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.DeleteTagActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.DropPartitionActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.DropPartitionActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.MigrateTableActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.MigrateTableActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.RemoveOrphanFilesActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.RemoveOrphanFilesActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.ResetConsumerActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.ResetConsumerActionFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.action.RollbackToActionFactory
 
identifier() - Method in class org.apache.paimon.flink.action.RollbackToActionFactory
 
identifier - Variable in class org.apache.paimon.flink.action.TableActionBase
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.FlinkCatalogFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
identifier() - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.CompactDatabaseProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.CompactProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.CompactProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.CreateTagProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.CreateTagProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.DeleteTagProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.DeleteTagProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.DropPartitionProcedure
Deprecated.
 
identifier() - Method in class org.apache.paimon.flink.procedure.DropPartitionProcedure
Deprecated.
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.MigrateFileProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.MigrateTableProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.RemoveOrphanFilesProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.RemoveOrphanFilesProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.ResetConsumerProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.ResetConsumerProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.flink.procedure.RollbackToProcedure
 
identifier() - Method in class org.apache.paimon.flink.procedure.RollbackToProcedure
 
IDENTIFIER - Static variable in class org.apache.paimon.format.avro.AvroFileFormat
 
identifier() - Method in class org.apache.paimon.format.avro.AvroFileFormatFactory
 
identifier() - Method in interface org.apache.paimon.format.FileFormatFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.format.orc.OrcFileFormat
 
IDENTIFIER - Static variable in class org.apache.paimon.format.orc.OrcFileFormatFactory
 
identifier() - Method in class org.apache.paimon.format.orc.OrcFileFormatFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
identifier() - Method in class org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
identifier() - Method in class org.apache.paimon.hive.HiveCatalogFactory
 
IDENTIFIER - Static variable in class org.apache.paimon.hive.HiveCatalogOptions
 
identifier() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
identifier() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
identifier() - Method in class org.apache.paimon.manifest.ManifestEntry
 
identifier() - Method in class org.apache.paimon.spark.SparkUtils.CatalogAndIdentifier
 
identifierLabel - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
identifierLabel - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
identifiers() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
identifiers() - Method in interface org.apache.paimon.flink.action.cdc.mysql.schema.MySqlTableInfo
Return all MySQL table identifiers that build this schema.
identifiers() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
identifiers() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
identityCastExecutor() - Static method in class org.apache.paimon.casting.CastExecutors
 
IDMapping<T> - Class in org.apache.paimon.utils
Incremental id generation.
IDMapping(Function<T, T>) - Constructor for class org.apache.paimon.utils.IDMapping
 
IF - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IF - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IF - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IF - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
IF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
IGNORE_RETRACT - Static variable in class org.apache.paimon.CoreOptions
 
ignoreEmptyCommit(boolean) - Method in interface org.apache.paimon.operation.FileStoreCommit
 
ignoreEmptyCommit(boolean) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
ignoreEmptyCommit(boolean) - Method in interface org.apache.paimon.table.sink.InnerTableCommit
If this is set to true, when there is no new data, no snapshot will be generated.
ignoreEmptyCommit(boolean) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
ignoreIncompatible(boolean) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
IMPLEMENTS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IMPLEMENTS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IMPLEMENTS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
IMPLEMENTS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
IMPLEMENTS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
IMPLEMENTS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
IMPLEMENTS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IMPLEMENTS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IMPORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IMPORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
IMPORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IMPORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
IMPORT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
IMPORT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
importDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
importDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
importDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
importDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
importDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
importDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
ImportDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
ImportDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
importUnPartitionedTableTask(FileIO, Table, AbstractFileStoreTable, Map<Path, Path>) - Method in class org.apache.paimon.hive.migrate.HiveMigrator
 
in - Variable in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
In - Class in org.apache.paimon.predicate
A LeafFunction to eval in.
in(int, List<Object>) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
inBoostrap() - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
INC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
INC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
INC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
inc() - Method in class org.apache.paimon.flink.metrics.FlinkCounter
 
inc(long) - Method in class org.apache.paimon.flink.metrics.FlinkCounter
 
inc() - Method in interface org.apache.paimon.metrics.Counter
Increment the current count by 1.
inc(long) - Method in interface org.apache.paimon.metrics.Counter
Increment the current count by the given value.
inc() - Method in class org.apache.paimon.metrics.SimpleCounter
Increment the current count by 1.
inc(long) - Method in class org.apache.paimon.metrics.SimpleCounter
Increment the current count by the given value.
INCLUDING_TABLES - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
includingDatabases(String) - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
includingPattern - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
includingTables(String) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
includingTables(String) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
includingTables(String) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
includingTables(String) - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
increaseNumBytesOut(long) - Method in class org.apache.paimon.flink.sink.CommitterMetrics
 
increaseNumRecordsOut(long) - Method in class org.apache.paimon.flink.sink.CommitterMetrics
 
increment() - Method in class org.apache.paimon.flink.source.RecordLimiter
 
INCREMENTAL_BETWEEN - Static variable in class org.apache.paimon.CoreOptions
 
INCREMENTAL_BETWEEN_SCAN_MODE - Static variable in class org.apache.paimon.CoreOptions
 
INCREMENTAL_BETWEEN_TIMESTAMP - Static variable in class org.apache.paimon.CoreOptions
 
incrementalBetween() - Method in class org.apache.paimon.CoreOptions
 
incrementalBetweenScanMode() - Method in class org.apache.paimon.CoreOptions
 
IncrementalStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for incremental changes by snapshot.
IncrementalStartingScanner(SnapshotManager, long, long, ScanMode) - Constructor for class org.apache.paimon.table.source.snapshot.IncrementalStartingScanner
 
IncrementalTagStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for incremental changes by tag.
IncrementalTagStartingScanner(SnapshotManager, String, String) - Constructor for class org.apache.paimon.table.source.snapshot.IncrementalTagStartingScanner
 
IncrementalTimeStampStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for incremental changes by timestamp.
IncrementalTimeStampStartingScanner(SnapshotManager, long, long, ScanMode) - Constructor for class org.apache.paimon.table.source.snapshot.IncrementalTimeStampStartingScanner
 
incWriteRecordNum() - Method in class org.apache.paimon.operation.metrics.WriterMetrics
 
index() - Method in class org.apache.paimon.predicate.FieldRef
 
index() - Method in class org.apache.paimon.predicate.LeafPredicate
 
index(InternalRow) - Method in class org.apache.paimon.sort.zorder.ZIndexer
 
index() - Method in class org.apache.paimon.table.sink.SequenceGenerator
 
index(T) - Method in class org.apache.paimon.utils.IDMapping
 
INDEX_NOT_FOUND - Static variable in class org.apache.paimon.utils.StringUtils
Represents a failed index search.
IndexBootstrap - Class in org.apache.paimon.crosspartition
Bootstrap key index from Paimon table.
IndexBootstrap(Table) - Constructor for class org.apache.paimon.crosspartition.IndexBootstrap
 
IndexBootstrapOperator<T> - Class in org.apache.paimon.flink.sink.index
Operator for IndexBootstrap.
IndexBootstrapOperator(IndexBootstrap, SerializableFunction<InternalRow, T>) - Constructor for class org.apache.paimon.flink.sink.index.IndexBootstrapOperator
 
IndexCastMapping - Interface in org.apache.paimon.schema
Class includes index mapping and cast mapping.
IndexedSortable - Interface in org.apache.paimon.sort
Indexed sortable to provide compare and swap.
IndexedSorter - Interface in org.apache.paimon.sort
Indexed sorter to provide sort.
indexEntrySize - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
indexFile() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
indexFileFactory() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
IndexFileHandler - Class in org.apache.paimon.index
Handle index files.
IndexFileHandler(SnapshotManager, IndexManifestFile, HashIndexFile) - Constructor for class org.apache.paimon.index.IndexFileHandler
 
indexFileHandler - Variable in class org.apache.paimon.operation.FileDeletionBase
 
IndexFileMeta - Class in org.apache.paimon.index
Metadata of index file.
IndexFileMeta(String, String, long, long) - Constructor for class org.apache.paimon.index.IndexFileMeta
 
IndexFileMetaSerializer - Class in org.apache.paimon.index
IndexFileMetaSerializer() - Constructor for class org.apache.paimon.index.IndexFileMetaSerializer
 
IndexIncrement - Class in org.apache.paimon.io
Incremental index files.
IndexIncrement(List<IndexFileMeta>) - Constructor for class org.apache.paimon.io.IndexIncrement
 
indexIncrement() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
IndexMaintainer<T> - Interface in org.apache.paimon.index
Maintainer to maintain index.
indexMaintainer - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite.WriterContainer
 
indexMaintainer - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
IndexMaintainer.Factory<T> - Interface in org.apache.paimon.index
Factory to restore IndexMaintainer.
indexManifest() - Method in class org.apache.paimon.Snapshot
 
IndexManifestEntry - Class in org.apache.paimon.manifest
Manifest entry for index file.
IndexManifestEntry(FileKind, BinaryRow, int, IndexFileMeta) - Constructor for class org.apache.paimon.manifest.IndexManifestEntry
 
IndexManifestEntry.Identifier - Class in org.apache.paimon.manifest
IndexManifestEntrySerializer - Class in org.apache.paimon.manifest
IndexManifestEntrySerializer() - Constructor for class org.apache.paimon.manifest.IndexManifestEntrySerializer
 
IndexManifestFile - Class in org.apache.paimon.manifest
Index manifest file.
IndexManifestFile.Factory - Class in org.apache.paimon.manifest
Creator of IndexManifestFile.
indexManifestFileFactory() - Method in class org.apache.paimon.AbstractFileStore
 
indexManifestFileFactory() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
indexMapping - Variable in class org.apache.paimon.utils.ProjectedRow
 
indexOf(BinaryString, int) - Method in class org.apache.paimon.data.BinaryString
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
indexType() - Method in class org.apache.paimon.index.IndexFileMeta
 
indexType - Variable in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
INFER_SCAN_MAX_PARALLELISM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
INFER_SCAN_PARALLELISM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
init(Identifier, Schema) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
init(Identifier, Schema) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
initFromPage(int, ByteBufferInputStream) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
Initialize the reader by page data.
initFromPage(int, ByteBufferInputStream) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
initialize(Configuration, Properties) - Method in class org.apache.paimon.hive.PaimonSerDe
 
initialize(String, CaseInsensitiveStringMap) - Method in class org.apache.paimon.spark.SparkCatalog
 
initialize(String, CaseInsensitiveStringMap) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
initializedState(FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.FileStoreSourceReader
 
initializeIfNeeded() - Method in class org.apache.paimon.mergetree.compact.LoserTree
Initialize the loser tree in the same way as the regular loser tree.
initializeState(StreamTaskStateInitializer) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
initializeState(StreamTaskStateInitializer) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketWriteOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreWriteOperator
 
initializeState(StateInitializationContext, Committer<?, GlobalCommitT>) - Method in interface org.apache.paimon.flink.sink.CommittableStateManager
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.HashBucketAssignerOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.index.IndexBootstrapOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
initializeState(StateInitializationContext, Committer<?, ManifestCommittable>) - Method in class org.apache.paimon.flink.sink.NoopCommittableStateManager
 
initializeState(StateInitializationContext, Committer<?, GlobalCommitT>) - Method in class org.apache.paimon.flink.sink.RestoreAndFailCommittableStateManager
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
initializeState(StateInitializationContext) - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
initializeState(FunctionInitializationContext) - Method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
InitiateMultipartUploadHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
InlineElement - Interface in org.apache.paimon.options.description
Part of description that represents an element inside a block e.g.
InMemoryBuffer - Class in org.apache.paimon.disk
Only cache InternalRows in memory.
innerCreator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
innerCreator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
innerCreator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
innerCreator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
InnerCreatorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
InnerCreatorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
innerGetCompactionResult(boolean) - Method in class org.apache.paimon.compact.CompactFutureManager
 
innerPlan() - Method in class org.apache.paimon.table.source.ReadOnceTableScan
 
InnerStreamTableScan - Interface in org.apache.paimon.table.source
InnerStreamTableScanImpl - Class in org.apache.paimon.table.source
StreamTableScan implementation for streaming planning.
InnerStreamTableScanImpl(CoreOptions, SnapshotReader, SnapshotManager, boolean, DefaultValueAssigner) - Constructor for class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
InnerTable - Interface in org.apache.paimon.table
Inner table for implementation, provide newScan, newRead ...
InnerTableCommit - Interface in org.apache.paimon.table.sink
Inner TableCommit contains overwrite setter.
InnerTableRead - Interface in org.apache.paimon.table.source
Inner TableRead contains filter and projection push down.
InnerTableScan - Interface in org.apache.paimon.table.source
Inner TableScan contains filter push down.
InnerTableScanImpl - Class in org.apache.paimon.table.source
TableScan implementation for batch planning.
InnerTableScanImpl(CoreOptions, SnapshotReader, SnapshotManager, DefaultValueAssigner) - Constructor for class org.apache.paimon.table.source.InnerTableScanImpl
 
InnerTableWrite - Interface in org.apache.paimon.table.sink
Inner TableWrite contains overwrite setter.
inPartitionRow(int) - Method in class org.apache.paimon.data.PartitionInfo
 
input(DataTypeRoot) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
input(DataTypeFamily) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
InputChangelogFollowUpScanner - Class in org.apache.paimon.table.source.snapshot
FollowUpScanner for CoreOptions.ChangelogProducer#INPUT changelog producer.
InputChangelogFollowUpScanner() - Constructor for class org.apache.paimon.table.source.snapshot.InputChangelogFollowUpScanner
 
inputView - Variable in class org.apache.paimon.io.DataInputViewStream
 
install() - Method in class org.apache.paimon.security.HadoopModule
 
install(Options) - Static method in class org.apache.paimon.security.SecurityContext
Installs security configuration.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.BinarySerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.BinaryStringSerializer
 
INSTANCE - Static variable in class org.apache.paimon.data.serializer.BooleanSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.ByteSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.DoubleSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.FloatSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.IntSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.LongSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.data.serializer.ShortSerializer
Sharable instance of the IntSerializer.
INSTANCE - Static variable in class org.apache.paimon.flink.DataTypeToLogicalType
 
INSTANCE - Static variable in class org.apache.paimon.predicate.And
 
INSTANCE - Static variable in class org.apache.paimon.predicate.Equal
 
INSTANCE - Static variable in class org.apache.paimon.predicate.GreaterOrEqual
 
INSTANCE - Static variable in class org.apache.paimon.predicate.GreaterThan
 
INSTANCE - Static variable in class org.apache.paimon.predicate.In
 
INSTANCE - Static variable in class org.apache.paimon.predicate.IsNotNull
 
INSTANCE - Static variable in class org.apache.paimon.predicate.IsNull
 
INSTANCE - Static variable in class org.apache.paimon.predicate.LessOrEqual
 
INSTANCE - Static variable in class org.apache.paimon.predicate.LessThan
 
INSTANCE - Static variable in class org.apache.paimon.predicate.NotEqual
 
INSTANCE - Static variable in class org.apache.paimon.predicate.NotIn
 
INSTANCE - Static variable in class org.apache.paimon.predicate.Or
 
INSTANCE - Static variable in class org.apache.paimon.predicate.StartsWith
 
INSTANCE - Static variable in class org.apache.paimon.schema.SchemaSerializer
 
INSTANCE - Static variable in class org.apache.paimon.table.source.SnapshotNotExistPlan
 
INSTANCE - Static variable in class org.apache.paimon.utils.FatalExitExceptionHandler
 
INSTANCEOF - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INSTANCEOF - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INSTANCEOF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
INSTANCEOF() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
INSTANCEOF - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INSTANCEOF - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
InstantiationUtil - Class in org.apache.paimon.utils
Utility class to create instances from class objects and checking failure reasons.
InstantiationUtil.ClassLoaderObjectInputStream - Class in org.apache.paimon.utils
A custom ObjectInputStream that can load classes using a specific ClassLoader.
INT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
INT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
INT() - Static method in class org.apache.paimon.types.DataTypes
 
Int2ShortHashMap - Class in org.apache.paimon.utils
Int to short hash map.
Int2ShortHashMap() - Constructor for class org.apache.paimon.utils.Int2ShortHashMap
 
int96ToTimestamp(boolean, long, int) - Static method in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
INT_ARRAY_OFFSET - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
IntColumnReader - Class in org.apache.paimon.format.parquet.reader
IntColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.IntColumnReader
 
IntColumnVector - Interface in org.apache.paimon.data.columnar
Int column vector.
integerLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
integerLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
integerLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
integerLiteral() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
IntegerLiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
IntegerLiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
INTERFACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INTERFACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
INTERFACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
INTERFACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeDeclarationContext
 
INTERFACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INTERFACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
INTERFACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
INTERFACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
interfaceBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
interfaceBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
InterfaceBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
InterfaceBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
interfaceBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
interfaceBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
interfaceBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
interfaceBodyDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
interfaceBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceBodyDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
InterfaceBodyDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
InterfaceBodyDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
interfaceDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
InterfaceDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
InterfaceDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
interfaceMemberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
interfaceMemberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
interfaceMemberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceMemberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
InterfaceMemberDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
InterfaceMemberDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMemberDeclarationContext
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceMethodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
InterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
InterfaceMethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
interfaceMethodModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
interfaceMethodModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
interfaceMethodModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
interfaceMethodModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
interfaceMethodModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
interfaceMethodModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
InterfaceMethodModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
InterfaceMethodModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
interleaveBits(byte[][], int) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
 
interleaveBits(byte[][], int, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Interleave bits using a naive loop.
interleaveBytes(Column) - Method in class org.apache.paimon.spark.sort.SparkZOrderUDF
 
INTERNAL_LOCATION - Static variable in class org.apache.paimon.hive.LocationKeyExtractor
 
InternalArray - Interface in org.apache.paimon.data
Base interface of an internal data structure representing data of ArrayType.
InternalArray.ElementGetter - Interface in org.apache.paimon.data
Accessor for getting the elements of an array during runtime.
InternalArraySerializer - Class in org.apache.paimon.data.serializer
Serializer for InternalArray.
InternalArraySerializer(DataType) - Constructor for class org.apache.paimon.data.serializer.InternalArraySerializer
 
internalCopyWithoutCheck(Map<String, String>) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
internalCopyWithoutCheck(Map<String, String>) - Method in interface org.apache.paimon.table.FileStoreTable
Sometimes we have to change some Immutable options to implement features.
InternalMap - Interface in org.apache.paimon.data
Base interface of an internal data structure representing data of MapType or MultisetType.
InternalMapSerializer - Class in org.apache.paimon.data.serializer
Serializer for InternalMap.
InternalMapSerializer(DataType, DataType) - Constructor for class org.apache.paimon.data.serializer.InternalMapSerializer
 
InternalRow - Interface in org.apache.paimon.data
Base interface for an internal data structure representing data of RowType.
InternalRow.FieldGetter - Interface in org.apache.paimon.data
Accessor for getting the field of a row during runtime.
InternalRowSerializer - Class in org.apache.paimon.data.serializer
Serializer for InternalRow.
InternalRowSerializer(RowType) - Constructor for class org.apache.paimon.data.serializer.InternalRowSerializer
 
InternalRowSerializer(DataType...) - Constructor for class org.apache.paimon.data.serializer.InternalRowSerializer
 
InternalRowSerializer(DataType[], Serializer<?>[]) - Constructor for class org.apache.paimon.data.serializer.InternalRowSerializer
 
InternalRowTypeSerializer - Class in org.apache.paimon.flink.utils
A TypeSerializer for InternalRow.
InternalRowTypeSerializer(RowType) - Constructor for class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
InternalRowTypeSerializer(DataType...) - Constructor for class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
InternalRowUtils - Class in org.apache.paimon.utils
Utils for InternalRow structures.
InternalRowUtils() - Constructor for class org.apache.paimon.utils.InternalRowUtils
 
InternalSerializers - Class in org.apache.paimon.data.serializer
Serializer of DataType for internal data structures.
InternalTypeInfo<T> - Class in org.apache.paimon.flink.utils
A TypeInformation for internal serializer.
InternalTypeInfo(InternalTypeSerializer<T>) - Constructor for class org.apache.paimon.flink.utils.InternalTypeInfo
 
InternalTypeSerializer<T> - Class in org.apache.paimon.flink.utils
A simple version TypeSerializer.
InternalTypeSerializer() - Constructor for class org.apache.paimon.flink.utils.InternalTypeSerializer
 
IntervalPartition - Class in org.apache.paimon.mergetree.compact
Algorithm to partition several data files into the minimum number of SortedRuns.
IntervalPartition(List<DataFileMeta>, Comparator<InternalRow>) - Constructor for class org.apache.paimon.mergetree.compact.IntervalPartition
 
IntFileUtils - Class in org.apache.paimon.utils
File to store ints.
IntFileUtils() - Constructor for class org.apache.paimon.utils.IntFileUtils
 
IntHashSet - Class in org.apache.paimon.utils
A hash set for ints.
IntHashSet() - Constructor for class org.apache.paimon.utils.IntHashSet
 
IntHashSet(int) - Constructor for class org.apache.paimon.utils.IntHashSet
 
IntIterator - Interface in org.apache.paimon.utils
Iterator for ints.
IntObjectSerializer - Class in org.apache.paimon.utils
A ObjectSerializer for int.
IntObjectSerializer() - Constructor for class org.apache.paimon.utils.IntObjectSerializer
 
IntSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Integer (and int, via auto-boxing).
IntSerializer() - Constructor for class org.apache.paimon.data.serializer.IntSerializer
 
intToOrderedBytes(int, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Signed ints do not have their bytes in magnitude order because of the sign bit.
intType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Integer type.
IntType - Class in org.apache.paimon.types
Data type of a 4-byte signed integer with values from -2,147,483,648 to 2,147,483,647.
IntType(boolean) - Constructor for class org.apache.paimon.types.IntType
 
IntType() - Constructor for class org.apache.paimon.types.IntType
 
invalidateTable(Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
invalidPage(RandomAccessFile, int) - Method in class org.apache.paimon.io.cache.CacheManager
 
invertKey() - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
Flag whether normalized key comparisons should be inverted key.
invokeStaticMethod(Class, String, Object...) - Static method in class org.apache.paimon.utils.ReflectionUtils
 
invokeStaticMethod(Method, Object...) - Static method in class org.apache.paimon.utils.ReflectionUtils
 
IOExceptionSupplier<T> - Interface in org.apache.paimon.utils
ioExecutor - Variable in class org.apache.paimon.operation.FileDeletionBase
 
IOFunction<T,R> - Interface in org.apache.paimon.utils
A functional interface for a Function that may throw IOException.
IOManager - Interface in org.apache.paimon.disk
The facade for the provided disk I/O services.
ioManager - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite
 
ioManager - Variable in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
IOManagerImpl - Class in org.apache.paimon.disk
The facade for the provided I/O manager services.
IOManagerImpl(String...) - Constructor for class org.apache.paimon.disk.IOManagerImpl
Constructs a new IOManager.
IOUtils - Class in org.apache.paimon.utils
An utility class for I/O related functionality.
IOUtils() - Constructor for class org.apache.paimon.utils.IOUtils
 
is(DataTypeRoot) - Method in class org.apache.paimon.types.DataType
Returns whether the root of the type equals to the typeRoot or not.
is(DataTypeFamily) - Method in class org.apache.paimon.types.DataType
Returns whether the family type of the type equals to the family or not.
is32BitDecimal(int) - Static method in class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
is64BitDecimal(int) - Static method in class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
isAdd() - Method in enum org.apache.paimon.types.RowKind
isAligned() - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
isAnyOf(DataTypeRoot...) - Method in class org.apache.paimon.types.DataType
Returns whether the root of the type equals to at least on of the typeRoots or not.
isAnyOf(DataTypeFamily...) - Method in class org.apache.paimon.types.DataType
Returns whether the root of the type is part of at least one family of the typeFamily or not.
isArray(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isBasicType() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
isBasicType() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
isBasicType() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
isBasicType() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
isBasicType() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
isBinaryString(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isBlank(String) - Static method in class org.apache.paimon.utils.StringUtils
 
isBoolean(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isBounded() - Method in class org.apache.paimon.flink.PaimonDataStreamScanProvider
 
isCharacterString(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isClosed() - Method in class org.apache.paimon.disk.AbstractFileIOChannel
 
isClosed() - Method in interface org.apache.paimon.disk.FileIOChannel
Checks whether the channel has been closed.
isCompact() - Method in class org.apache.paimon.data.Decimal
Returns whether the decimal value is small enough to be stored in a long.
isCompact(int) - Static method in class org.apache.paimon.data.Decimal
Returns whether the decimal value is small enough to be stored in a long.
isCompact(int) - Static method in class org.apache.paimon.data.Timestamp
Returns whether the timestamp data is small enough to be stored in a long of milliseconds.
isComparable(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isCompositeType(DataType) - Static method in class org.apache.paimon.types.DataTypeChecks
Checks if the given type is a composite type.
isCurrentPageDictionaryEncoded - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
If true, the current page is dictionary encoded.
isDDL() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
isDDL() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
isDecimal(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isDeprecated() - Method in class org.apache.paimon.options.FallbackKey
 
isDir(Path) - Method in interface org.apache.paimon.fs.FileIO
 
isDir() - Method in interface org.apache.paimon.fs.FileStatus
Checks if this object represents a directory.
isDirectOutOfMemoryError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether the given exception indicates a JVM direct out-of-memory error.
isDisabled() - Method in class org.apache.paimon.format.TableStatsCollector
 
isEmbeddedMetastore(HiveConf) - Static method in class org.apache.paimon.hive.HiveCatalog
 
isEmpty() - Method in class org.apache.paimon.index.HashIndexMaintainer
 
isEmpty() - Method in class org.apache.paimon.io.CompactIncrement
 
isEmpty() - Method in class org.apache.paimon.io.IndexIncrement
 
isEmpty() - Method in class org.apache.paimon.io.NewFilesIncrement
 
isEmpty() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
isEmpty(CharSequence) - Static method in class org.apache.paimon.utils.StringUtils
Checks if a CharSequence is empty ("") or null.
isEnabled(StreamExecutionEnvironment) - Static method in class org.apache.paimon.flink.sink.AdaptiveParallelism
 
isEndOfStream(RowData) - Method in class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
isEnumType(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
isErrorResponse() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
isFreeBSD() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Checks whether the operating system this JVM runs on is FreeBSD.
isFreeBSD() - Static method in enum org.apache.paimon.utils.OperatingSystem
Checks whether the operating system this JVM runs on is FreeBSD.
isFullCompactedIdentifier(long, int) - Static method in class org.apache.paimon.table.source.snapshot.FullCompactedStartingScanner
 
isGeoType(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
isHadoopCommonOnClasspath(ClassLoader) - Static method in class org.apache.paimon.security.SecurityContext
 
isHeapSpaceOutOfMemoryError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
 
isImmutableType() - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
isImmutableType() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
isInFixedLengthPart(DataType) - Static method in class org.apache.paimon.data.BinaryRow
If it is a fixed-length field, we can call this BinaryRow's setXX method for in-place updates.
isInteger(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isInteroperable(DataType, DataType) - Static method in class org.apache.paimon.utils.TypeUtils
Can the two types operate with each other.
isJobRunning(String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
isJvmFatalError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether the given exception indicates a situation that may leave the JVM in a corrupted state, meaning a state where continued normal operation can only be guaranteed via clean process restart.
isJvmFatalOrOutOfMemoryError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether the given exception indicates a situation that may leave the JVM in a corrupted state, or an out-of-memory error.
isKeyFullyDetermines() - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
whether the normalized key can fully determines the comparison.
isKeyType() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
isKeyType() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
isKeyType() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
isKeyType() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
isKeyType() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
isLegal() - Method in class org.apache.paimon.security.SecurityConfiguration
 
isLinux() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Checks whether the operating system this JVM runs on is Linux.
isLinux() - Static method in enum org.apache.paimon.utils.OperatingSystem
Checks whether the operating system this JVM runs on is Linux.
isLoginPossible() - Method in class org.apache.paimon.security.KerberosLoginProvider
 
isLong(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isMac() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isMac() - Static method in enum org.apache.paimon.utils.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isMap(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isMetaspaceOutOfMemoryError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Checks whether the given exception indicates a JVM metaspace out-of-memory error.
isMultiset(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isMutable(DataType) - Static method in class org.apache.paimon.data.BinaryRow
 
isMutable(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isNested() - Method in class org.apache.paimon.flink.Projection
 
isNested() - Method in class org.apache.paimon.utils.Projection
 
isNonPhysicalColumnKey(String) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
IsNotNull - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval is not null.
isNotNull(int) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
isNull - Variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
IsNull(String, PredicateLeaf.Type) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.IsNull
Creates an IS_NULL predicate.
IsNull - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval is null.
isNull(int) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
isNull(JsonNode) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
 
isNullable() - Method in class org.apache.paimon.types.DataType
Returns whether a value of this type can be null.
isNullAt(int) - Method in class org.apache.paimon.casting.CastedRow
 
isNullAt(int) - Method in class org.apache.paimon.casting.DefaultValueRow
 
isNullAt(int) - Method in class org.apache.paimon.data.BinaryArray
 
isNullAt(int) - Method in class org.apache.paimon.data.BinaryRow
 
isNullAt(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
isNullAt(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
isNullAt(int) - Method in interface org.apache.paimon.data.columnar.ColumnVector
 
isNullAt(int) - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
isNullAt(int, int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
isNullAt(int) - Method in interface org.apache.paimon.data.DataGetters
Returns true if the element is null at the given position.
isNullAt(int) - Method in class org.apache.paimon.data.GenericArray
 
isNullAt(int) - Method in class org.apache.paimon.data.GenericRow
 
isNullAt(int) - Method in class org.apache.paimon.data.JoinedRow
 
isNullAt(int) - Method in class org.apache.paimon.data.LazyGenericRow
 
isNullAt(int) - Method in class org.apache.paimon.data.NestedRow
 
isNullAt(int) - Method in class org.apache.paimon.flink.FlinkRowData
 
isNullAt(int) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
isNullAt(int) - Method in class org.apache.paimon.flink.ProjectedRowData
 
isNullAt(int) - Method in class org.apache.paimon.format.orc.reader.AbstractOrcColumnVector
 
isNullAt(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
isNullAt(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
isNullAt(int) - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
isNullAt(int) - Method in class org.apache.paimon.PartitionSettedRow
 
isNullAt(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
isNullAt(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
isNullAt(int) - Method in class org.apache.paimon.spark.SparkRow
 
isNullAt(int) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
isNullAt(int) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
isNullAt(int) - Method in class org.apache.paimon.utils.OffsetRow
 
isNullAt(int) - Method in class org.apache.paimon.utils.ProjectedRow
 
isNullOrWhitespaceOnly(String) - Static method in class org.apache.paimon.utils.StringUtils
Checks if the string is null, empty, or contains only whitespace characters.
isNumeric(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isObjectStore() - Method in class org.apache.paimon.flink.FlinkFileIO
 
isObjectStore() - Method in interface org.apache.paimon.fs.FileIO
 
isObjectStore() - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
isObjectStore() - Method in class org.apache.paimon.fs.local.LocalFileIO
 
isObjectStore() - Method in class org.apache.paimon.oss.OSSFileIO
 
isObjectStore() - Method in class org.apache.paimon.s3.S3FileIO
 
isOffHeap() - Method in class org.apache.paimon.memory.MemorySegment
 
isOptional() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
isPaimonTable(Table) - Static method in class org.apache.flink.table.hive.LegacyHiveClasses
Deprecated.
 
isPartitioned() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
isPointwise() - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
isPresent() - Method in class org.apache.paimon.lookup.RocksDBState.Reference
 
isPrimitive(DataType) - Static method in class org.apache.paimon.utils.TypeUtils
 
isPrimitive(DataTypeRoot) - Static method in class org.apache.paimon.utils.TypeUtils
 
isPrimitiveArray() - Method in class org.apache.paimon.data.GenericArray
Returns true if this is a primitive array.
isProxyUser(UserGroupInformation) - Static method in class org.apache.paimon.security.KerberosLoginProvider
 
isReference(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isRequesterCharged() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
isRequesterCharged() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
isRetract() - Method in enum org.apache.paimon.types.RowKind
isRow(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isRunning - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
isScaleType(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
isSchemaChange() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
isSetType(String) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
isSolaris() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Checks whether the operating system this JVM runs on is Solaris.
isSolaris() - Static method in enum org.apache.paimon.utils.OperatingSystem
Checks whether the operating system this JVM runs on is Solaris.
isStreaming() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
isStreaming() - Method in class org.apache.paimon.flink.source.DataTableSource
 
isStreaming() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
isStreaming - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
isStreaming() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
isStreaming(boolean) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
isStreaming() - Method in class org.apache.paimon.table.source.DataSplit
 
isStreamingMode - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite
 
isSystemTable(Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
isTemporal(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isTimePoint(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isTimestamp(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isTimestampWithLocalZone(DataType) - Static method in class org.apache.paimon.utils.TypeCheckUtils
 
isTupleType() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
isTupleType() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
isTupleType() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
isTupleType() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
isTupleType() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
isUtcTimestamp - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
isWindows() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isWindows() - Static method in enum org.apache.paimon.utils.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
iterator() - Method in class org.apache.paimon.lookup.hash.HashLookupStoreReader
 
iterator() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
 
IteratorRecordReader<T> - Class in org.apache.paimon.utils
Wrap a Iterator as an RecordReader.
IteratorRecordReader(Iterator<T>) - Constructor for class org.apache.paimon.utils.IteratorRecordReader
 
IteratorResultIterator<E> - Class in org.apache.paimon.utils
A simple RecordReader.RecordIterator that returns the elements of an iterator.
IteratorResultIterator(Iterator<E>, Runnable) - Constructor for class org.apache.paimon.utils.IteratorResultIterator
 

J

JarFileChecker - Class in org.apache.paimon.tools.ci.licensecheck
Checks the Jar files created by the build process.
JarFileChecker() - Constructor for class org.apache.paimon.tools.ci.licensecheck.JarFileChecker
 
JavaCodeSplitter - Class in org.apache.paimon.codegen.codesplit
Rewrite generated java code so that the length of each method becomes smaller and can be compiled.
JavaCodeSplitter() - Constructor for class org.apache.paimon.codegen.codesplit.JavaCodeSplitter
 
JavaLexer - Class in org.apache.paimon.codegen.codesplit
 
JavaLexer - Class in org.apache.paimon.codegen.codesplit
 
JavaLexer(CharStream) - Constructor for class org.apache.paimon.codegen.codesplit.JavaLexer
 
JavaLexer(CharStream) - Constructor for class org.apache.paimon.codegen.codesplit.JavaLexer
 
JavaParser - Class in org.apache.paimon.codegen.codesplit
 
JavaParser - Class in org.apache.paimon.codegen.codesplit
 
JavaParser(TokenStream) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser
 
JavaParser(TokenStream) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser
 
JavaParser.AnnotationConstantRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationConstantRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationMethodOrConstantRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationMethodOrConstantRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationMethodRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationMethodRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeElementDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeElementDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeElementRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.AnnotationTypeElementRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArrayCreatorRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArrayCreatorRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArrayInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ArrayInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.BlockContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.BlockContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.BlockStatementContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.BlockStatementContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CatchClauseContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CatchClauseContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CatchTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CatchTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassBodyDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassBodyDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassCreatorRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassCreatorRestContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassOrInterfaceModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassOrInterfaceModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassOrInterfaceTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassOrInterfaceTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ClassTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CompilationUnitContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CompilationUnitContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstantDeclaratorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstantDeclaratorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstructorCallContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstructorCallContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstructorDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ConstructorDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CreatedNameContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CreatedNameContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CreatorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.CreatorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.DefaultValueContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.DefaultValueContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValueArrayInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValueArrayInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValueContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValueContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValuePairContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValuePairContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValuePairsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ElementValuePairsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnhancedForControlContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnhancedForControlContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumBodyDeclarationsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumBodyDeclarationsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumConstantContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumConstantContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumConstantsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumConstantsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.EnumDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExplicitGenericInvocationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExplicitGenericInvocationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExplicitGenericInvocationSuffixContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExplicitGenericInvocationSuffixContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExpressionListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ExpressionListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FieldDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FieldDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FinallyBlockContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FinallyBlockContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FloatLiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FloatLiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ForControlContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ForControlContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ForInitContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ForInitContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParameterListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParameterListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.FormalParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericConstructorDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericConstructorDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericInterfaceMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericInterfaceMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.GenericMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ImportDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ImportDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InnerCreatorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InnerCreatorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.IntegerLiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.IntegerLiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceBodyDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceBodyDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMemberDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMemberDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMethodModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.InterfaceMethodModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LambdaParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LastFormalParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LastFormalParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LiteralContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LocalTypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LocalTypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LocalVariableDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.LocalVariableDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MemberDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MemberDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodBodyContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodCallContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodCallContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.MethodDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.NonWildcardTypeArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.NonWildcardTypeArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.NonWildcardTypeArgumentsOrDiamondContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.NonWildcardTypeArgumentsOrDiamondContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PackageDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PackageDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ParExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ParExpressionContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PrimaryContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PrimaryContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PrimitiveTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.PrimitiveTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.QualifiedNameContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.QualifiedNameContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.QualifiedNameListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.QualifiedNameListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourceContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourceContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourcesContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourcesContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourceSpecificationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.ResourceSpecificationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.StatementContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.StatementContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SuperSuffixContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SuperSuffixContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SwitchBlockStatementGroupContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SwitchBlockStatementGroupContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SwitchLabelContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.SwitchLabelContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentsOrDiamondContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeArgumentsOrDiamondContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeBoundContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeBoundContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeDeclarationContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeListContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeParameterContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeParametersContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeTypeContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeTypeOrVoidContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.TypeTypeOrVoidContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorIdContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorIdContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableDeclaratorsContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableInitializerContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParser.VariableModifierContext - Class in org.apache.paimon.codegen.codesplit
 
JavaParserBaseListener - Class in org.apache.paimon.codegen.codesplit
This class provides an empty implementation of JavaParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JavaParserBaseListener - Class in org.apache.paimon.codegen.codesplit
This class provides an empty implementation of JavaParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JavaParserBaseListener() - Constructor for class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
 
JavaParserBaseListener() - Constructor for class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
 
JavaParserBaseVisitor<T> - Class in org.apache.paimon.codegen.codesplit
This class provides an empty implementation of JavaParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
JavaParserBaseVisitor<T> - Class in org.apache.paimon.codegen.codesplit
This class provides an empty implementation of JavaParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
JavaParserBaseVisitor() - Constructor for class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
 
JavaParserBaseVisitor() - Constructor for class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
 
JavaParserListener - Interface in org.apache.paimon.codegen.codesplit
This interface defines a complete listener for a parse tree produced by JavaParser.
JavaParserListener - Interface in org.apache.paimon.codegen.codesplit
This interface defines a complete listener for a parse tree produced by JavaParser.
JavaParserVisitor<T> - Interface in org.apache.paimon.codegen.codesplit
This interface defines a complete generic visitor for a parse tree produced by JavaParser.
JavaParserVisitor<T> - Interface in org.apache.paimon.codegen.codesplit
This interface defines a complete generic visitor for a parse tree produced by JavaParser.
JavaSerializer<T extends Serializable> - Class in org.apache.paimon.flink.utils
A type serializer that serializes its type using the Java serialization.
JavaSerializer(Class<T>) - Constructor for class org.apache.paimon.flink.utils.JavaSerializer
 
JavaSerializer.JavaSerializerSnapshot<T extends Serializable> - Class in org.apache.paimon.flink.utils
JavaSerializer snapshot class.
JavaSerializerSnapshot() - Constructor for class org.apache.paimon.flink.utils.JavaSerializer.JavaSerializerSnapshot
 
JavaTypeInfo<T extends Serializable> - Class in org.apache.paimon.flink.utils
A TypeInformation which uses java serialization.
JavaTypeInfo(Class<T>) - Constructor for class org.apache.paimon.flink.utils.JavaTypeInfo
 
JIFFY_LENGTH_IN_MILLIS - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
JIFFY_LENGTH_IN_MILLIS - Static variable in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
JobBenchmarkMetric - Class in org.apache.paimon.benchmark.metric
The aggregated result of a single benchmark query.
JobBenchmarkMetric(String, double, long, double, Long, Long) - Constructor for class org.apache.paimon.benchmark.metric.JobBenchmarkMetric
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
jobName() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
join(Iterable<?>, String) - Static method in class org.apache.paimon.utils.StringUtils
Joins the elements of the provided Iterable into a single String containing the provided elements.
join(Iterator<?>, String) - Static method in class org.apache.paimon.utils.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
JoinedRow - Class in org.apache.paimon.data
An implementation of InternalRow which is backed by two concatenated InternalRow.
JoinedRow() - Constructor for class org.apache.paimon.data.JoinedRow
Creates a new JoinedRow of kind RowKind.INSERT, but without backing rows.
JoinedRow(InternalRow, InternalRow) - Constructor for class org.apache.paimon.data.JoinedRow
Creates a new JoinedRow of kind RowKind.INSERT backed by row1 and row2.
JoinedRow(RowKind, InternalRow, InternalRow) - Constructor for class org.apache.paimon.data.JoinedRow
Creates a new JoinedRow of kind RowKind.INSERT backed by row1 and row2.
JSON_MAPPER - Static variable in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
JsonDeserializer<T> - Interface in org.apache.paimon.utils
Json deserializer for jackson.
JsonSerdeUtil - Class in org.apache.paimon.utils
A utility class that provide abilities for JSON serialization and deserialization.
JsonSerializer<T> - Interface in org.apache.paimon.utils
Json serializer for jackson.
JULIAN_EPOCH_OFFSET_DAYS - Static variable in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 

K

KAFKA_CONF - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
KAFKA_PREFIX - Static variable in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
KafkaActionUtils - Class in org.apache.paimon.flink.action.cdc.kafka
Utils for Kafka Action.
KafkaActionUtils() - Constructor for class org.apache.paimon.flink.action.cdc.kafka.KafkaActionUtils
 
KafkaLogDeserializationSchema - Class in org.apache.paimon.flink.kafka
A KafkaDeserializationSchema for the table with primary key in log store.
KafkaLogDeserializationSchema(DataType, int[], DeserializationSchema<RowData>, DeserializationSchema<RowData>, int[][]) - Constructor for class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
KafkaLogOptions - Class in org.apache.paimon.flink.kafka
Options for kafka log.
KafkaLogOptions() - Constructor for class org.apache.paimon.flink.kafka.KafkaLogOptions
 
KafkaLogSerializationSchema - Class in org.apache.paimon.flink.kafka
A KafkaRecordSerializationSchema for the table in log store.
KafkaLogSerializationSchema(String, SerializationSchema<RowData>, SerializationSchema<RowData>, CoreOptions.LogChangelogMode) - Constructor for class org.apache.paimon.flink.kafka.KafkaLogSerializationSchema
 
KafkaLogSinkProvider - Class in org.apache.paimon.flink.kafka
KafkaLogSinkProvider(String, Properties, SerializationSchema<RowData>, SerializationSchema<RowData>, CoreOptions.LogConsistency, CoreOptions.LogChangelogMode) - Constructor for class org.apache.paimon.flink.kafka.KafkaLogSinkProvider
 
KafkaLogSourceProvider - Class in org.apache.paimon.flink.kafka
KafkaLogSourceProvider(String, Properties, DataType, int[], DeserializationSchema<RowData>, DeserializationSchema<RowData>, int[][], CoreOptions.LogConsistency, CoreOptions.StartupMode, Long) - Constructor for class org.apache.paimon.flink.kafka.KafkaLogSourceProvider
 
KafkaLogStoreFactory - Class in org.apache.paimon.flink.kafka
The Kafka LogStoreTableFactory implementation.
KafkaLogStoreFactory() - Constructor for class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
KafkaLogStoreRegister - Class in org.apache.paimon.flink.kafka
KafkaLogStoreRegister is used to register/unregister topics in Kafka for paimon table.
KafkaLogStoreRegister(LogStoreTableFactory.RegisterContext) - Constructor for class org.apache.paimon.flink.kafka.KafkaLogStoreRegister
 
KafkaSinkFunction - Class in org.apache.paimon.flink.kafka
A FlinkKafkaProducer which implements LogSinkFunction to register WriteCallback.
KafkaSinkFunction(String, KafkaSerializationSchema<SinkRecord>, Properties, FlinkKafkaProducer.Semantic) - Constructor for class org.apache.paimon.flink.kafka.KafkaSinkFunction
Creates a KafkaSinkFunction for a given topic.
KafkaSyncDatabaseAction - Class in org.apache.paimon.flink.action.cdc.kafka
Synchronize database from Kafka.
KafkaSyncDatabaseAction(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseAction
 
KafkaSyncDatabaseActionFactory - Class in org.apache.paimon.flink.action.cdc.kafka
Factory to create KafkaSyncDatabaseAction.
KafkaSyncDatabaseActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseActionFactory
 
KafkaSyncTableAction - Class in org.apache.paimon.flink.action.cdc.kafka
Synchronize table from Kafka.
KafkaSyncTableAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
KafkaSyncTableActionFactory - Class in org.apache.paimon.flink.action.cdc.kafka
Factory to create KafkaSyncTableAction.
KafkaSyncTableActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableActionFactory
 
KB_TO_BYTES - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
KERBEROS_LOGIN_KEYTAB - Static variable in class org.apache.paimon.security.SecurityConfiguration
 
KERBEROS_LOGIN_PRINCIPAL - Static variable in class org.apache.paimon.security.SecurityConfiguration
 
KERBEROS_LOGIN_USETICKETCACHE - Static variable in class org.apache.paimon.security.SecurityConfiguration
 
KerberosLoginProvider - Class in org.apache.paimon.security
Provides Kerberos login functionality.
KerberosLoginProvider(Options) - Constructor for class org.apache.paimon.security.KerberosLoginProvider
 
KerberosLoginProvider(SecurityConfiguration) - Constructor for class org.apache.paimon.security.KerberosLoginProvider
 
key() - Method in class org.apache.paimon.KeyValue
 
key() - Method in class org.apache.paimon.options.ConfigOption
Gets the configuration key.
key(String) - Static method in class org.apache.paimon.options.ConfigOptions
Starts building a new ConfigOption.
key() - Method in class org.apache.paimon.schema.SchemaChange.RemoveOption
 
key() - Method in class org.apache.paimon.schema.SchemaChange.SetOption
 
KEY_FIELD_PREFIX - Static variable in class org.apache.paimon.schema.SystemColumns
System field names.
KeyAndBucketExtractor<T> - Interface in org.apache.paimon.table.sink
Utility interface to extract partition keys, bucket id, primary keys for file store (trimmedPrimaryKey) and primary keys for external log system (logPrimaryKey) from the given record.
keyArray() - Method in class org.apache.paimon.data.BinaryMap
 
keyArray() - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
keyArray() - Method in class org.apache.paimon.data.GenericMap
 
keyArray() - Method in interface org.apache.paimon.data.InternalMap
Returns an array view of the keys contained in this map.
keyComparator - Variable in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
KeyComparatorSupplier - Class in org.apache.paimon.utils
A Supplier that returns the comparator for the file store key.
KeyComparatorSupplier(RowType) - Constructor for class org.apache.paimon.utils.KeyComparatorSupplier
 
keyFields(TableSchema) - Method in interface org.apache.paimon.schema.KeyValueFieldsExtractor
Extract key fields from table schema.
keyOutView - Variable in class org.apache.paimon.lookup.RocksDBState
 
KeyPartOrRow - Enum in org.apache.paimon.flink.sink.index
Type of record, key or full row.
KeyPartPartitionKeyExtractor - Class in org.apache.paimon.crosspartition
A PartitionKeyExtractor to InternalRow with only key and partiton fields.
KeyPartPartitionKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.crosspartition.KeyPartPartitionKeyExtractor
 
KeyPartRowChannelComputer - Class in org.apache.paimon.flink.sink.index
A ChannelComputer for KeyPartOrRow and row.
KeyPartRowChannelComputer(RowType, RowType, List<String>) - Constructor for class org.apache.paimon.flink.sink.index.KeyPartRowChannelComputer
 
keyPrefix() - Method in class org.apache.paimon.spark.SparkSource
 
KeyProjectedRow - Class in org.apache.paimon.utils
A InternalRow to project key fields with RowKind.INSERT.
KeyProjectedRow(int[]) - Constructor for class org.apache.paimon.utils.KeyProjectedRow
 
keys() - Method in class org.apache.paimon.lookup.hash.HashLookupStoreReader
 
keySerializer - Variable in class org.apache.paimon.lookup.RocksDBState
 
keySet() - Method in class org.apache.paimon.options.Options
 
keyStats() - Method in class org.apache.paimon.io.DataFileMeta
 
keyType() - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
KeyValue - Class in org.apache.paimon
A key value, including user key, sequence number, value kind and value.
KeyValue() - Constructor for class org.apache.paimon.KeyValue
 
KeyValueDataFileRecordReader - Class in org.apache.paimon.io
RecordReader for reading KeyValue data files.
KeyValueDataFileRecordReader(FileIO, FormatReaderFactory, Path, RowType, RowType, int, Integer, int[], CastFieldGetter[], PartitionInfo) - Constructor for class org.apache.paimon.io.KeyValueDataFileRecordReader
 
KeyValueDataFileWriter - Class in org.apache.paimon.io
A StatsCollectingSingleFileWriter to write data files containing KeyValues.
KeyValueDataFileWriter(FileIO, FormatWriterFactory, Path, Function<KeyValue, InternalRow>, RowType, RowType, TableStatsExtractor, long, int, String, CoreOptions) - Constructor for class org.apache.paimon.io.KeyValueDataFileWriter
 
KeyValueFieldsExtractor - Interface in org.apache.paimon.schema
Extractor of schema for different tables.
KeyValueFileReaderFactory - Class in org.apache.paimon.io
Factory to create RecordReaders for reading KeyValue files.
KeyValueFileReaderFactory.Builder - Class in org.apache.paimon.io
KeyValueFileStore - Class in org.apache.paimon
FileStore for querying and updating KeyValues.
KeyValueFileStore(FileIO, SchemaManager, long, boolean, CoreOptions, RowType, RowType, RowType, RowType, KeyValueFieldsExtractor, MergeFunctionFactory<KeyValue>, String, CatalogEnvironment) - Constructor for class org.apache.paimon.KeyValueFileStore
 
KeyValueFileStoreRead - Class in org.apache.paimon.operation
FileStoreRead implementation for KeyValueFileStore.
KeyValueFileStoreRead(FileIO, SchemaManager, long, RowType, RowType, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, FileFormatDiscover, FileStorePathFactory, KeyValueFieldsExtractor, CoreOptions) - Constructor for class org.apache.paimon.operation.KeyValueFileStoreRead
 
KeyValueFileStoreScan - Class in org.apache.paimon.operation
KeyValueFileStoreScan(RowType, ScanBucketFilter, SnapshotManager, SchemaManager, long, KeyValueFieldsExtractor, ManifestFile.Factory, ManifestList.Factory, int, boolean, Integer) - Constructor for class org.apache.paimon.operation.KeyValueFileStoreScan
 
KeyValueFileStoreWrite - Class in org.apache.paimon.operation
KeyValueFileStoreWrite(FileIO, SchemaManager, long, String, RowType, RowType, Supplier<Comparator<InternalRow>>, Supplier<RecordEqualiser>, MergeFunctionFactory<KeyValue>, FileStorePathFactory, Map<String, FileStorePathFactory>, SnapshotManager, FileStoreScan, IndexMaintainer.Factory<KeyValue>, CoreOptions, KeyValueFieldsExtractor, String) - Constructor for class org.apache.paimon.operation.KeyValueFileStoreWrite
 
KeyValueFileWriterFactory - Class in org.apache.paimon.io
A factory to create FileWriters for writing KeyValue files.
KeyValueFileWriterFactory.Builder - Class in org.apache.paimon.io
KeyValueIterator<K,V> - Interface in org.apache.paimon.utils
An iterator for Key and Value.
KeyValueSerializer - Class in org.apache.paimon
Serializer for KeyValue.
KeyValueSerializer(RowType, RowType) - Constructor for class org.apache.paimon.KeyValueSerializer
 
KeyValueTableRead - Class in org.apache.paimon.table.source
An abstraction layer above KeyValueFileStoreRead to provide reading of InternalRow.
KeyValueTableRead(KeyValueFileStoreRead, TableSchema) - Constructor for class org.apache.paimon.table.source.KeyValueTableRead
 
KeyWithRowSerializer<T> - Class in org.apache.paimon.flink.sink.index
A InternalTypeSerializer to serialize KeyPartOrRow with T.
KeyWithRowSerializer(TypeSerializer<T>, TypeSerializer<T>) - Constructor for class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
kind() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
kind() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
kind() - Method in class org.apache.paimon.flink.sink.Committable
 
kind() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
kind() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
kind() - Method in class org.apache.paimon.manifest.ManifestEntry
 

L

lambdaBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
lambdaBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
lambdaBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
lambdaBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
LambdaBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
LambdaBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaBodyContext
 
lambdaExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
lambdaExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
lambdaExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
lambdaExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
LambdaExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
LambdaExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
lambdaParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
lambdaParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaExpressionContext
 
lambdaParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
lambdaParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
LambdaParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
LambdaParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
lastAccessedCommitIdentifier - Variable in class org.apache.paimon.index.PartitionIndex
 
lastConsumeSnapshotId() - Method in class org.apache.paimon.flink.source.ReaderConsumeProgressEvent
 
lastFormalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
lastFormalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterListContext
 
lastFormalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
lastFormalParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
LastFormalParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
LastFormalParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
lastIndexEntryOffset - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
lastModifiedCommitIdentifier - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite.WriterContainer
 
lastModifiedCommitIdentifier - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
latest() - Method in class org.apache.paimon.schema.SchemaManager
 
LATEST - Static variable in class org.apache.paimon.utils.SnapshotManager
 
latestSnapshot() - Method in class org.apache.paimon.utils.SnapshotManager
 
latestSnapshotId() - Method in class org.apache.paimon.utils.SnapshotManager
 
latestSnapshotOfUser(String) - Method in class org.apache.paimon.utils.SnapshotManager
 
LazyGenericRow - Class in org.apache.paimon.data
A InternalRow which lazy init fields.
LazyGenericRow(Supplier<Object>[]) - Constructor for class org.apache.paimon.data.LazyGenericRow
 
LazyGenericRow(RowKind, Supplier<Object>[]) - Constructor for class org.apache.paimon.data.LazyGenericRow
 
LBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
LBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
LBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
LBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
LBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
LBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
LBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
LE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
leaf(NullFalseLeafBinaryFunction, int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
leaf(LeafUnaryFunction, int) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
LeafFunction - Class in org.apache.paimon.predicate
Function to test a field with literals.
LeafFunction() - Constructor for class org.apache.paimon.predicate.LeafFunction
 
LeafPredicate - Class in org.apache.paimon.predicate
Leaf node of a Predicate tree.
LeafPredicate(LeafFunction, DataType, int, String, List<Object>) - Constructor for class org.apache.paimon.predicate.LeafPredicate
 
LeafUnaryFunction - Class in org.apache.paimon.predicate
Function to test a field.
LeafUnaryFunction() - Constructor for class org.apache.paimon.predicate.LeafUnaryFunction
 
LegacyHiveClasses - Class in org.apache.flink.table.hive
Deprecated.
LegacyHiveClasses() - Constructor for class org.apache.flink.table.hive.LegacyHiveClasses
Deprecated.
 
len - Variable in class org.apache.paimon.data.columnar.BytesColumnVector.Bytes
 
length - Variable in class org.apache.paimon.data.columnar.heap.HeapBytesVector
The length of each field.
length() - Method in class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
length() - Method in class org.apache.paimon.io.DataOutputSerializer
 
length() - Method in class org.apache.paimon.table.source.RawFile
Length of data in the file.
LENGTH_SIZE_IN_BYTES - Static variable in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
LessOrEqual - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval less or equal.
lessOrEqual(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
LessThan(String, PredicateLeaf.Type, Serializable) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.LessThan
Creates a LESS_THAN predicate.
LessThan - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval less or equal.
lessThan(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
LessThanEquals(String, PredicateLeaf.Type, Serializable) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
Creates a LESS_THAN_EQUALS predicate.
level() - Method in class org.apache.paimon.io.DataFileMeta
 
level() - Method in class org.apache.paimon.KeyValue
 
level - Variable in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
level() - Method in class org.apache.paimon.mergetree.LevelSortedRun
 
levels() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
Levels - Class in org.apache.paimon.mergetree
A class which stores all level files of merge tree.
Levels(Comparator<InternalRow>, List<DataFileMeta>, int) - Constructor for class org.apache.paimon.mergetree.Levels
 
Levels.DropFileCallback - Interface in org.apache.paimon.mergetree
A callback to notify dropping file.
LevelSortedRun - Class in org.apache.paimon.mergetree
SortedRun with level.
LevelSortedRun(int, SortedRun) - Constructor for class org.apache.paimon.mergetree.LevelSortedRun
 
levelSortedRuns() - Method in class org.apache.paimon.mergetree.Levels
 
LicenseChecker - Class in org.apache.paimon.tools.ci.licensecheck
Utility for checking all things related to License and Notice files.
LicenseChecker() - Constructor for class org.apache.paimon.tools.ci.licensecheck.LicenseChecker
 
limit - Variable in class org.apache.paimon.flink.source.FlinkSource
 
limit - Variable in class org.apache.paimon.flink.source.FlinkTableSource
 
limitInLastSegment() - Method in class org.apache.paimon.data.Segments
 
LINE_COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LINE_COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LINE_COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LINE_COMMENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LINEAGE_META - Static variable in class org.apache.paimon.options.CatalogOptions
 
LineageMeta - Interface in org.apache.paimon.lineage
Metadata store will manage table lineage and data lineage information for the catalog.
lineageMetaFactory - Variable in class org.apache.paimon.catalog.AbstractCatalog
 
LineageMetaFactory - Interface in org.apache.paimon.lineage
Factory to create LineageMeta.
lineageMetaFactory() - Method in class org.apache.paimon.table.CatalogEnvironment
 
lineageMetaFactory - Variable in class org.apache.paimon.table.system.TableLineageTable
 
LineageMetaFactory.LineageMetaContext - Interface in org.apache.paimon.lineage
Context has all options in a catalog and is used in factory to create LineageMeta.
linebreak() - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Creates a line break in the description.
linebreak() - Static method in class org.apache.paimon.options.description.LineBreakElement
Creates a line break in the description.
LineBreakElement - Class in org.apache.paimon.options.description
Represents a line break in the Description.
link(String, String) - Static method in class org.apache.paimon.options.description.LinkElement
Creates a link with a given url and description.
link(String) - Static method in class org.apache.paimon.options.description.LinkElement
Creates a link with a given url.
LinkElement - Class in org.apache.paimon.options.description
Element that represents a link in the Description.
list(ArrayType, P, R) - Method in class org.apache.paimon.hive.SchemaVisitor
 
list(InlineElement...) - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Adds a bulleted list to the description.
list(InlineElement...) - Static method in class org.apache.paimon.options.description.ListElement
Creates a list with blocks of text.
listAcceptedFilterFields() - Method in class org.apache.paimon.flink.source.DataTableSource
 
listAcceptedFilterFields() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
listAcceptedFilterFields() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
listAcceptedFilterFields() - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
listAll() - Method in class org.apache.paimon.schema.SchemaManager
List all schema.
listAllIds() - Method in class org.apache.paimon.consumer.ConsumerManager
List all consumer IDs.
listAllIds() - Method in class org.apache.paimon.schema.SchemaManager
List all schema IDs.
ListAllMyBucketsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
ListBucketAnalyticsConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketAnalyticsConfigurationHandler
 
ListBucketHandler(boolean) - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
ListBucketInventoryConfigurationsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler
 
ListBucketMetricsConfigurationsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListBucketMetricsConfigurationsHandler
 
listCaseConvert(List<String>, boolean) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
listDatabases() - Method in interface org.apache.paimon.catalog.Catalog
Get the names of all databases in this catalog.
listDatabases() - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
listDatabases() - Method in class org.apache.paimon.flink.FlinkCatalog
 
listDatabases() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listDatabases() - Method in class org.apache.paimon.hive.HiveCatalog
 
ListDelimitedSerializer - Class in org.apache.paimon.utils
Encapsulates a logic of serialization and deserialization of a list with a delimiter.
ListDelimitedSerializer() - Constructor for class org.apache.paimon.utils.ListDelimitedSerializer
 
ListElement - Class in org.apache.paimon.options.description
Represents a list in the Description.
listFunctions(String) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listFunctions(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listFunctions(String[]) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
ListMultipartUploadsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
listNamespaces() - Method in class org.apache.paimon.spark.SparkCatalog
 
listNamespaces(String[]) - Method in class org.apache.paimon.spark.SparkCatalog
 
listNamespaces() - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
listNamespaces(String[]) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
ListObjectsV2Handler(boolean) - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListObjectsV2Handler
 
listOriginalVersionedFiles(FileIO, Path, String) - Static method in class org.apache.paimon.utils.FileUtils
List original versioned files for the directory.
listPartitions(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listPartitions(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listPartitions(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listPartitions(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listPartitions() - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
listPartitions() - Method in class org.apache.paimon.table.source.ReadOnceTableScan
 
listPartitions() - Method in interface org.apache.paimon.table.source.TableScan
Get partitions from simple manifest entries.
listPartitionsByFilter(ObjectPath, List<Expression>) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listPartitionsByFilter(ObjectPath, List<Expression>) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listPartner(P) - Method in interface org.apache.paimon.hive.SchemaVisitor.PartnerAccessors
 
ListPartsHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
listProcedures(String) - Method in class org.apache.paimon.flink.FlinkCatalog
Do not annotate with @override here to maintain compatibility with Flink 1.17-.
listProcedures(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
Do not annotate with @override here to maintain compatibility with Flink 1.17-.
listProcedures() - Static method in class org.apache.paimon.flink.procedure.ProcedureUtil
 
ListSerializer<T> - Class in org.apache.paimon.data.serializer
A serializer for Lists.
ListSerializer(Serializer<T>) - Constructor for class org.apache.paimon.data.serializer.ListSerializer
Creates a list serializer that uses the given serializer to serialize the list's elements.
listState(String, Serializer<K>, Serializer<V>, long) - Method in class org.apache.paimon.lookup.RocksDBStateFactory
 
listStatus(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
listStatus(Path) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
listStatus(Path) - Method in interface org.apache.paimon.fs.FileIO
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
listStatus(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
listStatus(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
listStatus(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
listStatus(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
listTables(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
listTables(String) - Method in interface org.apache.paimon.catalog.Catalog
Get names of all tables under this database.
listTables(String) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listTables(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
listTables(String[]) - Method in class org.apache.paimon.spark.SparkCatalog
 
listTables(String[]) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
listTablesImpl(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
listTablesImpl(String) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
listTablesImpl(String) - Method in class org.apache.paimon.hive.HiveCatalog
 
listVersionedFiles(FileIO, Path, String) - Static method in class org.apache.paimon.utils.FileUtils
List versioned files for the directory.
listVersionedFileStatus(FileIO, Path, String) - Static method in class org.apache.paimon.utils.FileUtils
List versioned file status for the directory.
ListVersionsHandler(boolean) - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.ListVersionsHandler
 
listViews(String) - Method in class org.apache.paimon.flink.FlinkCatalog
 
listViews(String) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
literal() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
literal() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
literal() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
literal() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
literals() - Method in class org.apache.paimon.predicate.LeafPredicate
 
LITTLE_ENDIAN - Static variable in class org.apache.paimon.data.BinaryRow
 
LITTLE_ENDIAN - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
LITTLE_ENDIAN - Static variable in class org.apache.paimon.memory.MemorySegment
 
load(Path) - Static method in class org.apache.paimon.benchmark.Query
 
load(Path) - Static method in class org.apache.paimon.benchmark.Sink
 
load() - Method in interface org.apache.paimon.catalog.Catalog.Loader
 
load(Path) - Method in class org.apache.paimon.flink.FlinkFileIOLoader
 
load(Path) - Method in interface org.apache.paimon.fs.FileIOLoader
 
load(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIOLoader
 
load(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopViewFsFileIOLoader
 
load(Path) - Method in class org.apache.paimon.fs.local.LocalFileIOLoader
 
load(Path) - Method in class org.apache.paimon.oss.OSSLoader
 
load(Path) - Method in class org.apache.paimon.s3.S3Loader
 
load(Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
Load a Table Store table.
load(String, FileIO, FileStoreTable) - Static method in class org.apache.paimon.table.system.SystemTableLoader
 
loadClass(String, boolean) - Method in class org.apache.paimon.plugin.ComponentClassLoader
 
loadCommitCallbacks(CoreOptions) - Static method in class org.apache.paimon.table.sink.CallbackUtils
 
loadConfiguration() - Static method in class org.apache.paimon.benchmark.utils.BenchmarkGlobalConfiguration
Loads the global configuration from the environment.
loadConfiguration(Configuration) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkGlobalConfiguration
Loads the global configuration and adds the given dynamic properties configuration.
loadConfiguration(String) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkGlobalConfiguration
Loads the configuration files from the specified directory.
loadConfiguration(String, Configuration) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkGlobalConfiguration
Loads the configuration files from the specified directory.
loadEnv() - Method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
 
loadFunction(Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
loadGlobal(String, FileIO, Supplier<Map<String, Map<String, Path>>>, Options, LineageMetaFactory) - Static method in class org.apache.paimon.table.system.SystemTableLoader
 
loadGlobalTableNames() - Static method in class org.apache.paimon.table.system.SystemTableLoader
 
loadIndex(IndexFileHandler, BinaryRow, long, IntPredicate, IntPredicate) - Static method in class org.apache.paimon.index.PartitionIndex
 
loadNamespaceMetadata(String[]) - Method in class org.apache.paimon.spark.SparkCatalog
 
loadNamespaceMetadata(String[]) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
loadOption() - Method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
 
loadProcedure(Identifier) - Method in interface org.apache.paimon.spark.catalog.ProcedureCatalog
Loads a stored procedure by identifier.
loadProcedure(Identifier) - Method in class org.apache.paimon.spark.catalog.SparkBaseCatalog
 
loadTable(Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
 
loadTable(Identifier, String) - Method in class org.apache.paimon.spark.SparkCatalog
Do not annotate with @override here to maintain compatibility with Spark 3.2-.
loadTable(Identifier, long) - Method in class org.apache.paimon.spark.SparkCatalog
Do not annotate with @override here to maintain compatibility with Spark 3.2-.
loadTable(Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
loadTable(Identifier, String) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
loadTable(Identifier, long) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
loadTagCallbacks(CoreOptions) - Static method in class org.apache.paimon.table.sink.CallbackUtils
 
LOCAL_MERGE_BUFFER_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
LOCAL_SORT_MAX_NUM_FILE_HANDLES - Static variable in class org.apache.paimon.CoreOptions
 
LOCAL_TZ - Static variable in class org.apache.paimon.utils.DateTimeUtils
The local time zone.
LocalFileIO - Class in org.apache.paimon.fs.local
FileIO for local file.
LocalFileIO() - Constructor for class org.apache.paimon.fs.local.LocalFileIO
 
LocalFileIO.LocalPositionOutputStream - Class in org.apache.paimon.fs.local
LocalFileIO.LocalSeekableInputStream - Class in org.apache.paimon.fs.local
LocalFileIOLoader - Class in org.apache.paimon.fs.local
LocalFileIOLoader() - Constructor for class org.apache.paimon.fs.local.LocalFileIOLoader
 
LocalFileUtils - Class in org.apache.paimon.utils
Utils for local file.
LocalFileUtils() - Constructor for class org.apache.paimon.utils.LocalFileUtils
 
localMergeBufferSize() - Method in class org.apache.paimon.CoreOptions
 
localMergeEnabled() - Method in class org.apache.paimon.CoreOptions
 
LocalMergeOperator - Class in org.apache.paimon.flink.sink
AbstractStreamOperator which buffer input record and apply merge function when the buffer is full.
LocalMergeOperator(TableSchema) - Constructor for class org.apache.paimon.flink.sink.LocalMergeOperator
 
LocalPositionOutputStream(File) - Constructor for class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
LocalSampleOperator(int) - Constructor for class org.apache.paimon.flink.shuffle.RangeShuffle.LocalSampleOperator
 
LocalSeekableInputStream(File) - Constructor for class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
localSortMaxNumFileHandles() - Method in class org.apache.paimon.CoreOptions
 
localTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
localTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
localTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
localTypeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
LocalTypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
LocalTypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForInitContext
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
localVariableDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
LocalVariableDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
LocalVariableDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
LocalZonedTimestampType - Class in org.apache.paimon.types
Data type of a timestamp WITH LOCAL time zone consisting of year-month-day hour:minute:second[.fractional] zone with up to nanosecond precision and values ranging from 0000-01-01 00:00:00.000000000 +14:59 to 9999-12-31 23:59:59.999999999 -14:59.
LocalZonedTimestampType(boolean, int) - Constructor for class org.apache.paimon.types.LocalZonedTimestampType
 
LocalZonedTimestampType(int) - Constructor for class org.apache.paimon.types.LocalZonedTimestampType
 
LocalZonedTimestampType() - Constructor for class org.apache.paimon.types.LocalZonedTimestampType
 
location() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
location() - Method in interface org.apache.paimon.flink.action.cdc.mysql.schema.MySqlTableInfo
To indicate where is the table from.
location() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
location() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
location() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
location() - Method in interface org.apache.paimon.table.DataTable
 
location() - Method in class org.apache.paimon.table.system.AuditLogTable
 
location() - Method in class org.apache.paimon.table.system.BucketsTable
 
location() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
location() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
LOCATION_IN_PROPERTIES - Static variable in class org.apache.paimon.hive.HiveCatalogOptions
 
LocationHelper - Interface in org.apache.paimon.hive
helper for specifying the storage location of hive table.
LocationKeyExtractor - Class in org.apache.paimon.hive
declaring the name of the key in the parameters of the Hive metastore table, which indicates where the Paimon table is stored.
LocationKeyExtractor() - Constructor for class org.apache.paimon.hive.LocationKeyExtractor
 
Lock - Interface in org.apache.paimon.operation
An interface that allows file store to use global lock to some transaction-related things.
Lock.CatalogLockFactory - Class in org.apache.paimon.operation
A Lock.Factory creating lock from catalog.
Lock.CatalogLockImpl - Class in org.apache.paimon.operation
A Lock to wrap CatalogLock.
Lock.EmptyFactory - Class in org.apache.paimon.operation
A Lock.Factory creating empty lock.
Lock.EmptyLock - Class in org.apache.paimon.operation
An empty lock.
Lock.Factory - Interface in org.apache.paimon.operation
A factory to create Lock.
LOCK_ACQUIRE_TIMEOUT - Static variable in class org.apache.paimon.options.CatalogOptions
 
LOCK_CHECK_MAX_SLEEP - Static variable in class org.apache.paimon.options.CatalogOptions
 
LOCK_ENABLED - Static variable in class org.apache.paimon.options.CatalogOptions
 
lockFactory() - Method in interface org.apache.paimon.catalog.Catalog
Get lock factory from catalog.
lockFactory() - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
lockFactory() - Method in class org.apache.paimon.hive.HiveCatalog
 
lockFactory() - Method in class org.apache.paimon.table.CatalogEnvironment
 
LOG - Static variable in class org.apache.paimon.disk.AbstractFileIOChannel
Logger object for channel and its subclasses.
LOG - Static variable in class org.apache.paimon.disk.IOManagerImpl
 
LOG - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
LOG - Static variable in interface org.apache.paimon.fs.FileIO
 
log2strict(int) - Static method in class org.apache.paimon.utils.MathUtils
Computes the logarithm of the given value to the base of 2.
LOG_CHANGELOG_MODE - Static variable in class org.apache.paimon.CoreOptions
 
LOG_CONSISTENCY - Static variable in class org.apache.paimon.CoreOptions
 
LOG_DIR - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOG_FILE_NUM - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOG_FORMAT - Static variable in class org.apache.paimon.CoreOptions
 
LOG_KEY_FORMAT - Static variable in class org.apache.paimon.CoreOptions
 
LOG_LEVEL - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOG_MAX_FILE_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOG_SYSTEM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
LOG_SYSTEM_AUTO_REGISTER - Static variable in class org.apache.paimon.flink.FlinkCatalogOptions
 
LOG_SYSTEM_PARTITIONS - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
LOG_SYSTEM_REPLICATION - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
logFormat() - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
LogHybridSourceFactory - Class in org.apache.paimon.flink.source
Log HybridSource.SourceFactory from StaticFileStoreSplitEnumerator.
LogHybridSourceFactory(LogSourceProvider) - Constructor for class org.apache.paimon.flink.source.LogHybridSourceFactory
 
logicalBucketKeyType() - Method in class org.apache.paimon.schema.TableSchema
 
logicalPartitionType() - Method in class org.apache.paimon.schema.TableSchema
 
logicalPrimaryKeysType() - Method in class org.apache.paimon.schema.TableSchema
 
logicalRowType() - Method in class org.apache.paimon.schema.TableSchema
 
logicalTrimmedPrimaryKeysType() - Method in class org.apache.paimon.schema.TableSchema
 
LogicalTypeConversion - Class in org.apache.paimon.flink
Conversion between LogicalType and DataType.
LogicalTypeConversion() - Constructor for class org.apache.paimon.flink.LogicalTypeConversion
 
LogicalTypeToDataType - Class in org.apache.paimon.flink
Convert LogicalType to DataType.
LogicalTypeToDataType(AtomicInteger) - Constructor for class org.apache.paimon.flink.LogicalTypeToDataType
 
logKeyFormat() - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
logMetric(long, List<DataFileMeta>, List<DataFileMeta>) - Method in class org.apache.paimon.compact.CompactTask
 
logMetric(long, List<DataFileMeta>, List<DataFileMeta>) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactTask
 
LogOffsetCommittable - Class in org.apache.paimon.flink.sink
Log offset committable for a bucket.
LogOffsetCommittable(int, long) - Constructor for class org.apache.paimon.flink.sink.LogOffsetCommittable
 
logOffsets() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
logOffsets() - Method in class org.apache.paimon.Snapshot
 
logPrimaryKey() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
logPrimaryKey() - Method in class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
logPrimaryKey() - Method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
logPrimaryKey() - Method in class org.apache.paimon.table.sink.RowKeyExtractor
 
LogSinkFunction - Interface in org.apache.paimon.flink.sink
Log SinkFunction with LogSinkFunction.WriteCallback.
LogSinkFunction.WriteCallback - Interface in org.apache.paimon.flink.sink
A callback interface that the user can implement to know the offset of the bucket when the request is complete.
LogSinkProvider - Interface in org.apache.paimon.flink.log
A Serializable sink provider for log store.
LogSourceProvider - Interface in org.apache.paimon.flink.log
A Serializable source provider for log store.
LogStoreRegister - Interface in org.apache.paimon.flink.log
LogStoreRegister will register and unregister topic for a Paimon table, you can implement it for customized log system management.
LogStoreTableFactory - Interface in org.apache.paimon.flink.log
Base interface for configuring a default log table connector.
logStoreTableFactory - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
LogStoreTableFactory.RegisterContext - Interface in org.apache.paimon.flink.log
Context to create log store register.
LogWriteCallback - Class in org.apache.paimon.flink.log
LogWriteCallback() - Constructor for class org.apache.paimon.flink.log.LogWriteCallback
 
LONG - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LONG - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LONG - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LONG - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LONG() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
LONG() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
LONG_ARRAY_OFFSET - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
LongColumnReader - Class in org.apache.paimon.format.parquet.reader
LongColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.LongColumnReader
 
LongColumnVector - Interface in org.apache.paimon.data.columnar
Long column vector.
LongCounter - Class in org.apache.paimon.utils
An counter that sums up long values.
LongCounter() - Constructor for class org.apache.paimon.utils.LongCounter
 
LongCounter(long) - Constructor for class org.apache.paimon.utils.LongCounter
 
LongSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Integer (and int, via auto-boxing).
LongSerializer() - Constructor for class org.apache.paimon.data.serializer.LongSerializer
 
longToOrderedBytes(long, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Signed longs are treated the same as the signed ints in ZOrderByteUtils.intToOrderedBytes(int, ByteBuffer).
longType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of Long type.
lookup(RowData) - Method in class org.apache.paimon.flink.lookup.FileStoreLookupFunction
 
lookup(RowData) - Method in class org.apache.paimon.flink.lookup.NewLookupFunction
 
lookup(byte[]) - Method in class org.apache.paimon.lookup.hash.HashLookupStoreReader
 
lookup(byte[]) - Method in interface org.apache.paimon.lookup.LookupStoreReader
Lookup value by key.
lookup(InternalRow, int) - Method in class org.apache.paimon.mergetree.LookupLevels
 
lookup(Levels, InternalRow, int, BiFunctionWithIOE<InternalRow, SortedRun, T>) - Static method in class org.apache.paimon.mergetree.LookupUtils
 
lookup(Comparator<InternalRow>, InternalRow, SortedRun, BiFunctionWithIOE<InternalRow, DataFileMeta, T>) - Static method in class org.apache.paimon.mergetree.LookupUtils
 
LOOKUP_ASYNC - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
LOOKUP_ASYNC_THREAD_NUMBER - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
LOOKUP_CACHE_FILE_RETENTION - Static variable in class org.apache.paimon.CoreOptions
 
LOOKUP_CACHE_MAX_DISK_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
LOOKUP_CACHE_MAX_MEMORY_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
LOOKUP_CACHE_ROWS - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOOKUP_CONTINUOUS_DISCOVERY_INTERVAL - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
LOOKUP_HASH_LOAD_FACTOR - Static variable in class org.apache.paimon.CoreOptions
 
LookupChangelogMergeFunctionWrapper - Class in org.apache.paimon.mergetree.compact
Wrapper for MergeFunctions to produce changelog by lookup during the compaction involving level 0 files.
LookupChangelogMergeFunctionWrapper(MergeFunctionFactory<KeyValue>, Function<InternalRow, KeyValue>, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.LookupChangelogMergeFunctionWrapper
 
LookupCompaction - Class in org.apache.paimon.mergetree.compact
A CompactStrategy to force compacting level 0 files.
LookupCompaction(UniversalCompaction) - Constructor for class org.apache.paimon.mergetree.compact.LookupCompaction
 
LookupLevels - Class in org.apache.paimon.mergetree
Provide lookup by key.
LookupLevels(Levels, Comparator<InternalRow>, RowType, RowType, IOFunction<DataFileMeta, RecordReader<KeyValue>>, Supplier<File>, LookupStoreFactory, Duration, MemorySize) - Constructor for class org.apache.paimon.mergetree.LookupLevels
 
LookupMergeFunction - Class in org.apache.paimon.mergetree.compact
A MergeFunction for lookup, this wrapper only considers the latest high level record, because each merge will query the old merged record, so the latest high level record should be the final merged value.
LookupMergeFunction(MergeFunction<KeyValue>, RowType, RowType) - Constructor for class org.apache.paimon.mergetree.compact.LookupMergeFunction
 
LookupMergeTreeCompactRewriter - Class in org.apache.paimon.mergetree.compact
A MergeTreeCompactRewriter which produces changelog files by lookup for the compaction involving level 0 files.
LookupMergeTreeCompactRewriter(LookupLevels, KeyValueFileReaderFactory, KeyValueFileWriterFactory, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, MergeSorter, RecordEqualiser, boolean) - Constructor for class org.apache.paimon.mergetree.compact.LookupMergeTreeCompactRewriter
 
LookupRuntimeProviderFactory - Class in org.apache.paimon.flink.lookup
Factory to create LookupTableSource.LookupRuntimeProvider.
LookupRuntimeProviderFactory() - Constructor for class org.apache.paimon.flink.lookup.LookupRuntimeProviderFactory
 
LookupStoreFactory - Interface in org.apache.paimon.lookup
A key-value store for lookup, key-value store should be single binary file written once and ready to be used.
LookupStoreReader - Interface in org.apache.paimon.lookup
Reader, lookup value by key bytes.
LookupStoreWriter - Interface in org.apache.paimon.lookup
Writer to prepare binary file.
LookupTable - Interface in org.apache.paimon.flink.lookup
A lookup table which provides get and refresh.
LookupUtils - Class in org.apache.paimon.mergetree
Utils for lookup.
LookupUtils() - Constructor for class org.apache.paimon.mergetree.LookupUtils
 
LoserTree<T> - Class in org.apache.paimon.mergetree.compact
A variant of the loser tree.
LoserTree(List<RecordReader<T>>, Comparator<T>, Comparator<T>) - Constructor for class org.apache.paimon.mergetree.compact.LoserTree
 
LPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
LPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
LPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
LSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LT(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
LT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
LT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
Lz4BlockCompressionFactory - Class in org.apache.paimon.compression
Implementation of BlockCompressionFactory for Lz4 codec.
Lz4BlockCompressionFactory() - Constructor for class org.apache.paimon.compression.Lz4BlockCompressionFactory
 
Lz4BlockCompressor - Class in org.apache.paimon.compression
Encode data into LZ4 format (not compatible with the LZ4 Frame format).
Lz4BlockCompressor() - Constructor for class org.apache.paimon.compression.Lz4BlockCompressor
 
Lz4BlockDecompressor - Class in org.apache.paimon.compression
Decode data written with Lz4BlockCompressor.
Lz4BlockDecompressor() - Constructor for class org.apache.paimon.compression.Lz4BlockDecompressor
 

M

main(String[]) - Static method in class org.apache.paimon.benchmark.Benchmark
 
main(String[]) - Static method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
main(String[]) - Static method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
main(String[]) - Static method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
main(String[]) - Static method in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
Test the SysInfoLinux.
main(String[]) - Static method in class org.apache.paimon.docs.configuration.ConfigOptionsDocGenerator
This method generates html tables from set of classes containing ConfigOptions.
main(String[]) - Static method in class org.apache.paimon.flink.action.FlinkActions
Deprecated.
 
main(String[]) - Static method in class org.apache.paimon.tools.ci.licensecheck.LicenseChecker
 
main(String[]) - Static method in class org.apache.paimon.tools.ci.suffixcheck.ScalaSuffixChecker
 
ManagedMemoryUtils - Class in org.apache.paimon.flink.utils
Utils for using Flink managed memory.
ManagedMemoryUtils() - Constructor for class org.apache.paimon.flink.utils.ManagedMemoryUtils
 
MANIFEST_FORMAT - Static variable in class org.apache.paimon.CoreOptions
 
MANIFEST_FULL_COMPACTION_FILE_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
MANIFEST_MERGE_MIN_COUNT - Static variable in class org.apache.paimon.CoreOptions
 
MANIFEST_TARGET_FILE_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
ManifestCacheFilter - Interface in org.apache.paimon.manifest
Filter for manifest cache, this is used in AbstractFileStoreScan for improving cache utilization.
ManifestCommittable - Class in org.apache.paimon.manifest
Manifest commit message.
ManifestCommittable(long) - Constructor for class org.apache.paimon.manifest.ManifestCommittable
 
ManifestCommittable(long, Long) - Constructor for class org.apache.paimon.manifest.ManifestCommittable
 
ManifestCommittable(long, Long, Map<Integer, Long>, List<CommitMessage>) - Constructor for class org.apache.paimon.manifest.ManifestCommittable
 
manifestCommittables() - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
ManifestCommittableSerializer - Class in org.apache.paimon.manifest
ManifestCommittableSerializer() - Constructor for class org.apache.paimon.manifest.ManifestCommittableSerializer
 
ManifestEntry - Class in org.apache.paimon.manifest
Entry of a manifest file, representing an addition / deletion of a data file.
ManifestEntry(FileKind, BinaryRow, int, int, DataFileMeta) - Constructor for class org.apache.paimon.manifest.ManifestEntry
 
ManifestEntry.Identifier - Class in org.apache.paimon.manifest
The same ManifestEntry.Identifier indicates that the ManifestEntry refers to the same data file.
ManifestEntrySerializer - Class in org.apache.paimon.manifest
Serializer for ManifestEntry.
ManifestEntrySerializer() - Constructor for class org.apache.paimon.manifest.ManifestEntrySerializer
 
ManifestFile - Class in org.apache.paimon.manifest
This file includes several ManifestEntrys, representing the additional changes since last snapshot.
manifestFile - Variable in class org.apache.paimon.operation.FileDeletionBase
 
ManifestFile.Factory - Class in org.apache.paimon.manifest
Creator of ManifestFile.
manifestFileFactory() - Method in class org.apache.paimon.AbstractFileStore
 
manifestFileFactory(boolean) - Method in class org.apache.paimon.AbstractFileStore
 
manifestFileFactory() - Method in interface org.apache.paimon.FileStore
 
manifestFileFactory() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
ManifestFileMeta - Class in org.apache.paimon.manifest
Metadata of a manifest file.
ManifestFileMeta(String, long, long, long, BinaryTableStats, long) - Constructor for class org.apache.paimon.manifest.ManifestFileMeta
 
ManifestFileMetaSerializer - Class in org.apache.paimon.manifest
Serializer for ManifestFileMeta.
ManifestFileMetaSerializer() - Constructor for class org.apache.paimon.manifest.ManifestFileMetaSerializer
 
manifestFormat() - Method in class org.apache.paimon.CoreOptions
 
manifestFullCompactionThresholdSize() - Method in class org.apache.paimon.CoreOptions
 
ManifestList - Class in org.apache.paimon.manifest
This file includes several ManifestFileMeta, representing all data of the whole table at the corresponding snapshot.
manifestList - Variable in class org.apache.paimon.operation.FileDeletionBase
 
ManifestList.Factory - Class in org.apache.paimon.manifest
Creator of ManifestList.
manifestListFactory() - Method in class org.apache.paimon.AbstractFileStore
 
manifestListFactory(boolean) - Method in class org.apache.paimon.AbstractFileStore
 
manifestListFactory() - Method in interface org.apache.paimon.FileStore
 
manifestListFactory() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
manifestMergeMinCount() - Method in class org.apache.paimon.CoreOptions
 
MANIFESTS - Static variable in class org.apache.paimon.table.system.ManifestsTable
 
manifestSkippingSet(Snapshot) - Method in class org.apache.paimon.operation.FileDeletionBase
Changelogs were not checked.
manifestSkippingSet(List<Snapshot>) - Method in class org.apache.paimon.operation.FileDeletionBase
 
ManifestsTable - Class in org.apache.paimon.table.system
A Table for showing committing snapshots of table.
ManifestsTable(FileIO, Path, Table) - Constructor for class org.apache.paimon.table.system.ManifestsTable
 
manifestTargetSize() - Method in class org.apache.paimon.CoreOptions
 
map(DataStream<RowData>, RowType) - Static method in class org.apache.paimon.flink.sink.MapToInternalRow
 
map(MapType, P, R, R) - Method in class org.apache.paimon.hive.SchemaVisitor
 
MAP(DataType, DataType) - Static method in class org.apache.paimon.types.DataTypes
 
MapBuilder<K,V> - Class in org.apache.paimon.utils
Build for Map.
MapBuilder() - Constructor for class org.apache.paimon.utils.MapBuilder
 
MapColumnReader - Class in org.apache.paimon.format.parquet.reader
MapColumnReader(ArrayColumnReader, ArrayColumnReader) - Constructor for class org.apache.paimon.format.parquet.reader.MapColumnReader
 
MapColumnVector - Interface in org.apache.paimon.data.columnar
Map column vector.
mapFromPages(BinaryRow, AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
mapFromPages(InternalRow, AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
mapFromPages(T, AbstractPagedInputView) - Method in interface org.apache.paimon.data.serializer.PagedTypeSerializer
Map a reused record from the given source paged input view.
mapKeyCaseConvert(LinkedHashMap<String, T>, boolean, Function<String, String>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
mapKeyCaseConvert(Map<String, T>, boolean, Function<String, String>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
mapKeyPartner(P) - Method in interface org.apache.paimon.hive.SchemaVisitor.PartnerAccessors
 
mapping(PartitionInfo, int[]) - Method in class org.apache.paimon.data.columnar.ColumnarRowIterator
 
MapToInternalRow - Class in org.apache.paimon.flink.sink
An util to convert RowData stream to InternalRow stream.
MapToInternalRow() - Constructor for class org.apache.paimon.flink.sink.MapToInternalRow
 
mapType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be a set of properties, which can be represented as Map<String, String>.
MapType - Class in org.apache.paimon.types
Data type of an associative array that maps keys (including NULL) to values (including NULL).
MapType(boolean, DataType, DataType) - Constructor for class org.apache.paimon.types.MapType
 
MapType(DataType, DataType) - Constructor for class org.apache.paimon.types.MapType
 
mapValuePartner(P) - Method in interface org.apache.paimon.hive.SchemaVisitor.PartnerAccessors
 
MATCHED_DELETE - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
MATCHED_UPSERT - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
MathUtils - Class in org.apache.paimon.utils
Collection of simple mathematical routines.
MathUtils() - Constructor for class org.apache.paimon.utils.MathUtils
 
max() - Method in class org.apache.paimon.stats.BinaryTableStats
 
MAX_BACKGROUND_THREADS - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
MAX_BYTES_PER_TRIGGER - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
MAX_DELAY_MS_PER_TRIGGER - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
MAX_FILES_PER_TRIGGER - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
MAX_FIX_PART_DATA_SIZE - Static variable in class org.apache.paimon.data.BinarySection
It decides whether to put data in FixLenPart or VarLenPart.
MAX_LENGTH - Static variable in class org.apache.paimon.types.BinaryType
 
MAX_LENGTH - Static variable in class org.apache.paimon.types.CharType
 
MAX_LENGTH - Static variable in class org.apache.paimon.types.VarBinaryType
 
MAX_LENGTH - Static variable in class org.apache.paimon.types.VarCharType
 
MAX_OPEN_FILES - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
MAX_PRECISION - Static variable in class org.apache.paimon.types.DecimalType
 
MAX_PRECISION - Static variable in class org.apache.paimon.types.LocalZonedTimestampType
 
MAX_PRECISION - Static variable in class org.apache.paimon.types.TimestampType
 
MAX_PRECISION - Static variable in class org.apache.paimon.types.TimeType
 
MAX_ROWS_PER_TRIGGER - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
MAX_SIZE_LEVEL_BASE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
MAX_VALUE - Static variable in class org.apache.paimon.options.MemorySize
 
MAX_VALUES - Static variable in class org.apache.paimon.operation.ScanBucketFilter
 
MAX_WRITE_BUFFER_NUMBER - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
maxDefLevel - Variable in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
Maximum definition level for this column.
maxDefLevel - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Maximum definition level for this column.
maxKey() - Method in class org.apache.paimon.io.DataFileMeta
 
maxNormalizedKey(MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
Max unsigned byte is -1.
maxSequenceNumber() - Method in class org.apache.paimon.io.DataFileMeta
 
maxSizeAmplificationPercent() - Method in class org.apache.paimon.CoreOptions
 
maxValue() - Method in class org.apache.paimon.format.FieldStats
 
maxValue - Variable in class org.apache.paimon.statistics.AbstractFieldStatsCollector
 
MaxwellRecordParser - Class in org.apache.paimon.flink.action.cdc.format.maxwell
The MaxwellRecordParser class extends the abstract RecordParser and is designed to parse records from Maxwell's JSON change data capture (CDC) format.
MaxwellRecordParser(boolean, TypeMapping, List<ComputedColumn>) - Constructor for class org.apache.paimon.flink.action.cdc.format.maxwell.MaxwellRecordParser
 
memberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
memberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
memberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
memberDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
MemberDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
MemberDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
MemberFieldRewriter - Class in org.apache.paimon.codegen.codesplit
Group member variables with the same type into arrays to reduce the number of members.
MemberFieldRewriter(String, int) - Constructor for class org.apache.paimon.codegen.codesplit.MemberFieldRewriter
 
MemoryFileStoreWrite<T> - Class in org.apache.paimon.operation
Base FileStoreWrite implementation which supports using shared memory and preempting memory from other writers.
MemoryFileStoreWrite(String, SnapshotManager, FileStoreScan, CoreOptions, IndexMaintainer.Factory<T>, String, FileStorePathFactory) - Constructor for class org.apache.paimon.operation.MemoryFileStoreWrite
 
memoryOccupancy() - Method in class org.apache.paimon.append.AppendOnlyWriter
 
memoryOccupancy() - Method in class org.apache.paimon.disk.ExternalBuffer
 
memoryOccupancy() - Method in class org.apache.paimon.disk.InMemoryBuffer
 
memoryOccupancy() - Method in interface org.apache.paimon.disk.RowBuffer
 
memoryOccupancy() - Method in interface org.apache.paimon.memory.MemoryOwner
Memory occupancy size of this owner.
memoryOccupancy() - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
memoryOccupancy() - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
memoryOccupancy() - Method in interface org.apache.paimon.mergetree.WriteBuffer
Memory occupancy size of this table.
MemoryOwner - Interface in org.apache.paimon.memory
A class provides memory related methods.
memoryOwners() - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
memoryPool - Variable in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
memoryPool() - Method in class org.apache.paimon.mergetree.MergeSorter
 
MemoryPoolFactory - Class in org.apache.paimon.memory
A factory which creates MemorySegmentPool from MemoryOwner.
MemoryPoolFactory(MemorySegmentPool) - Constructor for class org.apache.paimon.memory.MemoryPoolFactory
 
MemorySegment - Class in org.apache.paimon.memory
This class represents a piece of memory.
MemorySegmentAllocator - Class in org.apache.paimon.flink.memory
Allocate memory segment from memory manager in flink for paimon.
MemorySegmentAllocator(Object, MemoryManager) - Constructor for class org.apache.paimon.flink.memory.MemorySegmentAllocator
 
MemorySegmentPool - Interface in org.apache.paimon.memory
MemorySegment pool to hold pages in memory.
memorySegmentPool - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
MemorySegmentSource - Interface in org.apache.paimon.memory
Interface describing entities that can provide memory segments.
MemorySegmentUtils - Class in org.apache.paimon.memory
Utils for MemorySegment.
MemorySegmentUtils() - Constructor for class org.apache.paimon.memory.MemorySegmentUtils
 
MemorySegmentWritable - Interface in org.apache.paimon.memory
Provides the interface for write(Segment).
MemorySize - Class in org.apache.paimon.options
MemorySize is a representation of a number of bytes, viewable in different units.
MemorySize(long) - Constructor for class org.apache.paimon.options.MemorySize
Constructs a new MemorySize.
MemorySize.MemoryUnit - Enum in org.apache.paimon.options
Enum which defines memory unit, mostly used to parse value from configuration file.
memoryType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of MemorySize type.
MemoryUtils - Class in org.apache.paimon.memory
Utility class for memory operations.
merge(CompactResult) - Method in class org.apache.paimon.compact.CompactResult
 
merge(Identifier, Schema) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
merge(Identifier, Schema) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
merge(String, List<IndexManifestEntry>) - Method in class org.apache.paimon.manifest.IndexManifestFile
Merge new index files to index manifest.
merge(List<ManifestFileMeta>, ManifestFile, long, int, long, RowType) - Static method in class org.apache.paimon.manifest.ManifestFileMeta
Merge several ManifestFileMetas.
merge(DataType, DataType, AtomicInteger, boolean) - Static method in class org.apache.paimon.schema.SchemaMergingUtils
Merge the base data type and the update data type if possible.
merge(LongCounter) - Method in class org.apache.paimon.utils.LongCounter
 
MERGE_ENGINE - Static variable in class org.apache.paimon.CoreOptions
 
MERGE_OPERATOR_NAME - Static variable in class org.apache.paimon.lookup.RocksDBStateFactory
 
MERGE_SCHEMA - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
mergeAll() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
mergeChannelList(List<ChannelWithMeta>) - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
Merges the given sorted runs to a smaller number of sorted runs.
mergeComparator() - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
mergeComparator() - Method in class org.apache.paimon.sort.BinaryExternalMerger
 
mergeEngine() - Method in class org.apache.paimon.CoreOptions
 
mergeEntries(Iterable<ManifestEntry>) - Static method in class org.apache.paimon.manifest.ManifestEntry
 
mergeEntries(ManifestFile, List<ManifestFileMeta>, Map<ManifestEntry.Identifier, ManifestEntry>) - Static method in class org.apache.paimon.manifest.ManifestEntry
 
mergeEntries(Iterable<ManifestEntry>, Map<ManifestEntry.Identifier, ManifestEntry>) - Static method in class org.apache.paimon.manifest.ManifestEntry
 
MergeFunction<T> - Interface in org.apache.paimon.mergetree.compact
Merge function to merge multiple KeyValues.
MergeFunctionFactory<T> - Interface in org.apache.paimon.mergetree.compact
Factory to create MergeFunction.
MergeFunctionFactory.AdjustedProjection - Class in org.apache.paimon.mergetree.compact
Result of adjusted projection.
MergeFunctionWrapper<T> - Interface in org.apache.paimon.mergetree.compact
A wrapper for MergeFunction, which adds new functionalities or optimizations.
MergeIntoAction - Class in org.apache.paimon.flink.action
Flink action for 'MERGE INTO', which references the syntax as follows (we use 'upsert' semantics instead of 'update'):
MergeIntoAction(String, String, String) - Constructor for class org.apache.paimon.flink.action.MergeIntoAction
 
MergeIntoAction(String, String, String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.MergeIntoAction
 
MergeIntoActionFactory - Class in org.apache.paimon.flink.action
Factory to create MergeIntoAction.
MergeIntoActionFactory() - Constructor for class org.apache.paimon.flink.action.MergeIntoActionFactory
 
MergeIntoProcedure - Class in org.apache.paimon.flink.procedure
Merge Into procedure.
MergeIntoProcedure() - Constructor for class org.apache.paimon.flink.procedure.MergeIntoProcedure
 
mergeOldRecord(JsonNode, JsonNode) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
mergeReusedEntries(int) - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
mergeReusedEntries(int) - Method in class org.apache.paimon.sort.BinaryExternalMerger
 
mergeSchema(RowType, boolean) - Method in class org.apache.paimon.AbstractFileStore
 
mergeSchema(RowType, boolean) - Method in interface org.apache.paimon.FileStore
 
mergeSchema(String, Schema, String, Schema) - Static method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemaUtils
 
mergeSchema(RowType, boolean) - Method in class org.apache.paimon.schema.SchemaManager
 
mergeSchemas(TableSchema, RowType, boolean) - Static method in class org.apache.paimon.schema.SchemaMergingUtils
 
mergeSchemas(RowType, RowType, AtomicInteger, boolean) - Static method in class org.apache.paimon.schema.SchemaMergingUtils
 
mergeShards(boolean) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
mergeSort(List<ConcatRecordReader.ReaderSupplier<KeyValue>>, Comparator<InternalRow>, MergeFunctionWrapper<T>) - Method in class org.apache.paimon.mergetree.MergeSorter
 
mergeSorter - Variable in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
MergeSorter - Class in org.apache.paimon.mergetree
The merge sorter to sort and merge readers with key overlap.
MergeSorter(CoreOptions, RowType, RowType, IOManager) - Constructor for class org.apache.paimon.mergetree.MergeSorter
 
MergeTreeCompactManager - Class in org.apache.paimon.mergetree.compact
Compact manager for KeyValueFileStore.
MergeTreeCompactManager(ExecutorService, Levels, CompactStrategy, Comparator<InternalRow>, long, int, CompactRewriter, CompactionMetrics) - Constructor for class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
MergeTreeCompactRewriter - Class in org.apache.paimon.mergetree.compact
Default CompactRewriter for merge trees.
MergeTreeCompactRewriter(KeyValueFileReaderFactory, KeyValueFileWriterFactory, Comparator<InternalRow>, MergeFunctionFactory<KeyValue>, MergeSorter) - Constructor for class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
MergeTreeCompactTask - Class in org.apache.paimon.mergetree.compact
Compact task for merge tree compaction.
MergeTreeCompactTask(Comparator<InternalRow>, long, CompactRewriter, CompactUnit, boolean, CompactionMetrics) - Constructor for class org.apache.paimon.mergetree.compact.MergeTreeCompactTask
 
MergeTreeReaders - Class in org.apache.paimon.mergetree
Utility class to create commonly used RecordReaders for merge trees.
MergeTreeSplitGenerator - Class in org.apache.paimon.table.source
Merge tree implementation of SplitGenerator.
MergeTreeSplitGenerator(Comparator<InternalRow>, long, long) - Constructor for class org.apache.paimon.table.source.MergeTreeSplitGenerator
 
MergeTreeWriter - Class in org.apache.paimon.mergetree
A RecordWriter to write records and generate CompactIncrement.
MergeTreeWriter(boolean, int, IOManager, CompactManager, long, Comparator<InternalRow>, MergeFunction<KeyValue>, KeyValueFileWriterFactory, boolean, CoreOptions.ChangelogProducer, CommitIncrement, WriterMetrics) - Constructor for class org.apache.paimon.mergetree.MergeTreeWriter
 
MessageQueueSchemaUtils - Class in org.apache.paimon.flink.action.cdc
Utility class to build schema by trying to read and parse records from message queue.
MessageQueueSchemaUtils() - Constructor for class org.apache.paimon.flink.action.cdc.MessageQueueSchemaUtils
 
MessageQueueSchemaUtils.ConsumerWrapper - Interface in org.apache.paimon.flink.action.cdc
Wrap the consumer for different message queues.
MessageQueueSyncDatabaseActionBase - Class in org.apache.paimon.flink.action.cdc
An Action which synchronize the Multiple message queue topics into one Paimon database.
MessageQueueSyncDatabaseActionBase(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
MessageQueueSyncTableActionBase - Class in org.apache.paimon.flink.action.cdc
Base Action for synchronizing one message queue topic into one Paimon table.
MessageQueueSyncTableActionBase(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
METADATA_BLOCK_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
METADATA_COLUMN - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
METADATA_STATS_MODE - Static variable in class org.apache.paimon.CoreOptions
 
metadataConverter(String) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
metadataConverter(String) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
metadataConverters - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
METASTORE - Static variable in class org.apache.paimon.options.CatalogOptions
 
METASTORE_CLIENT_CLASS - Static variable in class org.apache.paimon.hive.HiveCatalogFactory
 
METASTORE_PARTITIONED_TABLE - Static variable in class org.apache.paimon.CoreOptions
 
METASTORE_TAG_TO_PARTITION - Static variable in class org.apache.paimon.CoreOptions
 
METASTORE_TAG_TO_PARTITION_PREVIEW - Static variable in class org.apache.paimon.CoreOptions
 
MetastoreClient - Interface in org.apache.paimon.metastore
A metastore client related to a table.
MetastoreClient.Factory - Interface in org.apache.paimon.metastore
Factory to create MetastoreClient.
metastoreClientFactory(Identifier) - Method in interface org.apache.paimon.catalog.Catalog
Get metastore client factory for the table specified by identifier.
metastoreClientFactory(Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
metastoreClientFactory() - Method in class org.apache.paimon.table.CatalogEnvironment
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
methodBody() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
MethodBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
MethodBodyContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
methodCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
methodCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
methodCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
methodCall() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
MethodCallContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
MethodCallContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MemberDeclarationContext
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
methodDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
MethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
MethodDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
Metric - Interface in org.apache.paimon.metrics
An interface to indicate a class is a metric.
METRIC_MONITOR_DELAY - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
METRIC_MONITOR_INTERVAL - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
METRIC_REPORTER_HOST - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
METRIC_REPORTER_PORT - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
MetricGroup - Interface in org.apache.paimon.metrics
A MetricGroup is a named container for Metrics and further metric subgroups.
MetricGroupImpl - Class in org.apache.paimon.metrics
Default implementation of MetricGroup.
MetricGroupImpl(String) - Constructor for class org.apache.paimon.metrics.MetricGroupImpl
 
MetricGroupImpl(String, Map<String, String>) - Constructor for class org.apache.paimon.metrics.MetricGroupImpl
 
MetricRegistry - Class in org.apache.paimon.metrics
Factory to create MetricGroups.
MetricRegistry() - Constructor for class org.apache.paimon.metrics.MetricRegistry
 
MetricRegistryImpl - Class in org.apache.paimon.metrics
Default implementation of MetricRegistry.
MetricRegistryImpl() - Constructor for class org.apache.paimon.metrics.MetricRegistryImpl
 
MetricReporter - Class in org.apache.paimon.benchmark.metric
A reporter to aggregate metrics and report summary results.
MetricReporter(FlinkRestClient, CpuMetricReceiver, Duration, Duration, long) - Constructor for class org.apache.paimon.benchmark.metric.MetricReporter
 
MetricType - Enum in org.apache.paimon.metrics
Enum describing the different metric types.
mfFactory - Variable in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
MICROS_PER_MILLIS - Static variable in class org.apache.paimon.data.Timestamp
 
MigrateFileProcedure - Class in org.apache.paimon.flink.procedure
Add file procedure to add file from hive to paimon.
MigrateFileProcedure() - Constructor for class org.apache.paimon.flink.procedure.MigrateFileProcedure
 
MigrateFileProcedure - Class in org.apache.paimon.spark.procedure
Migrate file procedure.
MigrateFileProcedure(TableCatalog) - Constructor for class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
MigrateTableAction - Class in org.apache.paimon.flink.action
Migrate from external hive table to paimon table.
MigrateTableAction(String, String, String, Map<String, String>, String) - Constructor for class org.apache.paimon.flink.action.MigrateTableAction
 
MigrateTableActionFactory - Class in org.apache.paimon.flink.action
Action Factory for MigrateTableAction.
MigrateTableActionFactory() - Constructor for class org.apache.paimon.flink.action.MigrateTableActionFactory
 
MigrateTableProcedure - Class in org.apache.paimon.flink.procedure
Migrate procedure to migrate hive table to paimon table.
MigrateTableProcedure() - Constructor for class org.apache.paimon.flink.procedure.MigrateTableProcedure
 
MigrateTableProcedure - Class in org.apache.paimon.spark.procedure
Migrate table procedure.
MigrateTableProcedure(TableCatalog) - Constructor for class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
MigrateTask(FileIO, String, String, AbstractFileStoreTable, BinaryRow, Path, Map<Path, Path>) - Constructor for class org.apache.paimon.hive.migrate.HiveMigrator.MigrateTask
 
Migrator - Interface in org.apache.paimon.migrate
Migrator interface for migrating table from other data-lake like hive, iceberg, hudi and etc.
MILLIS_IN_DAY - Static variable in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
MILLIS_PER_DAY - Static variable in class org.apache.paimon.utils.DateTimeUtils
The number of milliseconds in a day.
min() - Method in class org.apache.paimon.stats.BinaryTableStats
 
MIN_LENGTH - Static variable in class org.apache.paimon.types.BinaryType
 
MIN_LENGTH - Static variable in class org.apache.paimon.types.CharType
 
MIN_LENGTH - Static variable in class org.apache.paimon.types.VarBinaryType
 
MIN_LENGTH - Static variable in class org.apache.paimon.types.VarCharType
 
MIN_PRECISION - Static variable in class org.apache.paimon.types.DecimalType
 
MIN_PRECISION - Static variable in class org.apache.paimon.types.LocalZonedTimestampType
 
MIN_PRECISION - Static variable in class org.apache.paimon.types.TimestampType
 
MIN_PRECISION - Static variable in class org.apache.paimon.types.TimeType
 
MIN_ROWS_PER_TRIGGER - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
MIN_SCALE - Static variable in class org.apache.paimon.types.DecimalType
 
MIN_WRITE_BUFFER_NUMBER_TO_MERGE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
MINIO - Static variable in class org.apache.paimon.testutils.junit.DockerImageVersions
 
minKey() - Method in class org.apache.paimon.io.DataFileMeta
 
minNextSnapshot() - Method in class org.apache.paimon.consumer.ConsumerManager
 
minNormalizedKey(MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
minSequenceNumber() - Method in class org.apache.paimon.io.DataFileMeta
 
minValue() - Method in class org.apache.paimon.format.FieldStats
 
minValue - Variable in class org.apache.paimon.statistics.AbstractFieldStatsCollector
 
mkdirs(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
mkdirs(Path, FsPermission) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
mkdirs(Path) - Method in interface org.apache.paimon.fs.FileIO
Make the given file and all non-existent parents into directories.
mkdirs(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
mkdirs(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
mkdirs(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
mkdirs(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
mkdirs(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
MOD - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MOD - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MOD() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MOD() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MOD - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MOD - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MOD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MOD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MOD_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MOD_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MOD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MOD_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
mode(String) - Static method in enum org.apache.paimon.flink.action.cdc.TypeMapping.TypeMappingMode
 
modeNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
modeNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
modifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
modifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
ModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
ModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
Mongo4VersionStrategy - Class in org.apache.paimon.flink.action.cdc.mongodb.strategy
Implementation class for extracting records from MongoDB versions greater than 4.x and less than 6.x.
Mongo4VersionStrategy(String, String, boolean, List<ComputedColumn>, Configuration) - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.strategy.Mongo4VersionStrategy
 
MONGODB_CONF - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
MongoDBActionUtils - Class in org.apache.paimon.flink.action.cdc.mongodb
Utility class for MongoDB-related actions.
MongoDBActionUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
MongoDBRecordParser - Class in org.apache.paimon.flink.action.cdc.mongodb
A parser for MongoDB Debezium JSON strings, converting them into a list of RichCdcMultiplexRecords.
MongoDBRecordParser(boolean, Configuration) - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBRecordParser
 
MongoDBRecordParser(boolean, List<ComputedColumn>, Configuration) - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBRecordParser
 
MongodbSchemaUtils - Class in org.apache.paimon.flink.action.cdc.mongodb
Build schema from a MongoDB collection.
MongodbSchemaUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongodbSchemaUtils
 
MongoDBSyncDatabaseAction - Class in org.apache.paimon.flink.action.cdc.mongodb
An action class responsible for synchronizing MongoDB databases with a target system.
MongoDBSyncDatabaseAction(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
MongoDBSyncDatabaseActionFactory - Class in org.apache.paimon.flink.action.cdc.mongodb
Factory to create MongoDBSyncDatabaseAction.
MongoDBSyncDatabaseActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseActionFactory
 
MongoDBSyncTableAction - Class in org.apache.paimon.flink.action.cdc.mongodb
Represents an action to synchronize a specific MongoDB table with a target system.
MongoDBSyncTableAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
MongoDBSyncTableActionFactory - Class in org.apache.paimon.flink.action.cdc.mongodb
Factory to create MongoDBSyncTableAction.
MongoDBSyncTableActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableActionFactory
 
MongoVersionStrategy - Interface in org.apache.paimon.flink.action.cdc.mongodb.strategy
Interface for processing strategies tailored for different MongoDB versions.
monitoredTables() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
MonitorFunction - Class in org.apache.paimon.flink.source.operator
This is the single (non-parallel) monitoring task, it is responsible for: Monitoring snapshots of the Paimon table.
MonitorFunction(ReadBuilder, long, boolean) - Constructor for class org.apache.paimon.flink.source.operator.MonitorFunction
 
monitorInterval - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
month(String) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
move() - Method in class org.apache.paimon.schema.SchemaChange.AddColumn
 
Move(String, String, SchemaChange.Move.MoveType) - Constructor for class org.apache.paimon.schema.SchemaChange.Move
 
move() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnPosition
 
MUL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MUL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MUL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MUL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MUL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
MUL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
MUL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MUL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MUL_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MUL_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
MUL_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MUL_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
MUL_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MUL_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
MultipleParameterToolAdapter - Class in org.apache.paimon.flink.action
An adapter of MultipleParameterTool that can deal old style key.
MultipleParameterToolAdapter(MultipleParameterTool) - Constructor for class org.apache.paimon.flink.action.MultipleParameterToolAdapter
 
multiply(double) - Method in class org.apache.paimon.options.MemorySize
 
MULTISET(DataType) - Static method in class org.apache.paimon.types.DataTypes
 
MultisetType - Class in org.apache.paimon.types
Data type of a multiset (=bag).
MultisetType(boolean, DataType) - Constructor for class org.apache.paimon.types.MultisetType
 
MultisetType(DataType) - Constructor for class org.apache.paimon.types.MultisetType
 
MultiTableCommittable - Class in org.apache.paimon.flink.sink
MultiTableCommittable produced by PrepareCommitOperator.
MultiTableCommittable(String, String, long, Committable.Kind, Object) - Constructor for class org.apache.paimon.flink.sink.MultiTableCommittable
 
MultiTableCommittable.Kind - Enum in org.apache.paimon.flink.sink
Kind of the produced Committable.
MultiTableCommittableChannelComputer - Class in org.apache.paimon.flink.sink.cdc
MultiTableCommittableChannelComputer() - Constructor for class org.apache.paimon.flink.sink.cdc.MultiTableCommittableChannelComputer
 
MultiTableCommittableSerializer - Class in org.apache.paimon.flink.sink
SimpleVersionedSerializer for MultiTableCommittable.
MultiTableCommittableSerializer(CommitMessageSerializer) - Constructor for class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
MultiTableCommittableTypeInfo - Class in org.apache.paimon.flink.sink
Type information of MultiTableCommittable.
MultiTableCommittableTypeInfo() - Constructor for class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
MultiTablesBatchCompactorSourceFunction - Class in org.apache.paimon.flink.source.operator
It is responsible for monitoring compactor source in batch mode.
MultiTablesBatchCompactorSourceFunction(Catalog.Loader, Pattern, Pattern, Pattern, long) - Constructor for class org.apache.paimon.flink.source.operator.MultiTablesBatchCompactorSourceFunction
 
MultiTablesCompactorSink - Class in org.apache.paimon.flink.sink
A sink for processing multi-tables in dedicated compaction job.
MultiTablesCompactorSink(Catalog.Loader, Options) - Constructor for class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
MultiTablesCompactorSourceBuilder - Class in org.apache.paimon.flink.source
source builder to build a Flink compactor source for multi-tables.
MultiTablesCompactorSourceBuilder(Catalog.Loader, Pattern, Pattern, Pattern, long) - Constructor for class org.apache.paimon.flink.source.MultiTablesCompactorSourceBuilder
 
MultiTablesCompactorSourceFunction - Class in org.apache.paimon.flink.source.operator
This is the single (non-parallel) monitoring task, it is responsible for: Monitoring snapshots of the Paimon table.
MultiTablesCompactorSourceFunction(Catalog.Loader, Pattern, Pattern, Pattern, boolean, long) - Constructor for class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
MultiTablesCompactorUtil - Class in org.apache.paimon.flink.utils
Utility methods for dedicated compaction job for multi-tables.
MultiTablesCompactorUtil() - Constructor for class org.apache.paimon.flink.utils.MultiTablesCompactorUtil
 
MultiTablesReadOperator - Class in org.apache.paimon.flink.source.operator
The operator that reads the Tuple2<Split, String> received from the preceding MultiTablesBatchCompactorSourceFunction or MultiTablesStreamingCompactorSourceFunction.
MultiTablesReadOperator(Catalog.Loader, boolean) - Constructor for class org.apache.paimon.flink.source.operator.MultiTablesReadOperator
 
MultiTablesSinkMode - Enum in org.apache.paimon.flink.action
There are two modes for database sink.
MultiTablesStoreCompactOperator - Class in org.apache.paimon.flink.sink
A dedicated operator for manual triggered compaction.
MultiTablesStoreCompactOperator(Catalog.Loader, String, CheckpointConfig, boolean, boolean, Options) - Constructor for class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
MultiTablesStreamingCompactorSourceFunction - Class in org.apache.paimon.flink.source.operator
It is responsible for monitoring compactor source in streaming mode.
MultiTablesStreamingCompactorSourceFunction(Catalog.Loader, Pattern, Pattern, Pattern, long) - Constructor for class org.apache.paimon.flink.source.operator.MultiTablesStreamingCompactorSourceFunction
 
MultiTableUpdatedDataFieldsProcessFunction - Class in org.apache.paimon.flink.sink.cdc
A ProcessFunction to handle schema changes.
MultiTableUpdatedDataFieldsProcessFunction(Catalog.Loader) - Constructor for class org.apache.paimon.flink.sink.cdc.MultiTableUpdatedDataFieldsProcessFunction
 
MurmurHashUtils - Class in org.apache.paimon.utils
Murmur Hash.
MutableObjectIterator<E> - Interface in org.apache.paimon.utils
A simple iterator interface.
MYSQL_CONF - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
MySqlActionUtils - Class in org.apache.paimon.flink.action.cdc.mysql
Utils for MySQL Action.
MySqlActionUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlActionUtils
 
MySqlMetadataProcessor - Enum in org.apache.paimon.flink.action.cdc.mysql
Enumerates the metadata processing behaviors for MySQL CDC related data.
MySqlRecordParser - Class in org.apache.paimon.flink.action.cdc.mysql
A parser for MySql Debezium JSON strings, converting them into a list of RichCdcMultiplexRecords.
MySqlRecordParser(Configuration, boolean, TypeMapping, CdcMetadataConverter[]) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlRecordParser
 
MySqlRecordParser(Configuration, boolean, List<ComputedColumn>, TypeMapping, CdcMetadataConverter[]) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlRecordParser
 
MySqlSchemasInfo - Class in org.apache.paimon.flink.action.cdc.mysql.schema
Utility class to manage MySQL tables and their schemas.
MySqlSchemasInfo() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
MySqlSchemaUtils - Class in org.apache.paimon.flink.action.cdc.mysql.schema
Utility class to load MySQL table schema with JDBC.
MySqlSchemaUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemaUtils
 
MySqlSyncDatabaseAction - Class in org.apache.paimon.flink.action.cdc.mysql
An Action which synchronize the whole MySQL database into one Paimon database.
MySqlSyncDatabaseAction(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
MySqlSyncDatabaseActionFactory - Class in org.apache.paimon.flink.action.cdc.mysql
Factory to create MySqlSyncDatabaseAction.
MySqlSyncDatabaseActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseActionFactory
 
MySqlSyncTableAction - Class in org.apache.paimon.flink.action.cdc.mysql
An Action which synchronize one or multiple MySQL tables into one Paimon table.
MySqlSyncTableAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
MySqlSyncTableActionFactory - Class in org.apache.paimon.flink.action.cdc.mysql
Factory to create MySqlSyncTableAction.
MySqlSyncTableActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableActionFactory
 
MySqlTableInfo - Interface in org.apache.paimon.flink.action.cdc.mysql.schema
Describe a MySQL table.
MySqlTypeUtils - Class in org.apache.paimon.flink.action.cdc.mysql
Converts from MySQL type to DataType.
MySqlTypeUtils() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 

N

name() - Method in class org.apache.paimon.benchmark.Query
 
name - Variable in class org.apache.paimon.benchmark.Query.WriteSql
 
name() - Method in class org.apache.paimon.benchmark.Sink
 
name() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldBoolAndAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldBoolOrAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstNotNullValueAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstValueAgg
 
name() - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstValueAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldLastNonNullValueAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldLastValueAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldListaggAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldMaxAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldMinAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldPrimaryKeyAgg
 
NAME - Static variable in class org.apache.paimon.mergetree.compact.aggregate.FieldSumAgg
 
name() - Method in class org.apache.paimon.predicate.FieldRef
 
name() - Method in interface org.apache.paimon.spark.procedure.ProcedureParameter
Returns the name of input parameter.
name() - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
name() - Method in class org.apache.paimon.spark.SparkCatalog
 
name() - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
name() - Method in class org.apache.paimon.spark.SparkTable
 
name() - Method in interface org.apache.paimon.table.FileStoreTable
 
name() - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
name() - Method in class org.apache.paimon.table.system.AuditLogTable
 
name() - Method in class org.apache.paimon.table.system.BucketsTable
 
name() - Method in class org.apache.paimon.table.system.CatalogOptionsTable
A name to identify this table.
name() - Method in class org.apache.paimon.table.system.ConsumersTable
 
name() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
name() - Method in class org.apache.paimon.table.system.FilesTable
 
name() - Method in class org.apache.paimon.table.system.ManifestsTable
 
name() - Method in class org.apache.paimon.table.system.OptionsTable
 
name() - Method in class org.apache.paimon.table.system.PartitionsTable
 
name() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
name() - Method in class org.apache.paimon.table.system.SchemasTable
 
name() - Method in class org.apache.paimon.table.system.SinkTableLineageTable
 
name() - Method in class org.apache.paimon.table.system.SnapshotsTable
 
name() - Method in class org.apache.paimon.table.system.SourceTableLineageTable
 
name() - Method in class org.apache.paimon.table.system.TagsTable
 
name() - Method in interface org.apache.paimon.table.Table
A name to identify this table.
name() - Method in class org.apache.paimon.types.DataField
 
namespaceExists(String[]) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
NANOS_PER_MICROS - Static variable in class org.apache.paimon.data.Timestamp
 
NANOS_PER_MILLISECOND - Static variable in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
NANOS_PER_SECOND - Static variable in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
NATIVE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NATIVE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NATIVE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
NATIVE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
NATIVE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NATIVE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NATIVE_BYTE_ORDER - Static variable in class org.apache.paimon.memory.MemoryUtils
The native byte order of the platform on which the system currently runs.
needsTaskCommit(TaskAttemptContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
needToAssign() - Method in class org.apache.paimon.operation.DefaultValueAssigner
 
negate(List<Predicate>) - Method in class org.apache.paimon.predicate.And
 
negate(List<Predicate>) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
negate() - Method in class org.apache.paimon.predicate.CompoundPredicate
 
negate() - Method in class org.apache.paimon.predicate.Equal
 
negate() - Method in class org.apache.paimon.predicate.GreaterOrEqual
 
negate() - Method in class org.apache.paimon.predicate.GreaterThan
 
negate() - Method in class org.apache.paimon.predicate.In
 
negate() - Method in class org.apache.paimon.predicate.IsNotNull
 
negate() - Method in class org.apache.paimon.predicate.IsNull
 
negate() - Method in class org.apache.paimon.predicate.LeafFunction
 
negate() - Method in class org.apache.paimon.predicate.LeafPredicate
 
negate() - Method in class org.apache.paimon.predicate.LessOrEqual
 
negate() - Method in class org.apache.paimon.predicate.LessThan
 
negate() - Method in class org.apache.paimon.predicate.NotEqual
 
negate() - Method in class org.apache.paimon.predicate.NotIn
 
negate(List<Predicate>) - Method in class org.apache.paimon.predicate.Or
 
negate() - Method in interface org.apache.paimon.predicate.Predicate
 
negate() - Method in class org.apache.paimon.predicate.StartsWith
 
NestedRow - Class in org.apache.paimon.data
Its memory storage structure is exactly the same with BinaryRow.
NestedRow(int) - Constructor for class org.apache.paimon.data.NestedRow
 
neverEnd() - Static method in interface org.apache.paimon.table.source.snapshot.BoundedChecker
 
NEW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NEW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NEW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
NEW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
NEW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NEW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NEW_DATA_FIELD_LIST_OUTPUT_TAG - Static variable in class org.apache.paimon.flink.sink.cdc.CdcParsingProcessFunction
 
newBatchWriteBuilder() - Method in interface org.apache.paimon.table.InnerTable
 
newBatchWriteBuilder() - Method in interface org.apache.paimon.table.ReadonlyTable
 
newBatchWriteBuilder() - Method in interface org.apache.paimon.table.Table
Returns a new batch write builder.
newBuilder() - Static method in class org.apache.paimon.schema.Schema
Builder for configuring and creating instances of Schema.
newBuilder(String) - Static method in class org.apache.paimon.spark.SparkProcedures
 
newBuilder(FileFormatDiscover, KeyValueFieldsExtractor, int[][], int[][], List<Predicate>) - Static method in class org.apache.paimon.utils.BulkFormatMapping
 
newBytesType(boolean) - Static method in class org.apache.paimon.utils.SerializationUtils
Create a bytes type VarBinaryType(VarBinaryType.MAX_LENGTH).
newChangelogPath() - Method in class org.apache.paimon.io.DataFilePathFactory
 
newCommit(String) - Method in class org.apache.paimon.AbstractFileStore
 
newCommit(String) - Method in interface org.apache.paimon.FileStore
 
newCommit(String) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
newCommit(String) - Method in interface org.apache.paimon.table.FileStoreTable
 
newCommit(String) - Method in interface org.apache.paimon.table.InnerTable
 
newCommit(String) - Method in interface org.apache.paimon.table.ReadonlyTable
 
newCommit() - Method in interface org.apache.paimon.table.sink.BatchWriteBuilder
Create a TableCommit to commit CommitMessages.
newCommit() - Method in class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
newCommit() - Method in interface org.apache.paimon.table.sink.StreamWriteBuilder
Create a TableCommit to commit CommitMessages.
newCommit() - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
newCommit() - Method in interface org.apache.paimon.table.sink.WriteBuilder
Create a TableCommit to commit CommitMessages.
newDatabasePath(String) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
newDatabasePath(String, String) - Static method in class org.apache.paimon.catalog.AbstractCatalog
 
newDataType() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnType
 
newDescription() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnComment
 
newDescription(String) - Method in class org.apache.paimon.types.DataField
 
newExpire() - Method in class org.apache.paimon.AbstractFileStore
 
newExpire() - Method in interface org.apache.paimon.FileStore
 
newFields(RowType) - Static method in class org.apache.paimon.schema.TableSchema
 
newFiles() - Method in class org.apache.paimon.io.NewFilesIncrement
 
NewFilesIncrement - Class in org.apache.paimon.io
Newly created data files and changelog files.
NewFilesIncrement(List<DataFileMeta>, List<DataFileMeta>) - Constructor for class org.apache.paimon.io.NewFilesIncrement
 
newFilesIncrement() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
newFilesIncrement() - Method in class org.apache.paimon.utils.CommitIncrement
 
newId(int) - Method in class org.apache.paimon.types.DataField
 
newIndexFileHandler() - Method in class org.apache.paimon.AbstractFileStore
 
newIndexFileHandler() - Method in interface org.apache.paimon.FileStore
 
newIndexFiles() - Method in class org.apache.paimon.io.IndexIncrement
 
newInputStream(Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
newInputStream(Path) - Method in interface org.apache.paimon.fs.FileIO
Opens an SeekableInputStream at the indicated Path.
newInputStream(Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
newInputStream(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
newInputStream(Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
newInputStream(Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
newInputStream(Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
newInstance(ClassLoader) - Method in class org.apache.paimon.codegen.GeneratedClass
Create a new instance of this generated class.
newInstance(ClassLoader, Object...) - Method in class org.apache.paimon.codegen.GeneratedClass
 
newInstance() - Method in class org.apache.paimon.options.description.Formatter
 
newInstance() - Method in class org.apache.paimon.options.description.HtmlFormatter
 
newInstance(String) - Method in class org.apache.paimon.plugin.PluginLoader
 
newIterator() - Method in class org.apache.paimon.disk.ExternalBuffer
 
newIterator() - Method in class org.apache.paimon.disk.InMemoryBuffer
 
newIterator() - Method in interface org.apache.paimon.disk.RowBuffer
 
newKeyComparator() - Method in class org.apache.paimon.AbstractFileStore
 
newKeyComparator() - Method in class org.apache.paimon.AppendOnlyFileStore
 
newKeyComparator() - Method in class org.apache.paimon.KeyValueFileStore
 
NewLookupFunction - Class in org.apache.paimon.flink.lookup
New LookupFunction for 1.16+, it supports Flink retry join.
NewLookupFunction(FileStoreLookupFunction) - Constructor for class org.apache.paimon.flink.lookup.NewLookupFunction
 
newManifestFile() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
newManifestList() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
newName(String) - Static method in class org.apache.paimon.codegen.codesplit.CodeSplitUtil
 
newName() - Method in class org.apache.paimon.schema.SchemaChange.RenameColumn
 
newName(String) - Method in class org.apache.paimon.types.DataField
 
newNormalizedKeyComputer(List<DataType>, String) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
newNullability() - Method in class org.apache.paimon.schema.SchemaChange.UpdateColumnNullability
 
newOutputStream(Path, boolean) - Method in class org.apache.paimon.flink.FlinkFileIO
 
newOutputStream(Path, boolean) - Method in interface org.apache.paimon.fs.FileIO
Opens an PositionOutputStream at the indicated Path.
newOutputStream(Path, boolean) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
newOutputStream(Path, boolean) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
newOutputStream(Path, boolean) - Method in class org.apache.paimon.fs.PluginFileIO
 
newOutputStream(Path, boolean) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
newOutputStream(Path, boolean) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
newPartitionExpire(String) - Method in class org.apache.paimon.AbstractFileStore
 
newPartitionExpire(String) - Method in interface org.apache.paimon.FileStore
 
newPath() - Method in class org.apache.paimon.io.DataFilePathFactory
 
newPath() - Method in interface org.apache.paimon.utils.PathFactory
 
newProjection(RowType, List<String>) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
newProjection(RowType, int[]) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
newRead() - Method in class org.apache.paimon.AppendOnlyFileStore
 
newRead() - Method in interface org.apache.paimon.FileStore
 
newRead() - Method in class org.apache.paimon.KeyValueFileStore
 
newRead() - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
newRead() - Method in interface org.apache.paimon.table.InnerTable
 
newRead() - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
newRead() - Method in interface org.apache.paimon.table.source.ReadBuilder
Create a TableRead to read Splits.
newRead() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
newRead() - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
newRead() - Method in class org.apache.paimon.table.system.AuditLogTable
 
newRead() - Method in class org.apache.paimon.table.system.BucketsTable
 
newRead() - Method in class org.apache.paimon.table.system.CatalogOptionsTable
 
newRead() - Method in class org.apache.paimon.table.system.ConsumersTable
 
newRead() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
newRead() - Method in class org.apache.paimon.table.system.FilesTable
 
newRead() - Method in class org.apache.paimon.table.system.ManifestsTable
 
newRead() - Method in class org.apache.paimon.table.system.OptionsTable
 
newRead() - Method in class org.apache.paimon.table.system.PartitionsTable
 
newRead() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
newRead() - Method in class org.apache.paimon.table.system.SchemasTable
 
newRead() - Method in class org.apache.paimon.table.system.SinkTableLineageTable
 
newRead() - Method in class org.apache.paimon.table.system.SnapshotsTable
 
newRead() - Method in class org.apache.paimon.table.system.SourceTableLineageTable
 
newRead() - Method in class org.apache.paimon.table.system.TagsTable
 
newReadBuilder() - Method in interface org.apache.paimon.table.InnerTable
 
newReadBuilder() - Method in interface org.apache.paimon.table.Table
Returns a new read builder.
newRecordComparator(List<DataType>, String) - Static method in class org.apache.paimon.codegen.CodeGenUtils
 
newScan() - Method in class org.apache.paimon.AppendOnlyFileStore
 
newScan() - Method in interface org.apache.paimon.FileStore
 
newScan() - Method in class org.apache.paimon.KeyValueFileStore
 
newScan() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
newScan() - Method in interface org.apache.paimon.table.InnerTable
 
newScan() - Method in interface org.apache.paimon.table.source.ReadBuilder
Create a TableScan to perform batch planning.
newScan() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
newScan() - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
newScan() - Method in class org.apache.paimon.table.system.AuditLogTable
 
newScan() - Method in class org.apache.paimon.table.system.BucketsTable
 
newScan() - Method in class org.apache.paimon.table.system.CatalogOptionsTable
 
newScan() - Method in class org.apache.paimon.table.system.ConsumersTable
 
newScan() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
newScan() - Method in class org.apache.paimon.table.system.FilesTable
 
newScan() - Method in class org.apache.paimon.table.system.ManifestsTable
 
newScan() - Method in class org.apache.paimon.table.system.OptionsTable
 
newScan() - Method in class org.apache.paimon.table.system.PartitionsTable
 
newScan() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
newScan() - Method in class org.apache.paimon.table.system.SchemasTable
 
newScan() - Method in class org.apache.paimon.table.system.SnapshotsTable
 
newScan() - Method in class org.apache.paimon.table.system.TableLineageTable
 
newScan() - Method in class org.apache.paimon.table.system.TagsTable
 
newScanBuilder(CaseInsensitiveStringMap) - Method in class org.apache.paimon.spark.SparkTable
 
newSnapshotDeletion() - Method in class org.apache.paimon.AbstractFileStore
 
newSnapshotDeletion() - Method in interface org.apache.paimon.FileStore
 
newSnapshotReader() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
newSnapshotReader() - Method in interface org.apache.paimon.table.DataTable
 
newSnapshotReader() - Method in class org.apache.paimon.table.system.AuditLogTable
 
newSnapshotReader() - Method in class org.apache.paimon.table.system.BucketsTable
 
newSnapshotReader() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
newSnapshotReader() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
newStream() - Method in class org.apache.paimon.format.parquet.ParquetInputFile
 
newStreamScan() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
newStreamScan() - Method in interface org.apache.paimon.table.InnerTable
 
newStreamScan() - Method in interface org.apache.paimon.table.ReadonlyTable
 
newStreamScan() - Method in interface org.apache.paimon.table.source.ReadBuilder
Create a TableScan to perform streaming planning.
newStreamScan() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
newStreamScan() - Method in class org.apache.paimon.table.system.AuditLogTable
 
newStreamScan() - Method in class org.apache.paimon.table.system.BucketsTable
 
newStreamScan() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
newStreamScan() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
newStreamWriteBuilder() - Method in interface org.apache.paimon.table.InnerTable
 
newStreamWriteBuilder() - Method in interface org.apache.paimon.table.ReadonlyTable
 
newStreamWriteBuilder() - Method in interface org.apache.paimon.table.Table
Returns a new stream write builder.
newStringType(boolean) - Static method in class org.apache.paimon.utils.SerializationUtils
Create a varchar type VarCharType(VarCharType.MAX_LENGTH).
newTableLocation(String, Identifier) - Static method in class org.apache.paimon.catalog.AbstractCatalog
 
NewTableSchemaBuilder - Class in org.apache.paimon.flink.sink.cdc
Build schema for new table found in database synchronization.
NewTableSchemaBuilder(Map<String, String>, boolean) - Constructor for class org.apache.paimon.flink.sink.cdc.NewTableSchemaBuilder
 
newTagCreationManager() - Method in class org.apache.paimon.AbstractFileStore
 
newTagCreationManager() - Method in interface org.apache.paimon.FileStore
 
newTagDeletion() - Method in class org.apache.paimon.AbstractFileStore
 
newTagDeletion() - Method in interface org.apache.paimon.FileStore
 
newTagManager() - Method in class org.apache.paimon.AbstractFileStore
 
newTagManager() - Method in interface org.apache.paimon.FileStore
 
newThread(Runnable) - Method in class org.apache.paimon.utils.ExecutorThreadFactory
 
newWrite(String) - Method in class org.apache.paimon.AppendOnlyFileStore
 
newWrite(String, ManifestCacheFilter) - Method in class org.apache.paimon.AppendOnlyFileStore
 
newWrite(String) - Method in interface org.apache.paimon.FileStore
 
newWrite(String, ManifestCacheFilter) - Method in interface org.apache.paimon.FileStore
 
newWrite(String) - Method in class org.apache.paimon.KeyValueFileStore
 
newWrite(String, ManifestCacheFilter) - Method in class org.apache.paimon.KeyValueFileStore
 
newWrite(String) - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
newWrite(String, ManifestCacheFilter) - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
newWrite(String) - Method in interface org.apache.paimon.table.FileStoreTable
 
newWrite(String, ManifestCacheFilter) - Method in interface org.apache.paimon.table.FileStoreTable
 
newWrite(String) - Method in interface org.apache.paimon.table.InnerTable
 
newWrite(String) - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
newWrite(String, ManifestCacheFilter) - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
newWrite(String) - Method in interface org.apache.paimon.table.ReadonlyTable
 
newWrite() - Method in interface org.apache.paimon.table.sink.BatchWriteBuilder
Create a TableWrite to write InternalRows.
newWrite() - Method in class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
newWrite() - Method in interface org.apache.paimon.table.sink.StreamWriteBuilder
Create a TableWrite to write InternalRows.
newWrite() - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
newWrite() - Method in interface org.apache.paimon.table.sink.WriteBuilder
Create a TableWrite to write InternalRows.
newWriteBuilder(LogicalWriteInfo) - Method in class org.apache.paimon.spark.SparkTable
 
next() - Method in class org.apache.paimon.data.columnar.ColumnarRowIterator
 
next(BinaryRow) - Method in class org.apache.paimon.disk.ChannelReaderInputViewIterator
 
next() - Method in class org.apache.paimon.disk.ChannelReaderInputViewIterator
 
next() - Method in class org.apache.paimon.disk.FileIOChannel.Enumerator
 
next(Void, RowDataContainer) - Method in class org.apache.paimon.hive.mapred.PaimonRecordReader
 
next() - Method in interface org.apache.paimon.reader.RecordReader.RecordIterator
Gets the next record from the iterator.
next() - Method in class org.apache.paimon.reader.RecordReaderIterator
 
next(Entry) - Method in class org.apache.paimon.sort.BinaryMergeIterator
 
next() - Method in class org.apache.paimon.sort.BinaryMergeIterator
 
next() - Method in class org.apache.paimon.spark.SparkInputPartitionReader
 
next() - Method in class org.apache.paimon.table.source.ValueContentRowDataRecordIterator
 
next() - Method in class org.apache.paimon.utils.CloseableIterator.IteratorAdapter
 
next() - Method in interface org.apache.paimon.utils.IntIterator
 
next() - Method in class org.apache.paimon.utils.IteratorResultIterator
 
next(E) - Method in interface org.apache.paimon.utils.MutableObjectIterator
Gets the next element from the collection.
next() - Method in interface org.apache.paimon.utils.MutableObjectIterator
Gets the next element from the collection.
next() - Method in interface org.apache.paimon.utils.ParallelExecution.ParallelBatch
 
next() - Method in interface org.apache.paimon.utils.RowIterator
 
nextBatch() - Method in class org.apache.paimon.flink.lookup.TableStreamingReader
 
nextInt() - Method in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.NullIntIterator
 
nextInt() - Method in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.RLEIntIterator
 
nextInt() - Method in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.ValuesReaderIntIterator
 
nextKeyValue() - Method in class org.apache.paimon.table.source.ResetRowKindRecordIterator
 
nextMemorySegment() - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
nextRecordFromSplit() - Method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
nextSegment(MemorySegment) - Method in class org.apache.paimon.data.AbstractPagedInputView
The method by which concrete subclasses realize page crossing.
nextSegment(MemorySegment, int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
This method must return a segment.
nextSegment(MemorySegment) - Method in class org.apache.paimon.data.RandomAccessInputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.paimon.data.RandomAccessOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.paimon.data.SimpleCollectingOutputView
 
nextSegment(MemorySegment) - Method in class org.apache.paimon.disk.BufferFileReaderInputView
 
nextSegment(MemorySegment) - Method in class org.apache.paimon.disk.ChannelReaderInputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.paimon.disk.ChannelWriterOutputView
 
nextSegment(MemorySegment) - Method in class org.apache.paimon.io.cache.CachedRandomInputView
 
nextSegment() - Method in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
nextSegment() - Method in class org.apache.paimon.memory.ArraySegmentPool
 
nextSegment() - Method in class org.apache.paimon.memory.CachelessSegmentPool
 
nextSegment() - Method in interface org.apache.paimon.memory.MemorySegmentSource
Gets the next memory segment.
nextSnapshot() - Method in class org.apache.paimon.consumer.Consumer
 
NextSnapshot(long) - Constructor for class org.apache.paimon.table.source.snapshot.StartingScanner.NextSnapshot
 
nextSnapshotId - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
nextSnapshotId() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator.PlanWithNextSnapshotId
 
nextSnapshotId() - Method in class org.apache.paimon.table.source.snapshot.StartingScanner.NextSnapshot
 
nextSplit() - Method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
nextTagTime(LocalDateTime) - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
nextTagTime(LocalDateTime) - Method in interface org.apache.paimon.tag.TagPeriodHandler
 
noDefaultValue() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Deprecated.
define the type explicitly first with one of the intType(), stringType(), etc.
noDefaultValue() - Method in class org.apache.paimon.options.ConfigOptions.TypedConfigOptionBuilder
Creates a ConfigOption without a default value.
noMoreSplits() - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
noMoreSplits() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
NONE - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
NoneFieldStatsCollector - Class in org.apache.paimon.statistics
The none stats collector which report nothing.
NoneFieldStatsCollector() - Constructor for class org.apache.paimon.statistics.NoneFieldStatsCollector
 
nonEmpty() - Method in class org.apache.paimon.mergetree.SortedRun
 
nonEmptyHighestLevel() - Method in class org.apache.paimon.mergetree.Levels
 
nonFullBucketInformation - Variable in class org.apache.paimon.index.PartitionIndex
 
nonPartitionFilterConsumer() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
nonPartitionFilterConsumer() - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
nonPartitionFilterConsumer() - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
nonPhysicalColumns(Map<String, String>, List<String>) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
nonPhysicalColumnsCount(Map<String, String>, List<String>) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
nonPkTables() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
noNulls - Variable in class org.apache.paimon.data.columnar.writable.AbstractWritableVector
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatorContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
nonWildcardTypeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
NonWildcardTypeArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
NonWildcardTypeArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
nonWildcardTypeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
nonWildcardTypeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InnerCreatorContext
 
nonWildcardTypeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
nonWildcardTypeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
NonWildcardTypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
NonWildcardTypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsOrDiamondContext
 
NoopCommittableStateManager - Class in org.apache.paimon.flink.sink
A CommittableStateManager which does nothing.
NoopCommittableStateManager() - Constructor for class org.apache.paimon.flink.sink.NoopCommittableStateManager
 
NoopCompactManager - Class in org.apache.paimon.compact
A CompactManager which never compacts.
NoopCompactManager() - Constructor for class org.apache.paimon.compact.NoopCompactManager
 
NoPrimaryKeyLookupTable - Class in org.apache.paimon.flink.lookup
A LookupTable for table without primary key.
NoPrimaryKeyLookupTable(RocksDBStateFactory, RowType, List<String>, Predicate<InternalRow>, long) - Constructor for class org.apache.paimon.flink.lookup.NoPrimaryKeyLookupTable
 
NormalizedKeyComputer - Interface in org.apache.paimon.codegen
Normalized key computer for SortBuffer.
normalizeToPreviousTag(LocalDateTime) - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
normalizeToPreviousTag(LocalDateTime) - Method in interface org.apache.paimon.tag.TagPeriodHandler
 
NoSnapshot() - Constructor for class org.apache.paimon.table.source.snapshot.StartingScanner.NoSnapshot
 
NoSuchProcedureException - Exception in org.apache.paimon.spark.analysis
Thrown by a catalog when a stored procedure cannot be found.
NoSuchProcedureException(Identifier) - Constructor for exception org.apache.paimon.spark.analysis.NoSuchProcedureException
 
Not(OrcFilters.Predicate) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.Not
Creates a NOT predicate.
NOT_MATCHED_BY_SOURCE_DELETE - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
NOT_MATCHED_BY_SOURCE_UPSERT - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
NOT_MATCHED_INSERT - Static variable in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
NOTEQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NOTEQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NOTEQUAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
NOTEQUAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
NOTEQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NOTEQUAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NotEqual - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to eval not equal.
notEqual(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
NoticeContents - Class in org.apache.paimon.tools.ci.utils.notice
Represents the parsed contents of a NOTICE file.
NoticeContents(String, Collection<Dependency>) - Constructor for class org.apache.paimon.tools.ci.utils.notice.NoticeContents
 
NoticeFileChecker - Class in org.apache.paimon.tools.ci.licensecheck
Utility class checking for proper NOTICE files based on the maven build output.
NoticeFileChecker() - Constructor for class org.apache.paimon.tools.ci.licensecheck.NoticeFileChecker
 
NoticeParser - Class in org.apache.paimon.tools.ci.utils.notice
Parsing utils for NOTICE files.
NoticeParser() - Constructor for class org.apache.paimon.tools.ci.utils.notice.NoticeParser
 
notifyCheckpointAborted(long) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
notifyCheckpointAborted(long) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
notifyCheckpointAborted(long) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
notifyCheckpointAborted(long) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.source.ConsumerProgressCalculator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
notifyCheckpointComplete(long) - Method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
notifyCheckpointComplete(Long) - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
notifyCheckpointComplete(Long) - Method in interface org.apache.paimon.table.source.StreamTableScan
Notifies the checkpoint complete with next snapshot id.
notifyCreation(String) - Method in class org.apache.paimon.metastore.AddPartitionTagCallback
 
notifyCreation(String) - Method in interface org.apache.paimon.table.sink.TagCallback
 
notifyDropFile(String) - Method in class org.apache.paimon.mergetree.ContainsLevels
 
notifyDropFile(String) - Method in interface org.apache.paimon.mergetree.Levels.DropFileCallback
 
notifyDropFile(String) - Method in class org.apache.paimon.mergetree.LookupLevels
 
notifyNewFiles(long, BinaryRow, int, List<DataFileMeta>) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
notifyNewFiles(long, BinaryRow, int, List<DataFileMeta>) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
notifyNewFiles(long, BinaryRow, int, List<DataFileMeta>) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
notifyNewFiles(long, BinaryRow, int, List<DataFileMeta>) - Method in interface org.apache.paimon.operation.FileStoreWrite
Notify that some new files are created at given snapshot in given bucket.
notifyNewFiles(long, BinaryRow, int, List<DataFileMeta>) - Method in class org.apache.paimon.table.sink.TableWriteImpl
Notify that some new files are created at given snapshot in given bucket.
notifyNewOwner(MemoryOwner) - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
notifyNewRecord(KeyValue) - Method in class org.apache.paimon.index.HashIndexMaintainer
 
notifyNewRecord(T) - Method in interface org.apache.paimon.index.IndexMaintainer
 
notifyNewWriter(RecordWriter<T>) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
notifyNewWriter(RecordWriter<T>) - Method in class org.apache.paimon.operation.MemoryFileStoreWrite
 
notifySnapshotState(long, Set<Integer>, Function<Integer, Long>, int) - Method in class org.apache.paimon.flink.source.ConsumerProgressCalculator
 
NotIn - Class in org.apache.paimon.predicate
A LeafFunction to eval not in.
notIn(int, List<Object>) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
notNull() - Method in class org.apache.paimon.types.DataType
 
now() - Static method in class org.apache.paimon.data.Timestamp
Creates an instance of Timestamp for now.
NULL_BYTES - Static variable in class org.apache.paimon.utils.ZOrderByteUtils
 
NULL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NULL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
NULL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
NULL_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
NULL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NULL_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
NULL_STRING - Static variable in class org.apache.paimon.utils.BinaryStringUtils
 
nullable(String) - Method in class org.apache.paimon.flink.procedure.ProcedureBase
 
nullable() - Method in class org.apache.paimon.types.DataType
 
NullableSerializer<T> - Class in org.apache.paimon.data.serializer
Serializer wrapper to add support of null value serialization.
nullCount() - Method in class org.apache.paimon.format.FieldStats
 
nullCount - Variable in class org.apache.paimon.statistics.AbstractFieldStatsCollector
 
nullCounts() - Method in class org.apache.paimon.stats.BinaryTableStats
 
NullFalseLeafBinaryFunction - Class in org.apache.paimon.predicate
Function to test a field with a literal.
NullFalseLeafBinaryFunction() - Constructor for class org.apache.paimon.predicate.NullFalseLeafBinaryFunction
 
NullIntIterator() - Constructor for class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.NullIntIterator
 
NUM_LEVELS - Static variable in class org.apache.paimon.CoreOptions
 
NUM_SORTED_RUNS_COMPACTION_TRIGGER - Static variable in class org.apache.paimon.CoreOptions
 
NUM_SORTED_RUNS_STOP_TRIGGER - Static variable in class org.apache.paimon.CoreOptions
 
numAddedFiles() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
NUMBER_FORMAT - Static variable in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
numberOfLevels() - Method in class org.apache.paimon.mergetree.Levels
 
numberOfSortedRuns() - Method in class org.apache.paimon.mergetree.Levels
 
numChangedBuckets(List<ManifestEntry>...) - Static method in class org.apache.paimon.operation.metrics.CommitStats
 
numChangedPartitions(List<ManifestEntry>...) - Static method in class org.apache.paimon.operation.metrics.CommitStats
 
numChars() - Method in class org.apache.paimon.data.BinaryString
Returns the number of UTF-8 code points in the string.
numDeletedFiles() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
numElements() - Method in class org.apache.paimon.spark.SparkArrayData
 
numFields() - Method in class org.apache.paimon.spark.SparkInternalRow
 
numFields() - Method in class org.apache.paimon.utils.ObjectSerializer
Get the number of fields.
numLevels() - Method in class org.apache.paimon.CoreOptions
 
numRecords - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
numSortedRunCompactionTrigger() - Method in class org.apache.paimon.CoreOptions
 
numSortedRunStopTrigger() - Method in class org.apache.paimon.CoreOptions
 

O

OBJECT_MAPPER - Static variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
ObjectsCache<K,V> - Class in org.apache.paimon.utils
Cache records to SegmentsCache by compacted serializer.
ObjectsCache(SegmentsCache<K>, ObjectSerializer<V>, Function<K, CloseableIterator<InternalRow>>) - Constructor for class org.apache.paimon.utils.ObjectsCache
 
ObjectSerializer<T> - Class in org.apache.paimon.utils
A serializer to serialize object by InternalRowSerializer.
ObjectSerializer(RowType) - Constructor for class org.apache.paimon.utils.ObjectSerializer
 
ObjectsFile<T> - Class in org.apache.paimon.utils
A file which contains several Ts, provides read and write.
ObjectsFile(FileIO, ObjectSerializer<T>, FormatReaderFactory, FormatWriterFactory, PathFactory, SegmentsCache<String>) - Constructor for class org.apache.paimon.utils.ObjectsFile
 
ObjectUtils - Class in org.apache.paimon.utils
Utils for objects.
ObjectUtils() - Constructor for class org.apache.paimon.utils.ObjectUtils
 
obtainCompactResult() - Method in class org.apache.paimon.compact.CompactFutureManager
 
OCT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OCT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OCT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
OCT_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.IntegerLiteralContext
 
OCT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
OCT_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
of(Object...) - Static method in class org.apache.paimon.data.GenericRow
Creates an instance of GenericRow with given field values.
of(int[]) - Static method in class org.apache.paimon.flink.Projection
Create a Projection of the provided indexes.
of(int[][]) - Static method in class org.apache.paimon.flink.Projection
Create a Projection of the provided indexes.
of(CoreOptions) - Static method in interface org.apache.paimon.format.FileFormatDiscover
 
of(String) - Static method in enum org.apache.paimon.spark.sort.TableSorter.OrderType
 
of(DataType...) - Static method in class org.apache.paimon.types.RowType
 
of(DataType[], String[]) - Static method in class org.apache.paimon.types.RowType
 
of(L, R) - Static method in class org.apache.paimon.utils.Pair
 
of(int[]) - Static method in class org.apache.paimon.utils.Projection
Create a Projection of the provided indexes.
of(int[][]) - Static method in class org.apache.paimon.utils.Projection
Create a Projection of the provided indexes.
of(T0, T1, T2) - Static method in class org.apache.paimon.utils.Triple
 
ofElement(E, Consumer<E>) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
ofElements(Consumer<T>, T...) - Static method in interface org.apache.paimon.utils.CloseableIterator
 
offer(T) - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Adds element to the PriorityQueue in log(size) time if either the PriorityQueue is not full, or not lessThan(element, top()).
offset - Variable in class org.apache.paimon.data.BinarySection
 
offset - Variable in class org.apache.paimon.data.columnar.BytesColumnVector.Bytes
 
offset() - Method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
offset() - Method in class org.apache.paimon.table.source.RawFile
Starting offset of data in the file.
OFFSET_LEN - Static variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
OffsetRow - Class in org.apache.paimon.utils
A InternalRow to wrap row with offset.
OffsetRow(int, int) - Constructor for class org.apache.paimon.utils.OffsetRow
 
offsets() - Method in class org.apache.paimon.flink.log.LogWriteCallback
 
ofKibiBytes(long) - Static method in class org.apache.paimon.options.MemorySize
 
ofKind(RowKind, Object...) - Static method in class org.apache.paimon.data.GenericRow
Creates an instance of GenericRow with given kind and field values.
ofMebiBytes(long) - Static method in class org.apache.paimon.options.MemorySize
 
OggRecordParser - Class in org.apache.paimon.flink.action.cdc.format.ogg
The OggRecordParser class extends the abstract RecordParser and is responsible for parsing records from the Oracle GoldenGate (OGG) JSON format.
OggRecordParser(boolean, TypeMapping, List<ComputedColumn>) - Constructor for class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
OID_FIELD - Static variable in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
 
olderThan(String) - Method in class org.apache.paimon.flink.action.RemoveOrphanFilesAction
 
olderThan(String) - Method in class org.apache.paimon.operation.OrphanFilesClean
 
OldLookupFunction - Class in org.apache.paimon.flink.lookup
Old lookup TableFunction for 1.15-.
OldLookupFunction(FileStoreLookupFunction) - Constructor for class org.apache.paimon.flink.lookup.OldLookupFunction
 
onCompletion(int, long) - Method in class org.apache.paimon.flink.log.LogWriteCallback
 
onCompletion(int, long) - Method in interface org.apache.paimon.flink.sink.LogSinkFunction.WriteCallback
A callback method the user can implement to provide asynchronous handling of request completion.
onePeriod() - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
onePeriod() - Method in class org.apache.paimon.tag.TagPeriodHandler.DailyTagPeriodHandler
 
onePeriod() - Method in class org.apache.paimon.tag.TagPeriodHandler.HourlyTagPeriodHandler
 
onePeriod() - Method in class org.apache.paimon.tag.TagPeriodHandler.TwoHoursTagPeriodHandler
 
OnEventWatermarkStrategy - Class in org.apache.paimon.flink.source
Paimon WatermarkStrategy to emit watermark on event.
OnEventWatermarkStrategy(WatermarkStrategy<RowData>) - Constructor for class org.apache.paimon.flink.source.OnEventWatermarkStrategy
 
OnlyPartitionKeyEqualVisitor - Class in org.apache.paimon.predicate
Visit the predicate and check if it only contains partition keys and can be push down.
OnlyPartitionKeyEqualVisitor(List<String>) - Constructor for class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
onSplitFinished(Map<String, FileStoreSourceSplitState>) - Method in class org.apache.paimon.flink.source.align.AlignedSourceReader
 
onSplitFinished(Map<String, FileStoreSourceSplitState>) - Method in class org.apache.paimon.flink.source.FileStoreSourceReader
 
op() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
open(long, IOManager, int, int, BiConsumer<InternalRow, Integer>) - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
open() - Method in class org.apache.paimon.flink.FlinkCatalog
 
open() - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
open(DeserializationSchema.InitializationContext) - Method in class org.apache.paimon.flink.kafka.KafkaLogDeserializationSchema
 
open(SerializationSchema.InitializationContext) - Method in class org.apache.paimon.flink.kafka.KafkaLogSerializationSchema
 
open(Configuration) - Method in class org.apache.paimon.flink.kafka.KafkaSinkFunction
 
open(FunctionContext) - Method in class org.apache.paimon.flink.lookup.AsyncLookupFunctionWrapper
 
open(FunctionContext) - Method in class org.apache.paimon.flink.lookup.FileStoreLookupFunction
 
open(FunctionContext) - Method in class org.apache.paimon.flink.lookup.NewLookupFunction
 
open(FunctionContext) - Method in class org.apache.paimon.flink.lookup.OldLookupFunction
 
open() - Method in class org.apache.paimon.flink.shuffle.RangeShuffle.LocalSampleOperator
 
open() - Method in class org.apache.paimon.flink.sink.AppendOnlyTableCompactionWorkerOperator
 
open() - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
open() - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
open(Configuration) - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicTableParsingProcessFunction
 
open(Configuration) - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiTableParsingProcessFunction
 
open(Configuration) - Method in class org.apache.paimon.flink.sink.cdc.CdcParsingProcessFunction
 
open(Configuration) - Method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
open() - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
open() - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
open() - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
open() - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
open() - Method in class org.apache.paimon.flink.sorter.SortOperator
 
open(Configuration) - Method in class org.apache.paimon.flink.source.BucketUnawareCompactSource
 
open(Configuration) - Method in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
open() - Method in class org.apache.paimon.flink.source.operator.MultiTablesReadOperator
 
open() - Method in class org.apache.paimon.flink.source.operator.ReadOperator
 
open(Path) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
open(Path, int) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
open() - Method in class org.apache.paimon.sort.zorder.ZIndexer
 
open() - Method in class org.apache.paimon.sort.zorder.ZIndexer.RowProcessor
 
OperatingSystem - Enum in org.apache.paimon.benchmark.metric.cpu
An enumeration indicating the operating system that the JVM runs on.
OperatingSystem - Enum in org.apache.paimon.utils
An enumeration indicating the operating system that the JVM runs on.
option(String, String) - Method in class org.apache.paimon.schema.Schema.Builder
Declares an option.
optional() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
optional(String, DataType) - Static method in interface org.apache.paimon.spark.procedure.ProcedureParameter
Creates an optional input parameter.
optionalConfigMap(MultipleParameterToolAdapter, String) - Method in interface org.apache.paimon.flink.action.ActionFactory
 
optionalOptions() - Method in class org.apache.paimon.flink.AbstractFlinkTableFactory
 
optionalOptions() - Method in class org.apache.paimon.flink.FlinkCatalogFactory
 
optionalOptions() - Method in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
optionalOptions() - Method in class org.apache.paimon.flink.FlinkGenericTableFactory
 
options - Variable in class org.apache.paimon.AbstractFileStore
 
options() - Method in class org.apache.paimon.AbstractFileStore
 
options() - Method in class org.apache.paimon.catalog.AbstractCatalog
 
options() - Method in class org.apache.paimon.catalog.CatalogContext
 
options() - Method in interface org.apache.paimon.FileStore
 
options - Variable in class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
options - Variable in class org.apache.paimon.fs.PluginFileIO
 
options() - Method in interface org.apache.paimon.lineage.LineageMetaFactory.LineageMetaContext
 
Options - Class in org.apache.paimon.options
Options which stores key/value pairs.
Options() - Constructor for class org.apache.paimon.options.Options
Creates a new empty configuration.
Options(Map<String, String>) - Constructor for class org.apache.paimon.options.Options
Creates a new configuration that is initialized with the options of the given map.
options(Map<String, String>) - Method in class org.apache.paimon.schema.Schema.Builder
Declares options.
options() - Method in class org.apache.paimon.schema.Schema
 
options() - Method in class org.apache.paimon.schema.TableSchema
 
options() - Method in interface org.apache.paimon.table.FileStoreTable
 
options() - Method in interface org.apache.paimon.table.ReadonlyTable
 
options() - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
options() - Method in class org.apache.paimon.table.system.AuditLogTable
 
options() - Method in class org.apache.paimon.table.system.BucketsTable
 
options() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
OPTIONS - Static variable in class org.apache.paimon.table.system.OptionsTable
 
options() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
options - Variable in class org.apache.paimon.table.system.TableLineageTable
 
options() - Method in interface org.apache.paimon.table.Table
Options of this table.
OptionsTable - Class in org.apache.paimon.table.system
A Table for showing options of table.
OptionsTable(FileIO, Path) - Constructor for class org.apache.paimon.table.system.OptionsTable
 
OptionsUtils - Class in org.apache.paimon.options
Utility class for Options related helper functions.
OR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OR - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
OR() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
OR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
OR - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
Or(OrcFilters.Predicate...) - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.Or
Creates an OR predicate.
Or - Class in org.apache.paimon.predicate
or(Predicate...) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
or(List<Predicate>) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
OR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
OR_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
OR_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
OR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
OR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ORC_BLOOM_FILTER_COLUMNS - Static variable in class org.apache.paimon.CoreOptions
 
ORC_BLOOM_FILTER_FPP - Static variable in class org.apache.paimon.CoreOptions
 
ORC_COLUMN_ENCODING_DIRECT - Static variable in class org.apache.paimon.CoreOptions
 
ORC_DICTIONARY_KEY_THRESHOLD - Static variable in class org.apache.paimon.CoreOptions
 
ORC_WRITE_BATCH_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
OrcArrayColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's ListColumnVector to Paimon's ArrayColumnVector.
OrcArrayColumnVector(ListColumnVector, ArrayType) - Constructor for class org.apache.paimon.format.orc.reader.OrcArrayColumnVector
 
OrcBulkWriter - Class in org.apache.paimon.format.orc.writer
A FormatWriter implementation that writes data in ORC format.
OrcBulkWriter(Vectorizer<InternalRow>, Writer, PositionOutputStream, int) - Constructor for class org.apache.paimon.format.orc.writer.OrcBulkWriter
 
OrcBytesColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's BytesColumnVector to Paimon's BytesColumnVector.
OrcBytesColumnVector(BytesColumnVector) - Constructor for class org.apache.paimon.format.orc.reader.OrcBytesColumnVector
 
OrcDecimalColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's DecimalColumnVector to Paimon's DecimalColumnVector.
OrcDecimalColumnVector(DecimalColumnVector) - Constructor for class org.apache.paimon.format.orc.reader.OrcDecimalColumnVector
 
OrcDoubleColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's DoubleColumnVector to Paimon's float and double ColumnVector.
OrcDoubleColumnVector(DoubleColumnVector) - Constructor for class org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
OrcFileFormat - Class in org.apache.paimon.format.orc
OrcFileFormat(FileFormatFactory.FormatContext) - Constructor for class org.apache.paimon.format.orc.OrcFileFormat
 
OrcFileFormatFactory - Class in org.apache.paimon.format.orc
Factory to create OrcFileFormat.
OrcFileFormatFactory() - Constructor for class org.apache.paimon.format.orc.OrcFileFormatFactory
 
OrcFilters - Class in org.apache.paimon.format.orc.filter
Utility class that provides helper methods to work with Orc Filter PushDown.
OrcFilters() - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters
 
OrcFilters.And - Class in org.apache.paimon.format.orc.filter
An AND predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Equals - Class in org.apache.paimon.format.orc.filter
An EQUALS predicate that can be evaluated by the OrcInputFormat.
OrcFilters.IsNull - Class in org.apache.paimon.format.orc.filter
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
OrcFilters.LessThan - Class in org.apache.paimon.format.orc.filter
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
OrcFilters.LessThanEquals - Class in org.apache.paimon.format.orc.filter
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Not - Class in org.apache.paimon.format.orc.filter
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Or - Class in org.apache.paimon.format.orc.filter
An OR predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Predicate - Class in org.apache.paimon.format.orc.filter
A filter predicate that can be evaluated by the OrcInputFormat.
OrcLegacyTimestampColumnVector - Class in org.apache.paimon.format.orc.reader
This class is used to adapt to Hive's legacy (2.0.x) timestamp column vector which is a LongColumnVector.
OrcLongColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's LongColumnVector to Paimon's boolean, byte, short, int and long ColumnVector.
OrcLongColumnVector(LongColumnVector) - Constructor for class org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
OrcMapColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's MapColumnVector to Paimon's MapColumnVector.
OrcMapColumnVector(MapColumnVector, MapType) - Constructor for class org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
OrcPredicateFunctionVisitor - Class in org.apache.paimon.format.orc.filter
Convert Predicate to OrcFilters.Predicate for orc.
OrcReaderFactory - Class in org.apache.paimon.format.orc
An ORC reader that produces a stream of ColumnarRow records.
OrcReaderFactory(Configuration, RowType, List<OrcFilters.Predicate>, int) - Constructor for class org.apache.paimon.format.orc.OrcReaderFactory
 
OrcRowColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's StructColumnVector to Flink's RowColumnVector.
OrcRowColumnVector(StructColumnVector, RowType) - Constructor for class org.apache.paimon.format.orc.reader.OrcRowColumnVector
 
OrcSplitReaderUtil - Class in org.apache.paimon.format.orc.reader
Util for orc types.
OrcSplitReaderUtil() - Constructor for class org.apache.paimon.format.orc.reader.OrcSplitReaderUtil
 
OrcTableStatsExtractor - Class in org.apache.paimon.format.orc.filter
TableStatsExtractor for orc files.
OrcTableStatsExtractor(RowType, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
OrcTimestampColumnVector - Class in org.apache.paimon.format.orc.reader
This column vector is used to adapt hive's TimestampColumnVector to Paimon's TimestampColumnVector.
OrcTimestampColumnVector(ColumnVector) - Constructor for class org.apache.paimon.format.orc.reader.OrcTimestampColumnVector
 
orcWriteBatch() - Method in class org.apache.paimon.CoreOptions
 
OrcWriterFactory - Class in org.apache.paimon.format.orc
A factory that creates an ORC FormatWriter.
OrcWriterFactory(Vectorizer<InternalRow>) - Constructor for class org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer implementation.
OrcWriterFactory(Vectorizer<InternalRow>, Configuration) - Constructor for class org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration.
OrcWriterFactory(Vectorizer<InternalRow>, Properties, Configuration) - Constructor for class org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration, ORC writer properties.
orderColNames - Variable in class org.apache.paimon.flink.sorter.TableSorter
 
orderColNames - Variable in class org.apache.paimon.spark.sort.TableSorter
 
OrderSorter - Class in org.apache.paimon.flink.sorter
Alphabetical order sorter to sort records by the given `orderColNames`.
OrderSorter(StreamExecutionEnvironment, DataStream<RowData>, FileStoreTable, List<String>) - Constructor for class org.apache.paimon.flink.sorter.OrderSorter
 
OrderSorter - Class in org.apache.paimon.spark.sort
Order sort by alphabetical order.
OrderSorter(FileStoreTable, List<String>) - Constructor for class org.apache.paimon.spark.sort.OrderSorter
 
org.apache.flink.table.hive - package org.apache.flink.table.hive
 
org.apache.flink.table.store.hive - package org.apache.flink.table.store.hive
 
org.apache.flink.table.store.mapred - package org.apache.flink.table.store.mapred
 
org.apache.paimon - package org.apache.paimon
 
org.apache.paimon.annotation - package org.apache.paimon.annotation
 
org.apache.paimon.append - package org.apache.paimon.append
 
org.apache.paimon.benchmark - package org.apache.paimon.benchmark
 
org.apache.paimon.benchmark.metric - package org.apache.paimon.benchmark.metric
 
org.apache.paimon.benchmark.metric.cpu - package org.apache.paimon.benchmark.metric.cpu
 
org.apache.paimon.benchmark.metric.cpu.clock - package org.apache.paimon.benchmark.metric.cpu.clock
 
org.apache.paimon.benchmark.utils - package org.apache.paimon.benchmark.utils
 
org.apache.paimon.casting - package org.apache.paimon.casting
 
org.apache.paimon.catalog - package org.apache.paimon.catalog
 
org.apache.paimon.codegen - package org.apache.paimon.codegen
 
org.apache.paimon.codegen.codesplit - package org.apache.paimon.codegen.codesplit
 
org.apache.paimon.compact - package org.apache.paimon.compact
 
org.apache.paimon.compression - package org.apache.paimon.compression
 
org.apache.paimon.consumer - package org.apache.paimon.consumer
 
org.apache.paimon.crosspartition - package org.apache.paimon.crosspartition
 
org.apache.paimon.data - package org.apache.paimon.data
 
org.apache.paimon.data.columnar - package org.apache.paimon.data.columnar
 
org.apache.paimon.data.columnar.heap - package org.apache.paimon.data.columnar.heap
 
org.apache.paimon.data.columnar.writable - package org.apache.paimon.data.columnar.writable
 
org.apache.paimon.data.serializer - package org.apache.paimon.data.serializer
 
org.apache.paimon.disk - package org.apache.paimon.disk
 
org.apache.paimon.docs.configuration - package org.apache.paimon.docs.configuration
 
org.apache.paimon.docs.util - package org.apache.paimon.docs.util
 
org.apache.paimon.factories - package org.apache.paimon.factories
 
org.apache.paimon.flink - package org.apache.paimon.flink
 
org.apache.paimon.flink.action - package org.apache.paimon.flink.action
 
org.apache.paimon.flink.action.cdc - package org.apache.paimon.flink.action.cdc
 
org.apache.paimon.flink.action.cdc.format - package org.apache.paimon.flink.action.cdc.format
 
org.apache.paimon.flink.action.cdc.format.canal - package org.apache.paimon.flink.action.cdc.format.canal
 
org.apache.paimon.flink.action.cdc.format.debezium - package org.apache.paimon.flink.action.cdc.format.debezium
 
org.apache.paimon.flink.action.cdc.format.maxwell - package org.apache.paimon.flink.action.cdc.format.maxwell
 
org.apache.paimon.flink.action.cdc.format.ogg - package org.apache.paimon.flink.action.cdc.format.ogg
 
org.apache.paimon.flink.action.cdc.kafka - package org.apache.paimon.flink.action.cdc.kafka
 
org.apache.paimon.flink.action.cdc.mongodb - package org.apache.paimon.flink.action.cdc.mongodb
 
org.apache.paimon.flink.action.cdc.mongodb.strategy - package org.apache.paimon.flink.action.cdc.mongodb.strategy
 
org.apache.paimon.flink.action.cdc.mysql - package org.apache.paimon.flink.action.cdc.mysql
 
org.apache.paimon.flink.action.cdc.mysql.format - package org.apache.paimon.flink.action.cdc.mysql.format
 
org.apache.paimon.flink.action.cdc.mysql.schema - package org.apache.paimon.flink.action.cdc.mysql.schema
 
org.apache.paimon.flink.action.cdc.pulsar - package org.apache.paimon.flink.action.cdc.pulsar
 
org.apache.paimon.flink.compact - package org.apache.paimon.flink.compact
 
org.apache.paimon.flink.factories - package org.apache.paimon.flink.factories
 
org.apache.paimon.flink.kafka - package org.apache.paimon.flink.kafka
 
org.apache.paimon.flink.log - package org.apache.paimon.flink.log
 
org.apache.paimon.flink.lookup - package org.apache.paimon.flink.lookup
 
org.apache.paimon.flink.memory - package org.apache.paimon.flink.memory
 
org.apache.paimon.flink.metrics - package org.apache.paimon.flink.metrics
 
org.apache.paimon.flink.procedure - package org.apache.paimon.flink.procedure
 
org.apache.paimon.flink.shuffle - package org.apache.paimon.flink.shuffle
 
org.apache.paimon.flink.sink - package org.apache.paimon.flink.sink
 
org.apache.paimon.flink.sink.cdc - package org.apache.paimon.flink.sink.cdc
 
org.apache.paimon.flink.sink.index - package org.apache.paimon.flink.sink.index
 
org.apache.paimon.flink.sorter - package org.apache.paimon.flink.sorter
 
org.apache.paimon.flink.source - package org.apache.paimon.flink.source
 
org.apache.paimon.flink.source.align - package org.apache.paimon.flink.source.align
 
org.apache.paimon.flink.source.assigners - package org.apache.paimon.flink.source.assigners
 
org.apache.paimon.flink.source.metrics - package org.apache.paimon.flink.source.metrics
 
org.apache.paimon.flink.source.operator - package org.apache.paimon.flink.source.operator
 
org.apache.paimon.flink.source.table - package org.apache.paimon.flink.source.table
 
org.apache.paimon.flink.utils - package org.apache.paimon.flink.utils
 
org.apache.paimon.format - package org.apache.paimon.format
 
org.apache.paimon.format.avro - package org.apache.paimon.format.avro
 
org.apache.paimon.format.fs - package org.apache.paimon.format.fs
 
org.apache.paimon.format.orc - package org.apache.paimon.format.orc
 
org.apache.paimon.format.orc.filter - package org.apache.paimon.format.orc.filter
 
org.apache.paimon.format.orc.reader - package org.apache.paimon.format.orc.reader
 
org.apache.paimon.format.orc.writer - package org.apache.paimon.format.orc.writer
 
org.apache.paimon.format.parquet - package org.apache.paimon.format.parquet
 
org.apache.paimon.format.parquet.reader - package org.apache.paimon.format.parquet.reader
 
org.apache.paimon.format.parquet.writer - package org.apache.paimon.format.parquet.writer
 
org.apache.paimon.fs - package org.apache.paimon.fs
 
org.apache.paimon.fs.hadoop - package org.apache.paimon.fs.hadoop
 
org.apache.paimon.fs.local - package org.apache.paimon.fs.local
 
org.apache.paimon.hadoop - package org.apache.paimon.hadoop
 
org.apache.paimon.hive - package org.apache.paimon.hive
 
org.apache.paimon.hive.mapred - package org.apache.paimon.hive.mapred
 
org.apache.paimon.hive.migrate - package org.apache.paimon.hive.migrate
 
org.apache.paimon.hive.objectinspector - package org.apache.paimon.hive.objectinspector
 
org.apache.paimon.hive.utils - package org.apache.paimon.hive.utils
 
org.apache.paimon.index - package org.apache.paimon.index
 
org.apache.paimon.io - package org.apache.paimon.io
 
org.apache.paimon.io.cache - package org.apache.paimon.io.cache
 
org.apache.paimon.lineage - package org.apache.paimon.lineage
 
org.apache.paimon.lookup - package org.apache.paimon.lookup
 
org.apache.paimon.lookup.hash - package org.apache.paimon.lookup.hash
 
org.apache.paimon.manifest - package org.apache.paimon.manifest
 
org.apache.paimon.memory - package org.apache.paimon.memory
 
org.apache.paimon.mergetree - package org.apache.paimon.mergetree
 
org.apache.paimon.mergetree.compact - package org.apache.paimon.mergetree.compact
 
org.apache.paimon.mergetree.compact.aggregate - package org.apache.paimon.mergetree.compact.aggregate
 
org.apache.paimon.metastore - package org.apache.paimon.metastore
 
org.apache.paimon.metrics - package org.apache.paimon.metrics
 
org.apache.paimon.migrate - package org.apache.paimon.migrate
 
org.apache.paimon.operation - package org.apache.paimon.operation
 
org.apache.paimon.operation.metrics - package org.apache.paimon.operation.metrics
 
org.apache.paimon.options - package org.apache.paimon.options
 
org.apache.paimon.options.description - package org.apache.paimon.options.description
 
org.apache.paimon.oss - package org.apache.paimon.oss
 
org.apache.paimon.partition - package org.apache.paimon.partition
 
org.apache.paimon.plugin - package org.apache.paimon.plugin
 
org.apache.paimon.predicate - package org.apache.paimon.predicate
 
org.apache.paimon.reader - package org.apache.paimon.reader
 
org.apache.paimon.s3 - package org.apache.paimon.s3
 
org.apache.paimon.schema - package org.apache.paimon.schema
 
org.apache.paimon.security - package org.apache.paimon.security
 
org.apache.paimon.sort - package org.apache.paimon.sort
 
org.apache.paimon.sort.zorder - package org.apache.paimon.sort.zorder
 
org.apache.paimon.spark - package org.apache.paimon.spark
 
org.apache.paimon.spark.analysis - package org.apache.paimon.spark.analysis
 
org.apache.paimon.spark.catalog - package org.apache.paimon.spark.catalog
 
org.apache.paimon.spark.procedure - package org.apache.paimon.spark.procedure
 
org.apache.paimon.spark.sort - package org.apache.paimon.spark.sort
 
org.apache.paimon.spark.utils - package org.apache.paimon.spark.utils
 
org.apache.paimon.statistics - package org.apache.paimon.statistics
 
org.apache.paimon.stats - package org.apache.paimon.stats
 
org.apache.paimon.table - package org.apache.paimon.table
 
org.apache.paimon.table.sink - package org.apache.paimon.table.sink
 
org.apache.paimon.table.source - package org.apache.paimon.table.source
 
org.apache.paimon.table.source.snapshot - package org.apache.paimon.table.source.snapshot
 
org.apache.paimon.table.system - package org.apache.paimon.table.system
 
org.apache.paimon.tag - package org.apache.paimon.tag
 
org.apache.paimon.testutils.assertj - package org.apache.paimon.testutils.assertj
 
org.apache.paimon.testutils.junit - package org.apache.paimon.testutils.junit
 
org.apache.paimon.testutils.junit.parameterized - package org.apache.paimon.testutils.junit.parameterized
 
org.apache.paimon.tools.ci.licensecheck - package org.apache.paimon.tools.ci.licensecheck
 
org.apache.paimon.tools.ci.suffixcheck - package org.apache.paimon.tools.ci.suffixcheck
 
org.apache.paimon.tools.ci.utils.dependency - package org.apache.paimon.tools.ci.utils.dependency
 
org.apache.paimon.tools.ci.utils.deploy - package org.apache.paimon.tools.ci.utils.deploy
 
org.apache.paimon.tools.ci.utils.notice - package org.apache.paimon.tools.ci.utils.notice
 
org.apache.paimon.tools.ci.utils.shade - package org.apache.paimon.tools.ci.utils.shade
 
org.apache.paimon.tools.ci.utils.shared - package org.apache.paimon.tools.ci.utils.shared
 
org.apache.paimon.types - package org.apache.paimon.types
 
org.apache.paimon.utils - package org.apache.paimon.utils
 
origin - Variable in class org.apache.paimon.flink.sorter.TableSorter
 
OrphanFilesClean - Class in org.apache.paimon.operation
To remove the data files and metadata files that are not used by table (so-called "orphan files").
OrphanFilesClean(FileStoreTable) - Constructor for class org.apache.paimon.operation.OrphanFilesClean
 
OSSFileIO - Class in org.apache.paimon.oss
OSS FileIO.
OSSFileIO() - Constructor for class org.apache.paimon.oss.OSSFileIO
 
OSSLoader - Class in org.apache.paimon.oss
A PluginLoader to load oss.
OSSLoader() - Constructor for class org.apache.paimon.oss.OSSLoader
 
out - Variable in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
outerProjection - Variable in class org.apache.paimon.mergetree.compact.MergeFunctionFactory.AdjustedProjection
 
OutOfRangeException - Exception in org.apache.paimon.table.source
Indicates that the snapshot to be consumed has been deleted from storage.
OutOfRangeException(String) - Constructor for exception org.apache.paimon.table.source.OutOfRangeException
 
outputLevel() - Method in interface org.apache.paimon.compact.CompactUnit
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.DateFormat
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.DayComputer
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.HourComputer
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.MonthComputer
 
outputType() - Method in interface org.apache.paimon.flink.action.cdc.Expression
Return DataType of computed value.
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.Substring
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.TruncateComputer
 
outputType() - Method in class org.apache.paimon.flink.action.cdc.Expression.YearComputer
 
outputType() - Method in class org.apache.paimon.spark.procedure.CompactProcedure
 
outputType() - Method in class org.apache.paimon.spark.procedure.CreateTagProcedure
 
outputType() - Method in class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
outputType() - Method in class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
outputType() - Method in class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
outputType() - Method in interface org.apache.paimon.spark.procedure.Procedure
Returns the type of rows produced by stored procedure.
outputType() - Method in class org.apache.paimon.spark.procedure.RemoveOrphanFilesProcedure
 
outputType() - Method in class org.apache.paimon.spark.procedure.RollbackProcedure
 
outputView - Variable in class org.apache.paimon.io.DataOutputViewStream
 
overwrite - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
overwrite(Map<String, String>, ManifestCommittable, Map<String, String>) - Method in interface org.apache.paimon.operation.FileStoreCommit
Overwrite from manifest committable and partition.
overwrite(Map<String, String>, ManifestCommittable, Map<String, String>) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
overwriteFileUtf8(Path, String) - Method in interface org.apache.paimon.fs.FileIO
Overwrite file by content atomically, different FileIOs have different atomic implementations.
overwriteFileUtf8(Path, String) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 

P

PACKAGE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PACKAGE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PACKAGE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PACKAGE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PACKAGE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
PACKAGE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
packageDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
packageDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
packageDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
packageDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
PackageDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
PackageDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
packForFixedBinNumber(Iterable<T>, Function<T, Long>, int) - Static method in class org.apache.paimon.utils.BinPacking
A bin packing implementation for fixed bin number.
packForOrdered(Iterable<T>, Function<T, Long>, long) - Static method in class org.apache.paimon.utils.BinPacking
Ordered packing for input items.
PAGE_SIZE - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
PAGE_SIZE - Static variable in class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
PAGE_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
PagedTypeSerializer<T> - Interface in org.apache.paimon.data.serializer
A type serializer which provides paged serialize and deserialize methods.
pageReader - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
pageSize() - Method in class org.apache.paimon.CoreOptions
 
pageSize() - Method in class org.apache.paimon.io.cache.CacheManager
 
pageSize - Variable in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
pageSize() - Method in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
pageSize() - Method in class org.apache.paimon.memory.ArraySegmentPool
 
pageSize() - Method in class org.apache.paimon.memory.CachelessSegmentPool
 
pageSize() - Method in interface org.apache.paimon.memory.MemorySegmentPool
Get the page size of each page this pool holds.
pageSize - Variable in class org.apache.paimon.sort.AbstractBinaryExternalMerger
 
pageSize() - Method in class org.apache.paimon.utils.SegmentsCache
 
pageValueCount - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Total values in the current page.
PAIMON_PREFIX - Static variable in class org.apache.paimon.options.OptionsUtils
 
paimonCatalog() - Method in interface org.apache.paimon.spark.catalog.WithPaimonCatalog
 
paimonCatalog() - Method in class org.apache.paimon.spark.SparkCatalog
 
paimonCatalog() - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
PaimonCharObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for CHAR type.
PaimonCharObjectInspector(int) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonCharObjectInspector
 
PaimonDataStreamScanProvider - Class in org.apache.paimon.flink
Paimon DataStreamScanProvider.
PaimonDataStreamScanProvider(boolean, Function<StreamExecutionEnvironment, DataStream<RowData>>) - Constructor for class org.apache.paimon.flink.PaimonDataStreamScanProvider
 
PaimonDataStreamSinkProvider - Class in org.apache.paimon.flink
Paimon DataStreamSinkProvider.
PaimonDataStreamSinkProvider(Function<DataStream<RowData>, DataStreamSink<?>>) - Constructor for class org.apache.paimon.flink.PaimonDataStreamSinkProvider
 
PaimonDateObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for DATE type.
PaimonDateObjectInspector() - Constructor for class org.apache.paimon.hive.objectinspector.PaimonDateObjectInspector
 
PaimonDecimalObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for DECIMAL type.
PaimonDecimalObjectInspector(int, int) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonDecimalObjectInspector
 
PaimonInputFormat - Class in org.apache.paimon.hive.mapred
InputFormat for paimon.
PaimonInputFormat() - Constructor for class org.apache.paimon.hive.mapred.PaimonInputFormat
 
PaimonInputSplit - Class in org.apache.paimon.hive.mapred
FileSplit for paimon.
PaimonInputSplit() - Constructor for class org.apache.paimon.hive.mapred.PaimonInputSplit
 
PaimonInputSplit(String, DataSplit) - Constructor for class org.apache.paimon.hive.mapred.PaimonInputSplit
 
PaimonInternalRowObjectInspector - Class in org.apache.paimon.hive.objectinspector
StructObjectInspector for InternalRow.
PaimonInternalRowObjectInspector(List<String>, List<DataType>, List<String>) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonInternalRowObjectInspector
 
PaimonListObjectInspector - Class in org.apache.paimon.hive.objectinspector
ListObjectInspector for InternalArray.
PaimonListObjectInspector(DataType) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonListObjectInspector
 
PaimonMapObjectInspector - Class in org.apache.paimon.hive.objectinspector
MapObjectInspector for InternalMap.
PaimonMapObjectInspector(DataType, DataType) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonMapObjectInspector
 
PaimonMetaHook - Class in org.apache.paimon.hive
HiveMetaHook for paimon.
PaimonMetaHook(Configuration) - Constructor for class org.apache.paimon.hive.PaimonMetaHook
 
PaimonObjectInspectorFactory - Class in org.apache.paimon.hive.objectinspector
Factory to create ObjectInspectors according to the given DataType.
PaimonObjectInspectorFactory() - Constructor for class org.apache.paimon.hive.objectinspector.PaimonObjectInspectorFactory
 
PaimonOutputCommitter - Class in org.apache.paimon.hive.mapred
A Paimon table committer for adding data files to the Paimon table.
PaimonOutputCommitter() - Constructor for class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
PaimonOutputFormat - Class in org.apache.paimon.hive.mapred
OutputFormat for table split.
PaimonOutputFormat() - Constructor for class org.apache.paimon.hive.mapred.PaimonOutputFormat
 
PaimonRecordReader - Class in org.apache.paimon.hive.mapred
Base RecordReader for paimon.
PaimonRecordReader(ReadBuilder, PaimonInputSplit, List<String>, List<String>, List<String>, String) - Constructor for class org.apache.paimon.hive.mapred.PaimonRecordReader
 
PaimonSerDe - Class in org.apache.paimon.hive
AbstractSerDe for paimon.
PaimonSerDe() - Constructor for class org.apache.paimon.hive.PaimonSerDe
 
PaimonStorageHandler - Class in org.apache.paimon.hive
HiveStorageHandler for paimon.
PaimonStorageHandler() - Constructor for class org.apache.paimon.hive.PaimonStorageHandler
 
PaimonStringObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for STRING type.
PaimonStringObjectInspector() - Constructor for class org.apache.paimon.hive.objectinspector.PaimonStringObjectInspector
 
PaimonTimeObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for TIME type.
PaimonTimeObjectInspector() - Constructor for class org.apache.paimon.hive.objectinspector.PaimonTimeObjectInspector
 
PaimonTimestampObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for TIMESTAMP type.
PaimonTimestampObjectInspector() - Constructor for class org.apache.paimon.hive.objectinspector.PaimonTimestampObjectInspector
 
PaimonVarcharObjectInspector - Class in org.apache.paimon.hive.objectinspector
AbstractPrimitiveJavaObjectInspector for VARCHAR type.
PaimonVarcharObjectInspector(int) - Constructor for class org.apache.paimon.hive.objectinspector.PaimonVarcharObjectInspector
 
Pair<L,R> - Class in org.apache.paimon.utils
Pair contains left and right.
ParallelExecution<T,E> - Class in org.apache.paimon.utils
A class to help parallel execution.
ParallelExecution(Serializer<T>, int, int, List<Supplier<Pair<RecordReader<T>, E>>>) - Constructor for class org.apache.paimon.utils.ParallelExecution
 
ParallelExecution.ParallelBatch<T,E> - Interface in org.apache.paimon.utils
A batch provides next and extra message.
parallelismBatchIterable(Function<List<U>, List<T>>, List<U>, Integer) - Static method in class org.apache.paimon.utils.ParallellyExecuteUtils
 
ParallellyExecuteUtils - Class in org.apache.paimon.utils
This class is a parallel execution util class, which mainly aim to process tasks parallelly with memory control.
ParallellyExecuteUtils() - Constructor for class org.apache.paimon.utils.ParallellyExecuteUtils
 
Parameter - Annotation Type in org.apache.paimon.testutils.junit.parameterized
The annotation is used to replace Parameterized.Parameter for Junit 5 parameterized tests.
ParameterizedTestExtension - Class in org.apache.paimon.testutils.junit.parameterized
This extension is used to implement parameterized tests for Junit 5 to replace Parameterized in Junit4.
ParameterizedTestExtension() - Constructor for class org.apache.paimon.testutils.junit.parameterized.ParameterizedTestExtension
 
parameters() - Method in class org.apache.paimon.spark.procedure.CompactProcedure
 
parameters() - Method in class org.apache.paimon.spark.procedure.CreateTagProcedure
 
parameters() - Method in class org.apache.paimon.spark.procedure.DeleteTagProcedure
 
parameters() - Method in class org.apache.paimon.spark.procedure.MigrateFileProcedure
 
parameters() - Method in class org.apache.paimon.spark.procedure.MigrateTableProcedure
 
parameters() - Method in interface org.apache.paimon.spark.procedure.Procedure
Returns the input parameters of stored procedure.
parameters() - Method in class org.apache.paimon.spark.procedure.RemoveOrphanFilesProcedure
 
parameters() - Method in class org.apache.paimon.spark.procedure.RollbackProcedure
 
Parameters - Annotation Type in org.apache.paimon.testutils.junit.parameterized
The annotation is used to replace Parameterized.Parameters (Junit4) for Junit 5 parameterized tests.
ParameterUtils - Class in org.apache.paimon.utils
This is a util class for converting string parameter to another format.
ParameterUtils() - Constructor for class org.apache.paimon.utils.ParameterUtils
 
PARENT_FIRST_LOGGING_PATTERNS - Static variable in class org.apache.paimon.plugin.PluginLoader
 
parExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
parExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
parExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
parExpression() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
ParExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
ParExpressionContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
PARQUET_ENABLE_DICTIONARY - Static variable in class org.apache.paimon.CoreOptions
 
ParquetBuilder<T> - Interface in org.apache.paimon.format.parquet.writer
A builder to create a ParquetWriter from a Parquet OutputFile.
ParquetBulkWriter - Class in org.apache.paimon.format.parquet.writer
A simple FormatWriter implementation that wraps a ParquetWriter.
ParquetBulkWriter(ParquetWriter<InternalRow>) - Constructor for class org.apache.paimon.format.parquet.writer.ParquetBulkWriter
Creates a new ParquetBulkWriter wrapping the given ParquetWriter.
ParquetDataColumnReader - Interface in org.apache.paimon.format.parquet.reader
The interface to wrap the underlying Parquet dictionary and non dictionary encoded page reader.
ParquetDataColumnReaderFactory - Class in org.apache.paimon.format.parquet.reader
Parquet file has self-describing schema which may differ from the user required schema (e.g.
ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader - Class in org.apache.paimon.format.parquet.reader
The default data column reader for existing Parquet page reader which works for both dictionary or non dictionary types, Mirror from dictionary encoding path.
ParquetDataColumnReaderFactory.TypesFromInt96PageReader - Class in org.apache.paimon.format.parquet.reader
The reader who reads from the underlying Timestamp value.
ParquetDecimalVector - Class in org.apache.paimon.format.parquet.reader
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provide DecimalColumnVector interface.
ParquetDecimalVector(ColumnVector) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
ParquetDictionary - Class in org.apache.paimon.format.parquet.reader
Parquet dictionary.
ParquetDictionary(Dictionary) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDictionary
 
ParquetFileFormat - Class in org.apache.paimon.format.parquet
Parquet FileFormat.
ParquetFileFormat(FileFormatFactory.FormatContext) - Constructor for class org.apache.paimon.format.parquet.ParquetFileFormat
 
ParquetFileFormatFactory - Class in org.apache.paimon.format.parquet
Factory to create ParquetFileFormat.
ParquetFileFormatFactory() - Constructor for class org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
ParquetInputFile - Class in org.apache.paimon.format.parquet
A InputFile for paimon.
ParquetInputStream - Class in org.apache.paimon.format.parquet
A SeekableInputStream for paimon.
ParquetInputStream(SeekableInputStream) - Constructor for class org.apache.paimon.format.parquet.ParquetInputStream
 
ParquetReaderFactory - Class in org.apache.paimon.format.parquet
Parquet FormatReaderFactory that reads data from the file to VectorizedColumnBatch in vectorized mode.
ParquetReaderFactory(Options, RowType, int) - Constructor for class org.apache.paimon.format.parquet.ParquetReaderFactory
 
ParquetRowDataBuilder - Class in org.apache.paimon.format.parquet.writer
InternalRow of ParquetWriter.Builder.
ParquetRowDataBuilder(OutputFile, RowType) - Constructor for class org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
ParquetRowDataWriter - Class in org.apache.paimon.format.parquet.writer
Writes a record to the Parquet API with the expected schema in order to be written to a file.
ParquetRowDataWriter(RecordConsumer, RowType, GroupType) - Constructor for class org.apache.paimon.format.parquet.writer.ParquetRowDataWriter
 
ParquetSchemaConverter - Class in org.apache.paimon.format.parquet
Schema converter converts Parquet schema to and from Paimon internal types.
ParquetSchemaConverter() - Constructor for class org.apache.paimon.format.parquet.ParquetSchemaConverter
 
ParquetSplitReaderUtil - Class in org.apache.paimon.format.parquet.reader
Util for generating ColumnReader.
ParquetSplitReaderUtil() - Constructor for class org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
ParquetTableStatsExtractor - Class in org.apache.paimon.format.parquet
TableStatsExtractor for parquet files.
ParquetTableStatsExtractor(RowType, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 
ParquetTimestampVector - Class in org.apache.paimon.format.parquet.reader
Parquet write timestamp precision 0-3 as int64 mills, 4-6 as int64 micros, 7-9 as int96, this class wrap the real vector to provide TimestampColumnVector interface.
ParquetTimestampVector(ColumnVector) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
ParquetUtil - Class in org.apache.paimon.format.parquet
Parquet utilities that support to extract the metadata, assert expected stats, etc.
ParquetUtil() - Constructor for class org.apache.paimon.format.parquet.ParquetUtil
 
ParquetWriterFactory - Class in org.apache.paimon.format.parquet
A factory that creates a Parquet FormatWriter.
ParquetWriterFactory(ParquetBuilder<InternalRow>) - Constructor for class org.apache.paimon.format.parquet.ParquetWriterFactory
Creates a new ParquetWriterFactory using the given builder to assemble the ParquetWriter.
parse(String[]) - Static method in class org.apache.paimon.flink.action.cdc.TypeMapping
 
parse(String) - Static method in class org.apache.paimon.options.MemorySize
Parses the given string as as MemorySize.
parse(String, MemorySize.MemoryUnit) - Static method in class org.apache.paimon.options.MemorySize
Parses the given string with a default unit.
parseAccelerateConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseAccessControlListResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses an AccessControlListHandler response XML document from an input stream.
parseAndTypeJsonRow(String, LinkedHashMap<String, DataType>, List<ComputedColumn>, boolean) - Method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Parses and types a JSON row based on the given parameters.
parseBucketCrossOriginConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseBucketLifecycleConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseBucketListInventoryConfigurationsResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseBucketLocationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseBytes(String) - Static method in class org.apache.paimon.options.MemorySize
Parses the given string as bytes.
parseCommaSeparatedKeyValues(String) - Static method in class org.apache.paimon.utils.ParameterUtils
 
parseCompleteMultipartUploadResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseCopyObjectResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseDataField(JsonNode) - Static method in class org.apache.paimon.types.DataTypeJsonParser
 
parseDataType(JsonNode) - Static method in class org.apache.paimon.types.DataTypeJsonParser
 
parseDate(String) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
parseDeletedObjectsResult(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseDependencyCopyOutput(Path) - Static method in class org.apache.paimon.tools.ci.utils.dependency.DependencyParser
Parses the output of a Maven build where dependency:copy was used, and returns a set of copied dependencies for each module.
parseDependencyTreeOutput(Path) - Static method in class org.apache.paimon.tools.ci.utils.dependency.DependencyParser
Parses the output of a Maven build where dependency:tree was used, and returns a set of dependencies for each module.
parseDeployOutput(File) - Static method in class org.apache.paimon.tools.ci.utils.deploy.DeployParser
Parses the output of a Maven build where deploy:deploy was used, and returns a set of deployed modules.
parseDuration(String) - Static method in class org.apache.paimon.utils.TimeUtils
Parse the given string to a java Duration.
parseFieldsFromJsonRecord(String, String, String, List<ComputedColumn>, LinkedHashMap<String, DataType>) - Static method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Parses fields from a JSON record based on the given parameters.
parseGetBucketAnalyticsConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseGetBucketInventoryConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseGetBucketMetricsConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseInitiateMultipartUploadResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseJsonMap(String, Class<V>) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
 
parseKeyValueString(Map<String, String>, String) - Static method in class org.apache.paimon.utils.ParameterUtils
 
parseListBucketAnalyticsConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseListBucketMetricsConfigurationsResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseListBucketObjectsResponse(InputStream, boolean) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses a ListBucket response XML document from an input stream.
parseListMultipartUploadsResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseListMyBucketsResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses a ListAllMyBuckets response XML document from an input stream.
parseListObjectsV2Response(InputStream, boolean) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses a ListBucketV2 response XML document from an input stream.
parseListPartsResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseListVersionsResponse(InputStream, boolean) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses a ListVersions response XML document from an input stream.
parseLoggingStatusResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses a LoggingStatus response XML document for a bucket from an input stream.
parseNewTable() - Method in interface org.apache.paimon.flink.sink.cdc.EventParser
Parse newly added table schema from event.
parseNewTable() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
parseNoticeFile(Path) - Static method in class org.apache.paimon.tools.ci.utils.notice.NoticeParser
 
parseObjectTaggingResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parsePluginOutput(Stream<String>, Pattern, Function<Iterator<String>, D>) - Static method in class org.apache.paimon.tools.ci.utils.shared.ParserUtils
Iterates over the given lines, identifying plugin execution blocks with the given pattern and parses the plugin output with the given parser.
PARSER_PATH - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
parseRecords() - Method in interface org.apache.paimon.flink.sink.cdc.EventParser
Parse records from event.
parseRecords() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
parseRecords() - Method in class org.apache.paimon.flink.sink.cdc.RichEventParser
 
parseReplicationConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseRequestPaymentConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
ParserUtils - Class in org.apache.paimon.tools.ci.utils.shared
Parsing utils.
ParserUtils() - Constructor for class org.apache.paimon.tools.ci.utils.shared.ParserUtils
 
parseSchemaChange() - Method in interface org.apache.paimon.flink.sink.cdc.EventParser
Parse new schema if this event contains schema change.
parseSchemaChange() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
parseSchemaChange() - Method in class org.apache.paimon.flink.sink.cdc.RichEventParser
 
parseShadeOutput(Path) - Static method in class org.apache.paimon.tools.ci.utils.shade.ShadeParser
Parses the output of a Maven build where shade:shade was used, and returns a set of bundled dependencies for each module.
parseTableName() - Method in interface org.apache.paimon.flink.sink.cdc.EventParser
Parse the table name from raw event.
parseTableName() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
parseTaggingConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseTime(String) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
parseTimestampData(String, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
parseTimestampData(String, int, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
parseVersioningConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseWebsiteConfigurationResponse(InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
parseXmlInputStream(DefaultHandler, InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Parses an XML document from an input stream using a document handler.
PARTIAL_UPDATE_IGNORE_DELETE - Static variable in class org.apache.paimon.CoreOptions
 
PartialOrderPriorityQueue<T> - Class in org.apache.paimon.sort
This class implements a priority-queue, which maintains a partial ordering of its elements such that the least element can always be found in constant time.
PartialOrderPriorityQueue(Comparator<T>, int) - Constructor for class org.apache.paimon.sort.PartialOrderPriorityQueue
 
PartialUpdateMergeFunction - Class in org.apache.paimon.mergetree.compact
A MergeFunction where key is primary key (unique) and value is the partial record, update non-null fields on merge.
PartialUpdateMergeFunction(InternalRow.FieldGetter[], boolean, Map<Integer, SequenceGenerator>, Map<Integer, FieldAggregator>) - Constructor for class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
partition() - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
PARTITION - Static variable in class org.apache.paimon.CoreOptions
 
partition(InternalRow) - Method in class org.apache.paimon.crosspartition.KeyPartPartitionKeyExtractor
 
PARTITION - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
partition() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
partition(CdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordPartitionKeyExtractor
 
partition(DataStream<T>, ChannelComputer<T>, Integer) - Static method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
partition() - Method in class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
partition() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState.StateValue
 
partition() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
partition - Variable in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
partition() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
partition - Variable in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
partition() - Method in class org.apache.paimon.manifest.ManifestEntry
 
partition() - Method in class org.apache.paimon.mergetree.compact.IntervalPartition
Returns a two-dimensional list of SortedRuns.
partition - Variable in class org.apache.paimon.operation.FileStoreWrite.State
 
partition(Map<String, String>, RowType) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
partition() - Method in interface org.apache.paimon.table.sink.CommitMessage
Partition of this commit message.
partition() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
partition() - Method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
partition(T) - Method in interface org.apache.paimon.table.sink.PartitionKeyExtractor
 
partition() - Method in class org.apache.paimon.table.sink.RowKeyExtractor
 
partition(InternalRow) - Method in class org.apache.paimon.table.sink.RowPartitionKeyExtractor
 
partition() - Method in class org.apache.paimon.table.sink.SinkRecord
 
partition() - Method in class org.apache.paimon.table.source.DataSplit
 
partition() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
PARTITION_DEFAULT_NAME - Static variable in class org.apache.paimon.CoreOptions
 
PARTITION_DEFAULT_NAME - Static variable in class org.apache.paimon.utils.FileStorePathFactory
 
PARTITION_EXPIRATION_CHECK_INTERVAL - Static variable in class org.apache.paimon.CoreOptions
 
PARTITION_EXPIRATION_TIME - Static variable in class org.apache.paimon.CoreOptions
 
PARTITION_KEYS - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
PARTITION_TIMESTAMP_FORMATTER - Static variable in class org.apache.paimon.CoreOptions
 
PARTITION_TIMESTAMP_PATTERN - Static variable in class org.apache.paimon.CoreOptions
 
partitionColumns - Variable in class org.apache.paimon.utils.RowDataPartitionComputer
 
partitionDefaultName() - Method in class org.apache.paimon.CoreOptions
 
partitionedTableInMetastore() - Method in class org.apache.paimon.CoreOptions
 
partitionExists(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkCatalog
 
partitionExists(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
PartitionExpire - Class in org.apache.paimon.operation
Expire partitions.
PartitionExpire(RowType, Duration, Duration, String, String, FileStoreScan, FileStoreCommit) - Constructor for class org.apache.paimon.operation.PartitionExpire
 
partitionExpireCheckInterval() - Method in class org.apache.paimon.CoreOptions
 
partitionExpireTime() - Method in class org.apache.paimon.CoreOptions
 
partitionFieldGetters - Variable in class org.apache.paimon.utils.RowDataPartitionComputer
 
partitionGetter() - Static method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
PartitionIndex - Class in org.apache.paimon.index
Bucket Index Per Partition.
PartitionIndex(Int2ShortHashMap, Map<Integer, Long>, long) - Constructor for class org.apache.paimon.index.PartitionIndex
 
PartitionInfo - Class in org.apache.paimon.data
Partition infomation about how the row mapping of outer row.
PartitionInfo(int[], RowType, BinaryRow) - Constructor for class org.apache.paimon.data.PartitionInfo
 
partitioning() - Method in class org.apache.paimon.spark.SparkTable
 
PartitionKeyExtractor<T> - Interface in org.apache.paimon.table.sink
Extractor to extract partition and trimmed primary key.
partitionKeys - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
partitionKeys(String...) - Method in class org.apache.paimon.schema.Schema.Builder
Declares partition keys.
partitionKeys(List<String>) - Method in class org.apache.paimon.schema.Schema.Builder
Declares partition keys.
partitionKeys() - Method in class org.apache.paimon.schema.Schema
 
partitionKeys() - Method in class org.apache.paimon.schema.TableSchema
 
partitionKeys() - Method in interface org.apache.paimon.table.FileStoreTable
 
partitionKeys() - Method in interface org.apache.paimon.table.ReadonlyTable
 
partitionKeys() - Method in class org.apache.paimon.table.system.AuditLogTable
 
partitionKeys() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
partitionKeys() - Method in interface org.apache.paimon.table.Table
Partition keys of this table.
PartitionNotExistException(Identifier, Map<String, String>) - Constructor for exception org.apache.paimon.catalog.Catalog.PartitionNotExistException
 
PartitionNotExistException(Identifier, Map<String, String>, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.PartitionNotExistException
 
PartitionPathUtils - Class in org.apache.paimon.utils
Utils for file system.
PartitionPathUtils() - Constructor for class org.apache.paimon.utils.PartitionPathUtils
 
PartitionPredicate - Interface in org.apache.paimon.partition
A special predicate to filter partition only, just like Predicate.
PartitionPredicate.DefaultPartitionPredicate - Class in org.apache.paimon.partition
PartitionPredicate.MultiplePartitionPredicate - Class in org.apache.paimon.partition
A PartitionPredicate optimizing for multiple partitions.
PartitionPredicateVisitor - Class in org.apache.paimon.predicate
Visit the predicate and check if it only contains partition key's predicate.
PartitionPredicateVisitor(List<String>) - Constructor for class org.apache.paimon.predicate.PartitionPredicateVisitor
 
partitions() - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
partitions(List<Map<String, String>>, RowType) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
partitions() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
Get partitions from a snapshot.
partitions() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
PARTITIONS - Static variable in class org.apache.paimon.table.system.PartitionsTable
 
PartitionSettedRow - Class in org.apache.paimon
An implementation of InternalRow which provides a row the fixed partition value.
PartitionSettedRow(PartitionInfo) - Constructor for class org.apache.paimon.PartitionSettedRow
 
partitionSpec() - Method in exception org.apache.paimon.catalog.Catalog.PartitionNotExistException
 
PartitionsTable - Class in org.apache.paimon.table.system
A Table for showing partitions info.
PartitionsTable(FileStoreTable) - Constructor for class org.apache.paimon.table.system.PartitionsTable
 
partitionStats() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
PartitionTimeExtractor - Class in org.apache.paimon.partition
Time extractor to extract time from partition values.
PartitionTimeExtractor(String, String) - Constructor for class org.apache.paimon.partition.PartitionTimeExtractor
 
partitionTimestampFormatter() - Method in class org.apache.paimon.CoreOptions
 
partitionTimestampPattern() - Method in class org.apache.paimon.CoreOptions
 
partitionType - Variable in class org.apache.paimon.AbstractFileStore
 
partitionType() - Method in class org.apache.paimon.AbstractFileStore
 
partitionType() - Method in interface org.apache.paimon.FileStore
 
PartitionUtils - Class in org.apache.paimon.partition
Utils to fetch partition map information from data schema and row type.
PartitionUtils() - Constructor for class org.apache.paimon.partition.PartitionUtils
 
path(String, String, String) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
PATH - Static variable in class org.apache.paimon.CoreOptions
 
path() - Method in class org.apache.paimon.CoreOptions
 
path(Map<String, String>) - Static method in class org.apache.paimon.CoreOptions
 
path(Options) - Static method in class org.apache.paimon.CoreOptions
 
PATH - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
Path - Class in org.apache.paimon.fs
Names a file or directory in a FileIO.
Path(String, String) - Constructor for class org.apache.paimon.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, String) - Constructor for class org.apache.paimon.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String, Path) - Constructor for class org.apache.paimon.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, Path) - Constructor for class org.apache.paimon.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String) - Constructor for class org.apache.paimon.fs.Path
Construct a path from a String.
Path(URI) - Constructor for class org.apache.paimon.fs.Path
Construct a path from a URI.
Path(String, String, String) - Constructor for class org.apache.paimon.fs.Path
Construct a Path from a scheme, an authority and a path string.
path - Variable in class org.apache.paimon.io.SingleFileWriter
 
path() - Method in class org.apache.paimon.io.SingleFileWriter
 
path - Variable in class org.apache.paimon.table.AbstractFileStoreTable
 
path() - Method in class org.apache.paimon.table.source.RawFile
Path of the file.
PATH_HADOOP_CONFIG - Static variable in class org.apache.paimon.utils.HadoopUtils
Path to Hadoop configuration.
pathFactory() - Method in class org.apache.paimon.AbstractFileStore
 
pathFactory() - Method in interface org.apache.paimon.FileStore
 
pathFactory(int) - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
pathFactory - Variable in class org.apache.paimon.operation.FileDeletionBase
 
pathFactory() - Method in interface org.apache.paimon.operation.FileStoreCommit
 
pathFactory() - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
pathFactory - Variable in class org.apache.paimon.utils.ObjectsFile
 
PathFactory - Interface in org.apache.paimon.utils
Path factory to create a path.
pauseOrResumeSplits(Collection<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitReader
Do not annotate with @override here to maintain compatibility with Flink 1.7-.
payload() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent
 
Payload(DebeziumEvent.Source, JsonNode, JsonNode, String, String) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
peek() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Returns the least element of the PriorityQueue in constant time, but does not remove it from the priority queue.
peekWinner() - Method in class org.apache.paimon.mergetree.compact.LoserTree
Peek the current winner, mainly for key comparisons.
PendingSplitsCheckpoint - Class in org.apache.paimon.flink.source
A checkpoint of the current state of the containing the currently pending splits that are not yet assigned.
PendingSplitsCheckpoint(Collection<FileStoreSourceSplit>, Long) - Constructor for class org.apache.paimon.flink.source.PendingSplitsCheckpoint
 
PendingSplitsCheckpointSerializer - Class in org.apache.paimon.flink.source
A SimpleVersionedSerializer for PendingSplitsCheckpoint.
PendingSplitsCheckpointSerializer(FileStoreSourceSplitSerializer) - Constructor for class org.apache.paimon.flink.source.PendingSplitsCheckpointSerializer
 
pick(int, List<LevelSortedRun>) - Method in interface org.apache.paimon.mergetree.compact.CompactStrategy
Pick compaction unit from runs.
pick(int, List<LevelSortedRun>) - Method in class org.apache.paimon.mergetree.compact.ForceUpLevel0Compaction
 
pick(int, List<LevelSortedRun>) - Method in class org.apache.paimon.mergetree.compact.LookupCompaction
 
pick(int, List<LevelSortedRun>) - Method in class org.apache.paimon.mergetree.compact.UniversalCompaction
 
pick() - Method in class org.apache.paimon.table.source.snapshot.CompactedStartingScanner
 
pick() - Method in class org.apache.paimon.table.source.snapshot.FullCompactedStartingScanner
 
pickForSizeRatio(int, List<LevelSortedRun>, int, boolean) - Method in class org.apache.paimon.mergetree.compact.UniversalCompaction
 
pickFullCompaction(int, List<LevelSortedRun>) - Static method in interface org.apache.paimon.mergetree.compact.CompactStrategy
Pick a compaction unit consisting of all existing files.
pickOrLatest(Predicate<Snapshot>) - Method in class org.apache.paimon.utils.SnapshotManager
 
pickTransformFieldMapping(List<Predicate>, List<String>, List<String>) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
pickTransformFieldMapping(List<Predicate>, int[]) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
pkTables() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
PlaceholderSplit - Class in org.apache.paimon.flink.source.align
Used as a placeholder for an empty snapshot, indicating that the current snapshot does not contain any Split.
PlaceholderSplit(long) - Constructor for class org.apache.paimon.flink.source.align.PlaceholderSplit
 
PlaceholderSplit(DataSplit) - Constructor for class org.apache.paimon.flink.source.align.PlaceholderSplit
 
plan() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator.PlanWithNextSnapshotId
 
plan() - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
plan() - Method in interface org.apache.paimon.operation.FileStoreScan
plan() - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
plan() - Method in class org.apache.paimon.table.source.InnerTableScanImpl
 
plan() - Method in class org.apache.paimon.table.source.ReadOnceTableScan
 
plan() - Method in class org.apache.paimon.table.source.snapshot.StartingScanner.ScannedResult
 
plan() - Method in interface org.apache.paimon.table.source.TableScan
Plan splits, throws EndOfScanException if the scan is ended.
planInputPartitions() - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
PlanWithNextSnapshotId(TableScan.Plan, Long) - Constructor for class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator.PlanWithNextSnapshotId
 
pluginClassLoader() - Method in class org.apache.paimon.fs.PluginFileIO
 
PluginFileIO - Class in org.apache.paimon.fs
A FileIO for plugin jar.
PluginFileIO() - Constructor for class org.apache.paimon.fs.PluginFileIO
 
PluginFileIO.Func<T> - Interface in org.apache.paimon.fs
Apply function with wrapping classloader.
PluginLoader - Class in org.apache.paimon.plugin
Loader to load plugin jar.
PluginLoader(String) - Constructor for class org.apache.paimon.plugin.PluginLoader
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.paimon.data.BinaryArray
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.paimon.data.BinaryMap
 
pointTo(MemorySegment, int, int) - Method in class org.apache.paimon.data.BinarySection
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.paimon.data.BinarySection
 
pointTo(int, BinaryRow, AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
poll() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pollEntry() - Method in class org.apache.paimon.utils.Pool
Gets the next cached entry.
Pool<T> - Class in org.apache.paimon.utils
A pool to cache and recycle heavyweight objects, to reduce object allocation.
Pool(int) - Constructor for class org.apache.paimon.utils.Pool
Creates a pool with the given capacity.
Pool.Recycler<T> - Interface in org.apache.paimon.utils
A Recycler puts objects into the pool that the recycler is associated with.
popWinner() - Method in class org.apache.paimon.mergetree.compact.LoserTree
Pop the current winner and update its state to State#WINNER_POPPED.
PositionOutputStream - Class in org.apache.paimon.fs
PositionOutputStream provides position methods.
PositionOutputStream() - Constructor for class org.apache.paimon.fs.PositionOutputStream
 
PositionOutputStreamWrapper - Class in org.apache.paimon.fs
PositionOutputStreamWrapper(PositionOutputStream) - Constructor for class org.apache.paimon.fs.PositionOutputStreamWrapper
 
PositiveIntInt - Class in org.apache.paimon.utils
IntInt pojo class.
PositiveIntInt(int, int) - Constructor for class org.apache.paimon.utils.PositiveIntInt
 
PositiveIntIntSerializer - Class in org.apache.paimon.utils
PositiveIntIntSerializer() - Constructor for class org.apache.paimon.utils.PositiveIntIntSerializer
 
possibleHiveConfPath() - Static method in class org.apache.paimon.hive.HiveCatalog
 
postfix - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
postfix - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
PreAssignSplitAssigner - Class in org.apache.paimon.flink.source.assigners
Pre-calculate which splits each task should process according to the weight, and then distribute the splits fairly.
PreAssignSplitAssigner(int, SplitEnumeratorContext<FileStoreSourceSplit>, Collection<FileStoreSourceSplit>) - Constructor for class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
precision() - Method in class org.apache.paimon.data.Decimal
Returns the precision of this Decimal.
Preconditions - Class in org.apache.paimon.utils
A collection of static utility methods to validate input.
preCreateTable(Table) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
predicate(BiPredicate<DataType, DataType>) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
predicate - Variable in class org.apache.paimon.flink.source.FlinkTableSource
 
Predicate() - Constructor for class org.apache.paimon.format.orc.filter.OrcFilters.Predicate
 
Predicate - Interface in org.apache.paimon.predicate
Predicate which returns Boolean and provides testing by stats.
PREDICATE_CONVERTER - Static variable in class org.apache.paimon.table.system.AuditLogTable
 
PredicateBuilder - Class in org.apache.paimon.predicate
A utility class to create Predicate object for common filter conditions.
PredicateBuilder(RowType) - Constructor for class org.apache.paimon.predicate.PredicateBuilder
 
PredicateConverter - Class in org.apache.paimon.flink
Convert Expression to Predicate.
PredicateConverter(RowType) - Constructor for class org.apache.paimon.flink.PredicateConverter
 
PredicateConverter(PredicateBuilder) - Constructor for class org.apache.paimon.flink.PredicateConverter
 
PredicateConverter.UnsupportedExpression - Exception in org.apache.paimon.flink
Encounter an unsupported expression, the caller can choose to ignore this filter branch.
PredicateFilter - Class in org.apache.paimon.predicate
A Predicate to filter InternalRow.
PredicateFilter(RowType, List<Predicate>) - Constructor for class org.apache.paimon.predicate.PredicateFilter
 
PredicateFilter(RowType, Predicate) - Constructor for class org.apache.paimon.predicate.PredicateFilter
 
PredicateProjectionConverter - Class in org.apache.paimon.predicate
A PredicateVisitor which converts Predicate with projection.
PredicateProjectionConverter(int[]) - Constructor for class org.apache.paimon.predicate.PredicateProjectionConverter
 
PredicateReplaceVisitor - Interface in org.apache.paimon.predicate
PredicateVisitor<T> - Interface in org.apache.paimon.predicate
A visitor to visit Predicate.
preDropTable(Table) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
prefix - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
prefix - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
PREPARE_COMMIT_COST_MILLIS - Static variable in class org.apache.paimon.operation.metrics.WriterMetrics
 
prepareCommit(boolean) - Method in class org.apache.paimon.append.AppendOnlyWriter
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.AppendOnlyTableCompactionWorkerOperator
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.GlobalFullCompactionSinkWrite
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
prepareCommit(boolean, long) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
prepareCommit(long) - Method in interface org.apache.paimon.index.BucketAssigner
 
prepareCommit(long) - Method in class org.apache.paimon.index.HashBucketAssigner
Prepare commit to clear outdated partition index.
prepareCommit() - Method in class org.apache.paimon.index.HashIndexMaintainer
 
prepareCommit() - Method in interface org.apache.paimon.index.IndexMaintainer
 
prepareCommit(long) - Method in class org.apache.paimon.index.SimpleHashBucketAssigner
 
prepareCommit(boolean) - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
prepareCommit(boolean, long) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
prepareCommit(boolean, long) - Method in interface org.apache.paimon.operation.FileStoreWrite
Prepare commit in the write.
prepareCommit() - Method in interface org.apache.paimon.table.sink.BatchTableWrite
Prepare commit for TableCommit.
prepareCommit(boolean, long) - Method in interface org.apache.paimon.table.sink.StreamTableWrite
Prepare commit for TableCommit.
prepareCommit(boolean, long) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
prepareCommit() - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
prepareCommit(boolean) - Method in interface org.apache.paimon.utils.RecordWriter
Prepare for a commit.
PrepareCommitOperator<IN,OUT> - Class in org.apache.paimon.flink.sink
Prepare commit operator to emit Committables.
PrepareCommitOperator(Options) - Constructor for class org.apache.paimon.flink.sink.PrepareCommitOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.HashBucketAssignerOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
primary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
primary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
primary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
primary() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
PRIMARY_KEY - Static variable in class org.apache.paimon.CoreOptions
 
PRIMARY_KEY_UNSUPPORTED_LOGICAL_TYPES - Static variable in class org.apache.paimon.schema.SchemaValidation
 
PRIMARY_KEYS - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
PrimaryContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
PrimaryContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
primaryField() - Method in class org.apache.paimon.flink.action.cdc.format.canal.CanalRecordParser
 
primaryField() - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
primaryField() - Method in class org.apache.paimon.flink.action.cdc.format.maxwell.MaxwellRecordParser
 
primaryField() - Method in class org.apache.paimon.flink.action.cdc.format.ogg.OggRecordParser
 
primaryField() - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
primaryKey - Variable in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
primaryKey(String...) - Method in class org.apache.paimon.schema.Schema.Builder
Declares a primary key constraint for a set of given columns.
primaryKey(List<String>) - Method in class org.apache.paimon.schema.Schema.Builder
Declares a primary key constraint for a set of given columns.
primaryKey() - Method in class org.apache.paimon.table.sink.SinkRecord
 
PrimaryKeyFileStoreTable - Class in org.apache.paimon.table
FileStoreTable for primary key table.
PrimaryKeyLookupTable - Class in org.apache.paimon.flink.lookup
A LookupTable for primary key table.
PrimaryKeyLookupTable(RocksDBStateFactory, RowType, List<String>, Predicate<InternalRow>, long) - Constructor for class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
primaryKeyMapping - Variable in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
primaryKeys - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
primaryKeys() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
primaryKeys() - Method in class org.apache.paimon.schema.Schema
 
primaryKeys() - Method in class org.apache.paimon.schema.TableSchema
 
primaryKeys() - Method in interface org.apache.paimon.table.FileStoreTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.AuditLogTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.BucketsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.CatalogOptionsTable
Primary keys of this table.
primaryKeys() - Method in class org.apache.paimon.table.system.ConsumersTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.FilesTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.ManifestsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.OptionsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.PartitionsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.SchemasTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.SnapshotsTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.TableLineageTable
 
primaryKeys() - Method in class org.apache.paimon.table.system.TagsTable
 
primaryKeys() - Method in interface org.apache.paimon.table.Table
Primary keys of this table.
primaryKeysFields() - Method in class org.apache.paimon.schema.TableSchema
 
PrimaryKeyTableUtils - Class in org.apache.paimon.table
Utils for creating changelog table with primary keys.
PrimaryKeyTableUtils() - Constructor for class org.apache.paimon.table.PrimaryKeyTableUtils
 
primitive(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
primitive(Schema, DataType) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
primitive(DataType, P) - Method in class org.apache.paimon.hive.SchemaVisitor
 
PRIMITIVE_BUFFER_SIZE - Static variable in class org.apache.paimon.utils.ZOrderByteUtils
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
primitiveType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
PrimitiveTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
PrimitiveTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
printAndLog(Logger, String) - Static method in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
printDefaultHelp() - Static method in interface org.apache.paimon.flink.action.ActionFactory
 
printHelp() - Method in interface org.apache.paimon.flink.action.ActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.CompactActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.CompactDatabaseActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.CreateTagActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.DeleteActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.DeleteTagActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.DropPartitionActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.MigrateTableActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.RemoveOrphanFilesActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.ResetConsumerActionFactory
 
printHelp() - Method in class org.apache.paimon.flink.action.RollbackToActionFactory
 
printSummary(LinkedHashMap<String, QueryRunner.Result>) - Static method in class org.apache.paimon.benchmark.Benchmark
 
PRIVATE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PRIVATE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PRIVATE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PRIVATE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PRIVATE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PRIVATE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
Procedure - Interface in org.apache.paimon.spark.procedure
An interface that defines an executable stored procedure.
ProcedureBase - Class in org.apache.paimon.flink.procedure
Base implementation for flink Procedure.
ProcedureBase() - Constructor for class org.apache.paimon.flink.procedure.ProcedureBase
 
ProcedureBuilder - Interface in org.apache.paimon.spark.procedure
A builder of Procedure that builds a stored procedure.
ProcedureCatalog - Interface in org.apache.paimon.spark.catalog
An interface that loads stored procedures called via CALL statements.
ProcedureParameter - Interface in org.apache.paimon.spark.procedure
An input parameter of a stored procedure.
ProcedureParameterImpl - Class in org.apache.paimon.spark.procedure
An implementation of ProcedureParameter.
ProcedureParameterImpl(String, DataType, boolean) - Constructor for class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
ProcedureUtil - Class in org.apache.paimon.flink.procedure
Utility methods for Procedure.
processDiscoveredSplits(Optional<ContinuousFileSplitEnumerator.PlanWithNextSnapshotId>, Throwable) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
processDiscoveredSplits(Optional<ContinuousFileSplitEnumerator.PlanWithNextSnapshotId>, Throwable) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
processElement(StreamRecord<T>) - Method in class org.apache.paimon.flink.shuffle.RangeShuffle.LocalSampleOperator
 
processElement(StreamRecord<AppendOnlyCompactionTask>) - Method in class org.apache.paimon.flink.sink.AppendOnlyTableCompactionWorkerOperator
 
processElement(StreamRecord<CommitT>) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
processElement(StreamRecord<CommitT>) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
processElement(StreamRecord<Tuple2<CdcRecord, Integer>>) - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicBucketWriteOperator
 
processElement(T, ProcessFunction<T, Void>.Context, Collector<Void>) - Method in class org.apache.paimon.flink.sink.cdc.CdcDynamicTableParsingProcessFunction
 
processElement(T, ProcessFunction<T, Void>.Context, Collector<Void>) - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiTableParsingProcessFunction
 
processElement(T, ProcessFunction<T, CdcRecord>.Context, Collector<CdcRecord>) - Method in class org.apache.paimon.flink.sink.cdc.CdcParsingProcessFunction
 
processElement(StreamRecord<CdcMultiplexRecord>) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
processElement(StreamRecord<CdcRecord>) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreWriteOperator
 
processElement(Tuple2<Identifier, List<DataField>>, ProcessFunction<Tuple2<Identifier, List<DataField>>, Void>.Context, Collector<Void>) - Method in class org.apache.paimon.flink.sink.cdc.MultiTableUpdatedDataFieldsProcessFunction
 
processElement(List<DataField>, ProcessFunction<List<DataField>, Void>.Context, Collector<Void>) - Method in class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunction
 
processElement(StreamRecord<CommitT>) - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
processElement(StreamRecord<Tuple2<InternalRow, Integer>>) - Method in class org.apache.paimon.flink.sink.DynamicBucketRowWriteOperator
 
processElement(StreamRecord<T>) - Method in class org.apache.paimon.flink.sink.HashBucketAssignerOperator
 
processElement(StreamRecord<Tuple2<KeyPartOrRow, InternalRow>>) - Method in class org.apache.paimon.flink.sink.index.GlobalIndexAssignerOperator
 
processElement(StreamRecord<T>) - Method in class org.apache.paimon.flink.sink.index.IndexBootstrapOperator
 
processElement(StreamRecord<InternalRow>) - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
processElement(StreamRecord<RowData>) - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
processElement(StreamRecord<InternalRow>) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
processElement(StreamRecord<RowData>) - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
processElement(StreamRecord<InternalRow>) - Method in class org.apache.paimon.flink.sorter.SortOperator
 
processElement(StreamRecord<Tuple2<Split, String>>) - Method in class org.apache.paimon.flink.source.operator.MultiTablesReadOperator
 
processElement(StreamRecord<Split>) - Method in class org.apache.paimon.flink.source.operator.ReadOperator
 
processExists(InternalRow, BinaryRow, int) - Method in class org.apache.paimon.crosspartition.DeleteExistingProcessor
 
processExists(InternalRow, BinaryRow, int) - Method in interface org.apache.paimon.crosspartition.ExistingProcessor
 
processExists(InternalRow, BinaryRow, int) - Method in class org.apache.paimon.crosspartition.SkipNewExistingProcessor
 
processExists(InternalRow, BinaryRow, int) - Method in class org.apache.paimon.crosspartition.UseOldExistingProcessor
 
processInput(InternalRow) - Method in class org.apache.paimon.crosspartition.GlobalIndexAssigner
 
processLatencyMarker(LatencyMarker) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
processLatencyMarker(LatencyMarker) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
processParsedData(Map<String, String>, LinkedHashMap<String, DataType>, List<ComputedColumn>, boolean) - Static method in interface org.apache.paimon.flink.action.cdc.mongodb.strategy.MongoVersionStrategy
Processes the parsed data to generate the result map and update field types.
processRecord(JsonNode, RowKind, List<RichCdcMultiplexRecord>) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
processSMAPTree - Variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcessSystemDatabaseException() - Constructor for exception org.apache.paimon.catalog.Catalog.ProcessSystemDatabaseException
 
ProcessTimeExtractor() - Constructor for class org.apache.paimon.tag.TagTimeExtractor.ProcessTimeExtractor
 
processTree - Variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
processWatermark(Watermark) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
processWatermark(Watermark) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
processWatermark(Watermark) - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
processWatermark(Watermark) - Method in class org.apache.paimon.flink.sink.LocalMergeOperator
 
processWatermark(Watermark) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
processWatermarkStatus(WatermarkStatus) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
processWatermarkStatus(WatermarkStatus) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
PROCFS_CMDLINE_FILE - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
PROCFS_STAT_FILE - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree - Class in org.apache.paimon.benchmark.metric.cpu
A Proc file-system based ProcessTree.
ProcfsBasedProcessTree() - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree(boolean) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree(String) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree(String, boolean) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree(String, String) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
ProcfsBasedProcessTree(String, String, Clock, boolean) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Build a new process tree rooted at the pid.
produceDataStream(ProviderContext, StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.PaimonDataStreamScanProvider
 
project(RowType) - Method in class org.apache.paimon.flink.Projection
 
project(int[][], int[][], int) - Static method in class org.apache.paimon.KeyValue
 
project(RowType) - Method in class org.apache.paimon.utils.Projection
 
project(T[]) - Method in class org.apache.paimon.utils.Projection
Project array.
project(List<T>) - Method in class org.apache.paimon.utils.Projection
Project list.
project(RowType, int[]) - Static method in class org.apache.paimon.utils.TypeUtils
 
project(RowType, List<String>) - Static method in class org.apache.paimon.utils.TypeUtils
 
projectAsInsert(CdcRecord, List<DataField>) - Static method in class org.apache.paimon.flink.sink.cdc.CdcRecordUtils
Project fields to a GenericRow.
projectedLogicalRowType(List<String>) - Method in class org.apache.paimon.schema.TableSchema
 
ProjectedRow - Class in org.apache.paimon.utils
An implementation of InternalRow which provides a projected view of the underlying InternalRow.
ProjectedRow(int[]) - Constructor for class org.apache.paimon.utils.ProjectedRow
 
ProjectedRowData - Class in org.apache.paimon.flink
An implementation of RowData which provides a projected view of the underlying RowData.
projectedRowType - Variable in class org.apache.paimon.format.avro.AvroBulkFormat
 
projectedValueType() - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
projectFields - Variable in class org.apache.paimon.flink.source.FlinkTableSource
 
Projection - Interface in org.apache.paimon.codegen
Interface for code generated projection, which will map a RowData to another BinaryRowData.
Projection - Class in org.apache.paimon.flink
Projection represents a list of (possibly nested) indexes that can be used to project data types.
projection(List<String>) - Method in class org.apache.paimon.schema.TableSchema
 
projection(int[][]) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
Projection - Class in org.apache.paimon.utils
Projection represents a list of (possibly nested) indexes that can be used to project data types.
ProjectToRowFunction - Class in org.apache.paimon.utils
Project BinaryRow fields into InternalRow.
ProjectToRowFunction(RowType, List<String>) - Constructor for class org.apache.paimon.utils.ProjectToRowFunction
 
properties() - Method in class org.apache.paimon.spark.SparkTable
 
PROPERTIES_PREFIX - Static variable in class org.apache.paimon.flink.action.cdc.kafka.KafkaActionUtils
 
PROTECTED - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PROTECTED - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PROTECTED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PROTECTED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PROTECTED - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PROTECTED - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
provide(FileStoreTable, String, StoreSinkWriteState, IOManager, MemorySegmentPool, MetricGroup) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite.Provider
 
provide(FileStoreTable, String, StoreSinkWriteState, IOManager, MemoryPoolFactory, MetricGroup) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite.WithWriteBufferProvider
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.apache.paimon.testutils.junit.parameterized.ParameterizedTestExtension
 
pruneColumns(StructType) - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
Public - Annotation Type in org.apache.paimon.annotation
Annotation for marking classes as public, stable interfaces.
PUBLIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PUBLIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
PUBLIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PUBLIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
PUBLIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
PUBLIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
PUBLIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PUBLIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
PULSAR_CONF - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
PulsarActionUtils - Class in org.apache.paimon.flink.action.cdc.pulsar
Utils for Pulsar synchronization.
PulsarActionUtils() - Constructor for class org.apache.paimon.flink.action.cdc.pulsar.PulsarActionUtils
 
PulsarSyncDatabaseAction - Class in org.apache.paimon.flink.action.cdc.pulsar
Synchronize database from Pulsar.
PulsarSyncDatabaseAction(String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseAction
 
PulsarSyncDatabaseActionFactory - Class in org.apache.paimon.flink.action.cdc.pulsar
Factory to create PulsarSyncDatabaseAction.
PulsarSyncDatabaseActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseActionFactory
 
PulsarSyncTableAction - Class in org.apache.paimon.flink.action.cdc.pulsar
Synchronize table from Pulsar.
PulsarSyncTableAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
PulsarSyncTableActionFactory - Class in org.apache.paimon.flink.action.cdc.pulsar
Factory to create PulsarSyncTableAction.
PulsarSyncTableActionFactory() - Constructor for class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableActionFactory
 
purgeTable(long) - Method in interface org.apache.paimon.operation.FileStoreCommit
 
purgeTable(long) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
purgeTable(Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
pushdown(Predicate) - Method in class org.apache.paimon.operation.ScanBucketFilter
 
pushdownProjection - Variable in class org.apache.paimon.mergetree.compact.MergeFunctionFactory.AdjustedProjection
 
pushedFilters() - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
PushedRichTableSource - Class in org.apache.paimon.flink.source.table
A RichTableSource with push down.
PushedRichTableSource(FlinkTableSource) - Constructor for class org.apache.paimon.flink.source.table.PushedRichTableSource
 
PushedTableSource - Class in org.apache.paimon.flink.source.table
The BaseTableSource with push down.
PushedTableSource(FlinkTableSource) - Constructor for class org.apache.paimon.flink.source.table.PushedTableSource
 
pushFilters(List<ResolvedExpression>) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
pushFilters(Filter[]) - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
pushLimit(long) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
pushProjection(int[][]) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
pushWatermark(WatermarkStrategy<RowData>) - Method in class org.apache.paimon.flink.source.DataTableSource
 
pushWatermark(WatermarkStrategy<RowData>) - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
pushWatermark(WatermarkStrategy<RowData>) - Method in class org.apache.paimon.flink.source.SystemTableSource
 
put(InternalRow) - Method in class org.apache.paimon.disk.ExternalBuffer
 
put(InternalRow) - Method in class org.apache.paimon.disk.InMemoryBuffer
 
put(InternalRow) - Method in interface org.apache.paimon.disk.RowBuffer
 
put(String, String, List<StoreSinkWriteState.StateValue>) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState
 
put(byte[], byte[]) - Method in class org.apache.paimon.lookup.hash.HashLookupStoreWriter
 
put(byte[], byte[]) - Method in interface org.apache.paimon.lookup.LookupStoreWriter
Put key value to store.
put(K, V) - Method in class org.apache.paimon.lookup.RocksDBValueState
 
put(int, byte) - Method in class org.apache.paimon.memory.MemorySegment
 
put(int, byte[]) - Method in class org.apache.paimon.memory.MemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
put(DataInput, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
put(int, ByteBuffer, int) - Method in class org.apache.paimon.memory.MemorySegment
 
put(long, RowKind, InternalRow, InternalRow) - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
put(long, RowKind, InternalRow, InternalRow) - Method in interface org.apache.paimon.mergetree.WriteBuffer
Put a record with sequence number and value kind.
put(T) - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Adds a buffer to a PriorityQueue in log(size) time.
put(int, short) - Method in class org.apache.paimon.utils.Int2ShortHashMap
 
put(K, V) - Method in class org.apache.paimon.utils.MapBuilder
 
putBinaryNormalizedKey(byte[], MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putBoolean(int, boolean) - Method in class org.apache.paimon.memory.MemorySegment
 
putBooleanNormalizedKey(boolean, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putByteNormalizedKey(byte, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putChar(int, char) - Method in class org.apache.paimon.memory.MemorySegment
 
putCharBigEndian(int, char) - Method in class org.apache.paimon.memory.MemorySegment
 
putCharLittleEndian(int, char) - Method in class org.apache.paimon.memory.MemorySegment
 
putDecimalNormalizedKey(Decimal, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
Just support the compact precision decimal.
putDouble(int, double) - Method in class org.apache.paimon.memory.MemorySegment
 
putDoubleBigEndian(int, double) - Method in class org.apache.paimon.memory.MemorySegment
 
putDoubleLittleEndian(int, double) - Method in class org.apache.paimon.memory.MemorySegment
 
putDoubleNormalizedKey(double, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
See http://stereopsis.com/radix.html for more details.
putFloat(int, float) - Method in class org.apache.paimon.memory.MemorySegment
 
putFloatBigEndian(int, float) - Method in class org.apache.paimon.memory.MemorySegment
 
putFloatLittleEndian(int, float) - Method in class org.apache.paimon.memory.MemorySegment
 
putFloatNormalizedKey(float, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
See http://stereopsis.com/radix.html for more details.
putInt(int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
putIntNormalizedKey(int, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putKey(InternalRow, MemorySegment, int) - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
Writes a normalized key for the given record into the target MemorySegment.
putLong(int, long) - Method in class org.apache.paimon.memory.MemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.paimon.memory.MemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.paimon.memory.MemorySegment
 
putLongNormalizedKey(long, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putManifestCommittable(Identifier, ManifestCommittable) - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
putShort(int, short) - Method in class org.apache.paimon.memory.MemorySegment
 
putShortBigEndian(int, short) - Method in class org.apache.paimon.memory.MemorySegment
 
putShortLittleEndian(int, short) - Method in class org.apache.paimon.memory.MemorySegment
 
putShortNormalizedKey(short, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putStringNormalizedKey(BinaryString, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
UTF-8 supports bytes comparison.
putTimestampNormalizedKey(Timestamp, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
Support the compact precision TimestampData.
putUnsignedIntegerNormalizedKey(int, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 
putUnsignedLongNormalizedKey(long, MemorySegment, int, int) - Static method in class org.apache.paimon.utils.SortUtil
 

Q

qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
qualifiedName(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
qualifiedName(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchTypeContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
qualifiedName(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
qualifiedName() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
qualifiedName(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
QualifiedNameContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
QualifiedNameContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
qualifiedNameList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
QualifiedNameListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
QualifiedNameListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.QualifiedNameListContext
 
Query - Class in org.apache.paimon.benchmark
Benchmark query.
Query.WriteSql - Class in org.apache.paimon.benchmark
Sql for write benchmarks.
QueryRunner - Class in org.apache.paimon.benchmark
Runner of a single benchmark query.
QueryRunner(Query, Sink, Path, FlinkRestClient, CpuMetricReceiver, Configuration) - Constructor for class org.apache.paimon.benchmark.QueryRunner
 
QueryRunner.Result - Class in org.apache.paimon.benchmark
Result metric of the current query.
QUESTION - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
QUESTION - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
QUESTION() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
QUESTION() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
QUESTION - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
QUESTION - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
QUESTION() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
QUESTION() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
QuickSort - Class in org.apache.paimon.sort
Quick sort IndexedSorter.
QuickSort() - Constructor for class org.apache.paimon.sort.QuickSort
 

R

RandomAccessInputView - Class in org.apache.paimon.data
A AbstractPagedInputView to read pages in memory.
RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.paimon.data.RandomAccessInputView
 
RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.paimon.data.RandomAccessInputView
 
RandomAccessOutputView - Class in org.apache.paimon.data
A AbstractPagedOutputView with memory segments.
RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.paimon.data.RandomAccessOutputView
 
randomNumericString(int) - Static method in class org.apache.paimon.utils.StringUtils
 
range(int, int) - Static method in class org.apache.paimon.utils.Projection
Create a Projection of a field range.
RangeShuffle - Class in org.apache.paimon.flink.shuffle
RangeShuffle Util to shuffle the input stream by the sampling range.
RangeShuffle() - Constructor for class org.apache.paimon.flink.shuffle.RangeShuffle
 
RangeShuffle.LocalSampleOperator<T> - Class in org.apache.paimon.flink.shuffle
LocalSampleOperator wraps the sample logic on the partition side (the first phase of distributed sample algorithm).
rangeShuffleByKey(DataStream<Tuple2<T, RowData>>, SerializableSupplier<Comparator<T>>, TypeInformation<T>, int, int, int) - Static method in class org.apache.paimon.flink.shuffle.RangeShuffle
The RelNode with range-partition distribution will create the following transformations.
RawFile - Class in org.apache.paimon.table.source
A data file from the table which can be read directly without merging.
RawFile(String, long, long, String, long, long) - Constructor for class org.apache.paimon.table.source.RawFile
 
rawFiles(List<RawFile>) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
RBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeBodyContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ElementValueArrayInitializerContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyContext
 
RBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RBRACE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
RBRACE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
RBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayCreatorRestContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
RBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RBRACK - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
RBRACK() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
RBRACK(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
reachLimit() - Method in class org.apache.paimon.flink.source.RecordLimiter
 
reachTargetSize(boolean, long) - Method in interface org.apache.paimon.format.FormatWriter
Check if the writer has reached the targetSize.
reachTargetSize(boolean, long) - Method in class org.apache.paimon.format.orc.writer.OrcBulkWriter
 
reachTargetSize(boolean, long) - Method in class org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
reachTargetSize(boolean, long) - Method in class org.apache.paimon.io.SingleFileWriter
 
read(byte[]) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
read(byte[], int, int) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
read(T) - Method in interface org.apache.paimon.flink.action.cdc.CdcMetadataConverter
 
read(InternalRow, Decoder) - Method in class org.apache.paimon.format.avro.AvroRowDatumReader
 
read(Decoder, Object) - Method in interface org.apache.paimon.format.avro.FieldReader
 
read(Decoder, Object) - Method in class org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
read(byte[], int, int) - Method in class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
read() - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
read(byte[], int, int) - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
read(byte[], int, int) - Method in class org.apache.paimon.fs.SeekableInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
read(byte[], int, int) - Method in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
read(String) - Method in class org.apache.paimon.index.HashIndexFile
 
read(byte[], int, int) - Method in class org.apache.paimon.io.DataInputDeserializer
 
read(byte[]) - Method in class org.apache.paimon.io.DataInputDeserializer
 
read(byte[], int, int) - Method in interface org.apache.paimon.io.DataInputView
Reads up to len bytes of memory and stores it into b starting at offset off.
read(byte[]) - Method in interface org.apache.paimon.io.DataInputView
Tries to fill the given byte array b.
read() - Method in class org.apache.paimon.io.DataInputViewStream
 
read(byte[], int, int) - Method in class org.apache.paimon.io.DataInputViewStream
 
read(SpecializedGetters, int, DataType) - Static method in class org.apache.paimon.spark.SpecializedGettersReader
 
read - Variable in class org.apache.paimon.table.source.KeyValueTableRead
 
read() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
Get splits plan from snapshot.
read() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
Get splits from FileKind.ADD files.
read(K, Filter<InternalRow>, Filter<InternalRow>) - Method in class org.apache.paimon.utils.ObjectsCache
 
read(String) - Method in class org.apache.paimon.utils.ObjectsFile
 
read(String, Filter<InternalRow>, Filter<InternalRow>) - Method in class org.apache.paimon.utils.ObjectsFile
 
READ_BATCH_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
READ_CHANGELOG - Static variable in class org.apache.paimon.spark.SparkConnectorOptions
 
READ_OPTIMIZED - Static variable in class org.apache.paimon.table.system.ReadOptimizedTable
 
readAllBytes(Path) - Static method in class org.apache.paimon.utils.FileIOUtils
Reads all the bytes from a file.
readArrayData(MemorySegment[], int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Gets an instance of InternalArray from underlying MemorySegment.
readBatch(int, int, VECTOR) - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
readBatch(int, int, WritableBooleanVector) - Method in class org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
readBatch(int, int, WritableByteVector) - Method in class org.apache.paimon.format.parquet.reader.ByteColumnReader
 
readBatch(int, int, WritableBytesVector) - Method in class org.apache.paimon.format.parquet.reader.BytesColumnReader
 
readBatch(int, int, WritableDoubleVector) - Method in class org.apache.paimon.format.parquet.reader.DoubleColumnReader
 
readBatch(int, int, VECTOR) - Method in class org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
readBatch(int, int, WritableFloatVector) - Method in class org.apache.paimon.format.parquet.reader.FloatColumnReader
 
readBatch(int, int, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.IntColumnReader
 
readBatch(int, int, WritableLongVector) - Method in class org.apache.paimon.format.parquet.reader.LongColumnReader
 
readBatch(int, ColumnVector) - Method in class org.apache.paimon.format.parquet.reader.MapColumnReader
 
readBatch(int, int, WritableShortVector) - Method in class org.apache.paimon.format.parquet.reader.ShortColumnReader
 
readBatch(int, int, WritableTimestampVector) - Method in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
readBatch() - Method in class org.apache.paimon.io.KeyValueDataFileRecordReader
 
readBatch() - Method in class org.apache.paimon.io.RowDataFileRecordReader
 
readBatch() - Method in class org.apache.paimon.mergetree.compact.ConcatRecordReader
 
readBatch() - Method in class org.apache.paimon.mergetree.compact.SortMergeReaderWithLoserTree
Compared with heapsort, LoserTree will only produce one batch.
readBatch() - Method in class org.apache.paimon.mergetree.compact.SortMergeReaderWithMinHeap
 
readBatch() - Method in class org.apache.paimon.mergetree.DropDeleteReader
 
readBatch() - Method in class org.apache.paimon.operation.ReverseReader
 
readBatch() - Method in interface org.apache.paimon.reader.RecordReader
Reads one batch.
readBatch() - Method in class org.apache.paimon.utils.AsyncRecordReader
 
readBatch() - Method in class org.apache.paimon.utils.IteratorRecordReader
 
readBatchFromDictionaryIds(int, int, VECTOR, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
Decode dictionary ids to data.
readBatchFromDictionaryIds(int, int, WritableBooleanVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
readBatchFromDictionaryIds(int, int, WritableByteVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.ByteColumnReader
 
readBatchFromDictionaryIds(int, int, WritableBytesVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.BytesColumnReader
 
readBatchFromDictionaryIds(int, int, WritableDoubleVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.DoubleColumnReader
 
readBatchFromDictionaryIds(int, int, VECTOR, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
readBatchFromDictionaryIds(int, int, WritableFloatVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.FloatColumnReader
 
readBatchFromDictionaryIds(int, int, WritableIntVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.IntColumnReader
 
readBatchFromDictionaryIds(int, int, WritableLongVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.LongColumnReader
 
readBatchFromDictionaryIds(int, int, WritableShortVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.ShortColumnReader
 
readBatchFromDictionaryIds(int, int, WritableTimestampVector, WritableIntVector) - Method in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
readBatchSize() - Method in class org.apache.paimon.CoreOptions
 
readBatchSize() - Method in class org.apache.paimon.format.FileFormatFactory.FormatContext
 
readBinary(MemorySegment[], int, int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Get binary, if len less than 8, will be include in variablePartOffsetAndLen.
readBinaryString(MemorySegment[], int, int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Get binary string, if len less than 8, will be include in variablePartOffsetAndLen.
readBoolean() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readBoolean() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBoolean(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBoolean() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBoolean(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBoolean() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readBufferFromFileChannel(Buffer) - Method in class org.apache.paimon.disk.BufferFileChannelReader
Reads data from the object's file channel into the given buffer.
readBuilder - Variable in class org.apache.paimon.flink.source.FlinkSource
 
ReadBuilder - Interface in org.apache.paimon.table.source
An interface for building the TableScan and TableRead.
ReadBuilderImpl - Class in org.apache.paimon.table.source
Implementation for ReadBuilder.
ReadBuilderImpl(InnerTable) - Constructor for class org.apache.paimon.table.source.ReadBuilderImpl
 
readByte() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readByte() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readBytes() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBytes(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBytes() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBytes(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readChanges() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
Get splits plan from file changes.
readChanges() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
readChar() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readChar() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readDecimal(MemorySegment[], int, long, int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Gets an instance of Decimal from underlying MemorySegment.
readDiff(RecordReader<KeyValue>, RecordReader<KeyValue>, Comparator<InternalRow>, MergeSorter, boolean) - Static method in class org.apache.paimon.operation.DiffReader
 
readDouble() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readDouble() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readDouble(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readDouble() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readDouble(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readDouble() - Method in class org.apache.paimon.io.DataInputDeserializer
 
reader(Split) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
reader(Split) - Method in class org.apache.paimon.table.source.KeyValueTableRead
 
ReaderConsumeProgressEvent - Class in org.apache.paimon.flink.source
Event sent from FileStoreSourceReader to ContinuousFileSplitEnumerator to describe the current consumption progress.
ReaderConsumeProgressEvent(long) - Constructor for class org.apache.paimon.flink.source.ReaderConsumeProgressEvent
 
readerFactory - Variable in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
readerFactory - Variable in class org.apache.paimon.utils.ObjectsFile
 
readerForMergeTree(List<List<SortedRun>>, boolean, KeyValueFileReaderFactory, Comparator<InternalRow>, MergeFunction<KeyValue>, MergeSorter) - Static method in class org.apache.paimon.mergetree.MergeTreeReaders
 
readerForRun(SortedRun, KeyValueFileReaderFactory) - Static method in class org.apache.paimon.mergetree.MergeTreeReaders
 
readerForSection(List<SortedRun>, KeyValueFileReaderFactory, Comparator<InternalRow>, MergeFunctionWrapper<T>, MergeSorter) - Static method in class org.apache.paimon.mergetree.MergeTreeReaders
 
readersAwaitingSplit - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
readFields(DataInput) - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
readFields(DataInput) - Method in class org.apache.paimon.hive.RowDataContainer
 
readFile(File, String) - Static method in class org.apache.paimon.utils.FileIOUtils
 
readFileUtf8(Path) - Method in interface org.apache.paimon.fs.FileIO
Read file to UTF_8 decoding.
readFileUtf8(File) - Static method in class org.apache.paimon.utils.FileIOUtils
 
readFloat() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readFloat() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readFloat(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readFloat() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readFloat(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readFloat() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readFully(byte[]) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readFully(byte[], int, int) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readFully(byte[]) - Method in class org.apache.paimon.io.DataInputDeserializer
 
readFully(byte[], int, int) - Method in class org.apache.paimon.io.DataInputDeserializer
 
readFully(InputStream, byte[]) - Static method in class org.apache.paimon.utils.IOUtils
Reads len bytes in a loop.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.paimon.utils.IOUtils
Reads len bytes in a loop.
readHashIndex(IndexFileMeta) - Method in class org.apache.paimon.index.IndexFileHandler
 
readHashIndexList(IndexFileMeta) - Method in class org.apache.paimon.index.IndexFileHandler
 
readHint(String) - Method in class org.apache.paimon.utils.SnapshotManager
 
readIncrementalDiff(Snapshot) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
readIncrementalDiff(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
readInt() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readInt() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readInteger() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readInteger(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readInteger() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readInteger(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readIntLE(byte[], int) - Static method in class org.apache.paimon.compression.CompressorUtils
 
readInto(Buffer) - Method in interface org.apache.paimon.disk.BufferFileReader
 
readInto(Buffer) - Method in class org.apache.paimon.disk.BufferFileReaderImpl
 
readInts(FileIO, Path) - Static method in class org.apache.paimon.utils.IntFileUtils
 
readLine() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readLine() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readListFromFile(FileIO, Path, ObjectSerializer<T>, FormatReaderFactory) - Static method in class org.apache.paimon.utils.FileUtils
 
readLong() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readLong() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readLong(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readLong(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readLong() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readLong() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readManifest(String) - Method in class org.apache.paimon.index.IndexFileHandler
 
readManifestFileNames(List<ManifestFileMeta>) - Method in class org.apache.paimon.operation.FileDeletionBase
 
readManifestWithIOException(String) - Method in class org.apache.paimon.index.IndexFileHandler
 
readMapData(MemorySegment[], int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Gets an instance of InternalMap from underlying MemorySegment.
readMergedDataFiles(Snapshot) - Method in class org.apache.paimon.operation.FileDeletionBase
 
readMicrosTimestamp() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readMicrosTimestamp() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readMicrosTimestamp() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
readMillsTimestamp() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readMillsTimestamp() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readMillsTimestamp() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
ReadOnceTableScan - Class in org.apache.paimon.table.source
An InnerTableScan for reading only once, this is for batch scan.
ReadOnceTableScan() - Constructor for class org.apache.paimon.table.source.ReadOnceTableScan
 
ReadonlyTable - Interface in org.apache.paimon.table
Readonly table which only provide implementation for scan and read.
ReadOperator - Class in org.apache.paimon.flink.source.operator
The operator that reads the splits received from the preceding MonitorFunction.
ReadOperator(ReadBuilder) - Constructor for class org.apache.paimon.flink.source.operator.ReadOperator
 
ReadOptimizedTable - Class in org.apache.paimon.table.system
A Table optimized for reading by avoiding merging files.
ReadOptimizedTable(FileStoreTable) - Constructor for class org.apache.paimon.table.system.ReadOptimizedTable
 
readOverwrittenFileUtf8(Path) - Method in interface org.apache.paimon.fs.FileIO
readPage() - Method in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
readRepetitionAndDefinitionLevels() - Method in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
readRowData(MemorySegment[], int, int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Gets an instance of InternalRow from underlying MemorySegment.
readSchema() - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
readShort() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readShort() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readSmallInt() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readSmallInt(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readSmallInt() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readSmallInt(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTimestamp(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTimestamp(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTimestamp(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
readTimestampData(MemorySegment[], int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
Gets an instance of Timestamp from underlying MemorySegment.
readTinyInt() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTinyInt(int) - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTinyInt() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTinyInt(int) - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readToVector(int, VECTOR) - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
Reads `total` values from this columnReader into column.
readToVector(int, WritableColumnVector) - Method in class org.apache.paimon.format.parquet.reader.ArrayColumnReader
 
readToVector(int, VECTOR) - Method in interface org.apache.paimon.format.parquet.reader.ColumnReader
 
readToVector(int, WritableColumnVector) - Method in class org.apache.paimon.format.parquet.reader.MapColumnReader
 
readToVector(int, WritableColumnVector) - Method in class org.apache.paimon.format.parquet.reader.RowColumnReader
 
readType() - Method in interface org.apache.paimon.table.source.ReadBuilder
Returns read row type, projected by ReadBuilder.withProjection(int[]).
readType() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
readUnsignedByte() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readUnsignedByte() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readUnsignedShort() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readUnsignedShort() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readUTF() - Method in class org.apache.paimon.data.AbstractPagedInputView
 
readUTF() - Method in class org.apache.paimon.io.DataInputDeserializer
 
readValueDictionaryId() - Method in interface org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readValueDictionaryId() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readWithIOException(String) - Method in class org.apache.paimon.utils.ObjectsFile
 
readWithIOException(String, Filter<InternalRow>, Filter<InternalRow>) - Method in class org.apache.paimon.utils.ObjectsFile
 
reassign(DataType, AtomicInteger) - Static method in class org.apache.paimon.types.ReassignFieldId
 
ReassignFieldId - Class in org.apache.paimon.types
Reassign field id by given field id.
ReassignFieldId(AtomicInteger) - Constructor for class org.apache.paimon.types.ReassignFieldId
 
record() - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
record - Variable in class org.apache.paimon.table.sink.RowKeyExtractor
 
recordBuffer - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
RecordComparator - Interface in org.apache.paimon.codegen
Record comparator for BinaryInMemorySortBuffer.
recordCount() - Method in interface org.apache.paimon.io.FileWriter
The total written record count.
recordCount() - Method in class org.apache.paimon.io.RollingFileWriter
 
recordCount() - Method in class org.apache.paimon.io.SingleFileWriter
 
recordCount(List<ManifestEntry>) - Static method in class org.apache.paimon.Snapshot
 
recordCountAdd(List<ManifestEntry>) - Static method in class org.apache.paimon.Snapshot
 
recordCountDelete(List<ManifestEntry>) - Static method in class org.apache.paimon.Snapshot
 
recordDeletionBuckets(ManifestEntry) - Method in class org.apache.paimon.operation.FileDeletionBase
 
RecordEqualiser - Interface in org.apache.paimon.codegen
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
recordFilter - Variable in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
recordKeyDuplicateErrMsg(Map<String, String>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
RecordLimiter - Class in org.apache.paimon.flink.source
A limiter to limit record reading.
RecordLimiter(long) - Constructor for class org.apache.paimon.flink.source.RecordLimiter
 
recordParse() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
recordParse() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
recordParse() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
recordParse() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
RecordParser - Class in org.apache.paimon.flink.action.cdc.format
Provides a base implementation for parsing messages of various formats into RichCdcMultiplexRecord objects.
RecordParser(boolean, TypeMapping, List<ComputedColumn>) - Constructor for class org.apache.paimon.flink.action.cdc.format.RecordParser
 
RecordParserFactory - Interface in org.apache.paimon.flink.action.cdc.format
Represents a factory for creating instances of RecordParser.
RecordReader<T> - Interface in org.apache.paimon.reader
The reader that reads the batches of records.
RecordReader.RecordIterator<T> - Interface in org.apache.paimon.reader
An internal iterator interface which presents a more restrictive API than Iterator.
RecordReaderIterator<T> - Class in org.apache.paimon.reader
RecordReaderIterator(RecordReader<T>) - Constructor for class org.apache.paimon.reader.RecordReaderIterator
 
recordSize() - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
recordSize() - Method in interface org.apache.paimon.sort.IndexedSortable
Gets the size of each record, the number of bytes separating the head of successive records.
recordSnapshotUpdate(long) - Method in class org.apache.paimon.flink.source.metrics.FileStoreSourceReaderMetrics
Called when consumed snapshot changes.
recordsPerSegment() - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
recordsPerSegment() - Method in interface org.apache.paimon.sort.IndexedSortable
Gets the number of elements in each memory segment.
recordsToSkip() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
recordsToSkip() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitState
 
RecordWriter<T> - Interface in org.apache.paimon.utils
The RecordWriter is responsible for writing data and handling in-progress files used to write yet un-staged data.
RecyclableIterator<E> - Class in org.apache.paimon.utils
Utility base class for iterators that accept a recycler.
RecyclableIterator(Runnable) - Constructor for class org.apache.paimon.utils.RecyclableIterator
Creates a RecyclableIterator with the given optional recycler.
recycle() - Method in class org.apache.paimon.flink.source.FlinkRecordsWithSplitIds
 
recycle(T) - Method in interface org.apache.paimon.utils.Pool.Recycler
Recycles the given object to the pool that this recycler works with.
recycler() - Method in class org.apache.paimon.utils.Pool
Gets the recycler for this pool.
ReducerMergeFunctionWrapper - Class in org.apache.paimon.mergetree.compact
Wrapper for MergeFunctions which works like a reducer.
ReducerMergeFunctionWrapper(MergeFunction<KeyValue>) - Constructor for class org.apache.paimon.mergetree.compact.ReducerMergeFunctionWrapper
 
ref(byte[]) - Method in class org.apache.paimon.lookup.RocksDBState
 
Reference(byte[]) - Constructor for class org.apache.paimon.lookup.RocksDBState.Reference
 
Reference<T> - Class in org.apache.paimon.utils
Refer a object.
Reference(T) - Constructor for class org.apache.paimon.utils.Reference
 
referenceFieldName() - Method in class org.apache.paimon.schema.SchemaChange.Move
 
ReflectionUtils - Class in org.apache.paimon.utils
Utils for java reflection.
ReflectionUtils() - Constructor for class org.apache.paimon.utils.ReflectionUtils
 
refresh(Iterator<InternalRow>) - Method in interface org.apache.paimon.flink.lookup.LookupTable
 
refresh(Iterator<InternalRow>) - Method in class org.apache.paimon.flink.lookup.NoPrimaryKeyLookupTable
 
refresh(Iterator<InternalRow>) - Method in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
refresh(Iterator<InternalRow>) - Method in class org.apache.paimon.flink.lookup.SecondaryIndexLookupTable
 
REGISTER_TIMEOUT - Static variable in class org.apache.paimon.flink.FlinkCatalogOptions
 
registerJdbcDriver() - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlActionUtils
 
registerLogSystem(Catalog, Identifier, Map<String, String>, ClassLoader) - Static method in interface org.apache.paimon.flink.log.LogStoreRegister
 
registerTopic() - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreRegister
 
registerTopic() - Method in interface org.apache.paimon.flink.log.LogStoreRegister
Register topic in log system for the table.
relativeTimeMillis() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.Clock
 
relativeTimeMillis() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.SystemClock
 
relativeTimeNanos() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.Clock
 
relativeTimeNanos() - Method in class org.apache.paimon.benchmark.metric.cpu.clock.SystemClock
 
release() - Method in class org.apache.paimon.flink.memory.MemorySegmentAllocator
 
releaseArrays() - Method in class org.apache.paimon.io.DataInputDeserializer
 
releaseBatch() - Method in interface org.apache.paimon.reader.RecordReader.RecordIterator
Releases the batch that this iterator iterated over.
releaseBatch() - Method in class org.apache.paimon.table.source.ResetRowKindRecordIterator
 
releaseBatch() - Method in interface org.apache.paimon.utils.ParallelExecution.ParallelBatch
 
releaseBatch() - Method in class org.apache.paimon.utils.RecyclableIterator
 
remainingCapacity() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Returns the remaining capacity of the backing array.
remainingSnapshots() - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
remainingSplits() - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
remainingSplits() - Method in class org.apache.paimon.flink.source.assigners.DynamicPartitionPruningAssigner
 
remainingSplits() - Method in class org.apache.paimon.flink.source.assigners.FIFOSplitAssigner
 
remainingSplits() - Method in class org.apache.paimon.flink.source.assigners.PreAssignSplitAssigner
 
remainingSplits() - Method in interface org.apache.paimon.flink.source.assigners.SplitAssigner
Gets the remaining splits that this assigner has pending.
remoteFile() - Method in class org.apache.paimon.mergetree.DataFileReader
 
remove(String) - Method in class org.apache.paimon.options.Options
 
remove() - Method in class org.apache.paimon.utils.CloseableIterator.IteratorAdapter
 
REMOVE_AGE - Static variable in class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
removeChannel(FileIOChannel.ID) - Method in class org.apache.paimon.sort.SpillChannelManager
 
removeFirst() - Method in class org.apache.paimon.flink.source.assigners.AlignedSplitAssigner
 
removeOption(String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
RemoveOrphanFilesAction - Class in org.apache.paimon.flink.action
Action to remove the orphan data files and metadata files.
RemoveOrphanFilesAction(String, String, String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.RemoveOrphanFilesAction
 
RemoveOrphanFilesActionFactory - Class in org.apache.paimon.flink.action
Factory to create RemoveOrphanFilesAction.
RemoveOrphanFilesActionFactory() - Constructor for class org.apache.paimon.flink.action.RemoveOrphanFilesActionFactory
 
RemoveOrphanFilesProcedure - Class in org.apache.paimon.flink.procedure
Remove orphan files procedure.
RemoveOrphanFilesProcedure() - Constructor for class org.apache.paimon.flink.procedure.RemoveOrphanFilesProcedure
 
RemoveOrphanFilesProcedure - Class in org.apache.paimon.spark.procedure
Remove orphan files procedure.
removePrefix(String) - Method in class org.apache.paimon.options.Options
 
rename(Path, Path) - Method in class org.apache.paimon.flink.FlinkFileIO
 
rename(Path, Path) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
rename(Path, Path) - Method in interface org.apache.paimon.fs.FileIO
Renames the file/directory src to dst.
rename(Path, Path) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
rename(Path, Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
 
rename(Path, Path) - Method in class org.apache.paimon.fs.PluginFileIO
 
rename(Path, Path) - Method in class org.apache.paimon.oss.HadoopCompliantFileIO
 
rename(Path, Path) - Method in class org.apache.paimon.s3.HadoopCompliantFileIO
 
renameColumn(String, String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
renameTable(Identifier, Identifier, boolean) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
renameTable(Identifier, Identifier, boolean) - Method in interface org.apache.paimon.catalog.Catalog
Rename a table.
renameTable(ObjectPath, String, boolean) - Method in class org.apache.paimon.flink.FlinkCatalog
 
renameTable(ObjectPath, String, boolean) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
renameTable(Identifier, Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
 
renameTable(Identifier, Identifier) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
renameTableImpl(Identifier, Identifier) - Method in class org.apache.paimon.catalog.AbstractCatalog
 
renameTableImpl(Identifier, Identifier) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
renameTableImpl(Identifier, Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
repeat(String, int) - Static method in class org.apache.paimon.utils.StringUtils
Returns a string consisting of a specific number of concatenated copies of an input string.
repetitionLevel - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
repetitionLevelColumn - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Repetition/Definition/Value readers.
replace(InternalRow, InternalRow) - Method in class org.apache.paimon.data.JoinedRow
Replaces the InternalRow backing this JoinedRow.
replace(InternalRow) - Method in class org.apache.paimon.flink.FlinkRowData
 
replace(FileStoreTable) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
Replace the internal TableWriteImpl with the one provided by newWriteProvider.
replace(FileStoreTable) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
replace(InternalRow, RowKind, InternalRow) - Method in class org.apache.paimon.KeyValue
 
replace(InternalRow, long, RowKind, InternalRow) - Method in class org.apache.paimon.KeyValue
 
replace(InternalArray) - Method in class org.apache.paimon.spark.SparkArrayData
 
replace(InternalRow) - Method in class org.apache.paimon.spark.SparkInternalRow
 
replace(InternalRow) - Method in class org.apache.paimon.utils.OffsetRow
 
replace(String, String, String) - Static method in class org.apache.paimon.utils.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - Static method in class org.apache.paimon.utils.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replaceKey(InternalRow) - Method in class org.apache.paimon.KeyValue
 
replaceRow(InternalRow) - Method in class org.apache.paimon.casting.CastedRow
Replaces the underlying InternalRow backing this CastedRow.
replaceRow(InternalRow) - Method in class org.apache.paimon.casting.DefaultValueRow
 
replaceRow(RowData) - Method in class org.apache.paimon.flink.ProjectedRowData
Replaces the underlying RowData backing this ProjectedRowData.
replaceRow(InternalRow) - Method in class org.apache.paimon.PartitionSettedRow
Replaces the underlying InternalRow backing this PartitionSettedRow.
replaceRow(InternalRow) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
replaceRow(InternalRow) - Method in class org.apache.paimon.utils.ProjectedRow
Replaces the underlying InternalRow backing this ProjectedRow.
replaceValue(InternalRow) - Method in class org.apache.paimon.KeyValue
 
replaceValueKind(RowKind) - Method in class org.apache.paimon.KeyValue
 
reportCommit(CommitStats) - Method in class org.apache.paimon.operation.metrics.CommitMetrics
 
reportCompaction(CompactionStats) - Method in class org.apache.paimon.operation.metrics.CompactionMetrics
 
reportMetric(String, String) - Method in class org.apache.paimon.benchmark.metric.MetricReporter
 
reportScan(ScanStats) - Method in class org.apache.paimon.operation.metrics.ScanMetrics
 
reportStatistics() - Method in class org.apache.paimon.flink.source.DataTableSource
 
reportStatistics() - Method in class org.apache.paimon.flink.source.FlinkTableSource
 
reportStatistics() - Method in class org.apache.paimon.flink.source.SystemTableSource
 
reportStatistics() - Method in class org.apache.paimon.flink.source.table.RichTableSource
 
RequestPaymentConfigurationHandler() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
required(String, DataType) - Static method in interface org.apache.paimon.spark.procedure.ProcedureParameter
Creates a required input parameter.
required() - Method in interface org.apache.paimon.spark.procedure.ProcedureParameter
Returns whether input parameter is required.
required() - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
requiredOptions() - Method in class org.apache.paimon.flink.AbstractFlinkTableFactory
 
requiredOptions() - Method in class org.apache.paimon.flink.FlinkCatalogFactory
 
requiredOptions() - Method in class org.apache.paimon.flink.FlinkGenericCatalogFactory
 
requiredOptions() - Method in class org.apache.paimon.flink.FlinkGenericTableFactory
 
requiredOptions() - Method in interface org.apache.paimon.fs.FileIOLoader
Returns a set of option keys (case-insensitive, key can be written in multiple ways) that an implementation of this FileIO requires.
requiredOptions() - Method in class org.apache.paimon.oss.OSSLoader
 
requiredOptions() - Method in class org.apache.paimon.s3.S3Loader
 
reserveDictionaryIds(int) - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
reserveDictionaryIds(int) - Method in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
reserveDictionaryIds(int) - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Reserve a integer column for ids of dictionary.
reset() - Method in class org.apache.paimon.data.BinaryArrayWriter
First, reset.
reset() - Method in class org.apache.paimon.data.BinaryRowWriter
First, reset.
reset() - Method in interface org.apache.paimon.data.BinaryWriter
Reset writer to prepare next write.
reset() - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
Resets the column to default state.
reset() - Method in class org.apache.paimon.data.columnar.heap.HeapBytesVector
 
reset() - Method in class org.apache.paimon.data.columnar.heap.HeapRowVector
 
reset() - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Resets the column to default state.
reset() - Method in class org.apache.paimon.data.SimpleCollectingOutputView
 
reset() - Method in class org.apache.paimon.disk.ExternalBuffer
 
reset() - Method in class org.apache.paimon.disk.InMemoryBuffer
 
reset() - Method in interface org.apache.paimon.disk.RowBuffer
 
reset() - Method in class org.apache.paimon.mergetree.compact.aggregate.AggregateMergeFunction
 
reset() - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
reset the aggregator to a clean start state.
reset() - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstNotNullValueAgg
 
reset() - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldFirstValueAgg
 
reset() - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
 
reset() - Method in class org.apache.paimon.mergetree.compact.DeduplicateMergeFunction
 
reset() - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeFunction
 
reset() - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeFunctionWrapper
 
reset() - Method in class org.apache.paimon.mergetree.compact.LookupChangelogMergeFunctionWrapper
 
reset() - Method in class org.apache.paimon.mergetree.compact.LookupMergeFunction
 
reset() - Method in interface org.apache.paimon.mergetree.compact.MergeFunction
Reset the merge function to its default state.
reset() - Method in interface org.apache.paimon.mergetree.compact.MergeFunctionWrapper
 
reset() - Method in class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
reset() - Method in class org.apache.paimon.mergetree.compact.ReducerMergeFunctionWrapper
Resets the MergeFunction helper to its default state.
reset() - Method in class org.apache.paimon.utils.LongCounter
 
resetConsumer(String, Consumer) - Method in class org.apache.paimon.consumer.ConsumerManager
 
ResetConsumerAction - Class in org.apache.paimon.flink.action
Reset consumer action for Flink.
ResetConsumerAction(String, String, String, Map<String, String>, String) - Constructor for class org.apache.paimon.flink.action.ResetConsumerAction
 
ResetConsumerActionFactory - Class in org.apache.paimon.flink.action
Factory to create ResetConsumerAction.
ResetConsumerActionFactory() - Constructor for class org.apache.paimon.flink.action.ResetConsumerActionFactory
 
ResetConsumerProcedure - Class in org.apache.paimon.flink.procedure
Reset consumer procedure.
ResetConsumerProcedure() - Constructor for class org.apache.paimon.flink.procedure.ResetConsumerProcedure
 
ResetRowKindRecordIterator - Class in org.apache.paimon.table.source
A RecordReader.RecordIterator which resets RowKind.INSERT to previous key value.
ResetRowKindRecordIterator(RecordReader.RecordIterator<KeyValue>) - Constructor for class org.apache.paimon.table.source.ResetRowKindRecordIterator
 
resolve(DataType, DataType) - Static method in class org.apache.paimon.casting.CastExecutors
Resolve a CastExecutor for the provided input type and target type.
resolveClass(ObjectStreamClass) - Method in class org.apache.paimon.utils.InstantiationUtil.ClassLoaderObjectInputStream
 
resolveProxyClass(String[]) - Method in class org.apache.paimon.utils.InstantiationUtil.ClassLoaderObjectInputStream
 
resource() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resource() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resource() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
resource(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
resource() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
resource(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
ResourceContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
ResourceContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
resources() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resources() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resources() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
resources() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
ResourcesContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
ResourcesContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
resourceSpecification() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resourceSpecification() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
resourceSpecification() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
resourceSpecification() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
ResourceSpecificationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
ResourceSpecificationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
Restorable<S> - Interface in org.apache.paimon.utils
Operations implementing this interface can checkpoint and restore their states between different instances.
restore(List<FileStoreWrite.State<T>>) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
restore(List<FileStoreWrite.State<T>>) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
restore(Long, boolean) - Method in interface org.apache.paimon.table.source.InnerStreamTableScan
Restore from checkpoint next snapshot id with scan kind.
restore(Long) - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
restore(Long, boolean) - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
restore(Long) - Method in interface org.apache.paimon.table.source.StreamTableScan
Restore from checkpoint next snapshot id.
restore(S) - Method in interface org.apache.paimon.utils.Restorable
Restore state of a previous operation instance into the current operation instance.
RestoreAndFailCommittableStateManager<GlobalCommitT> - Class in org.apache.paimon.flink.sink
A CommittableStateManager which stores uncommitted ManifestCommittables in state.
RestoreAndFailCommittableStateManager(SerializableSupplier<SimpleVersionedSerializer<GlobalCommitT>>) - Constructor for class org.apache.paimon.flink.sink.RestoreAndFailCommittableStateManager
 
restoreEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, PendingSplitsCheckpoint) - Method in class org.apache.paimon.flink.source.ContinuousFileStoreSource
 
restoreEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, PendingSplitsCheckpoint) - Method in class org.apache.paimon.flink.source.StaticFileStoreSource
 
result() - Method in interface org.apache.paimon.io.FileWriter
 
result() - Method in class org.apache.paimon.io.KeyValueDataFileWriter
 
result() - Method in class org.apache.paimon.io.RollingFileWriter
 
result() - Method in class org.apache.paimon.io.RowDataFileWriter
 
result() - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
Latest result (result of merge function) for this key.
result() - Method in class org.apache.paimon.statistics.AbstractFieldStatsCollector
 
result() - Method in interface org.apache.paimon.statistics.FieldStatsCollector
 
result() - Method in class org.apache.paimon.statistics.NoneFieldStatsCollector
 
result() - Method in class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
rethrow(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do not allow you to throw an arbitrary Throwable.
rethrow(Throwable, String) - Static method in class org.apache.paimon.utils.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do not allow you to throw an arbitrary Throwable.
rethrowException(Throwable, String) - Static method in class org.apache.paimon.utils.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do allow to throw a Exception.
rethrowException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do allow to throw a Exception.
rethrowIfFatalError(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Rethrows the given Throwable, if it represents an error that is fatal to the JVM.
rethrowIfFatalErrorOrOOM(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Rethrows the given Throwable, if it represents an error that is fatal to the JVM or an out-of-memory error.
rethrowIOException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Re-throws the given Throwable in scenarios where the signatures allows only IOExceptions (and RuntimeException and Error).
retract(K, V) - Method in class org.apache.paimon.lookup.RocksDBSetState
 
retract(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldAggregator
 
retract(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldIgnoreRetractAgg
 
retract(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldPrimaryKeyAgg
 
retract(Object, Object) - Method in class org.apache.paimon.mergetree.compact.aggregate.FieldSumAgg
 
retrieveSchema() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
retrieveSchema() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
retrieveSchema() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
retrieveSchema() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
RETRY_SLEEP_TIME - Static variable in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreWriteOperator
 
RetryingMetaStoreClientFactory - Class in org.apache.paimon.hive
Factory to create RetryingMetaStoreClient.
RetryingMetaStoreClientFactory() - Constructor for class org.apache.paimon.hive.RetryingMetaStoreClientFactory
 
RetryingMetaStoreClientFactory.HiveMetastoreProxySupplier - Interface in org.apache.paimon.hive
Function interface for creating hive metastore proxy.
RETURN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RETURN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RETURN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RETURN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RETURN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
RETURN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
returnAll(List<MemorySegment>) - Method in class org.apache.paimon.memory.AbstractMemorySegmentPool
 
returnAll(List<MemorySegment>) - Method in class org.apache.paimon.memory.ArraySegmentPool
 
returnAll(List<MemorySegment>) - Method in class org.apache.paimon.memory.CachelessSegmentPool
 
returnAll(List<MemorySegment>) - Method in interface org.apache.paimon.memory.MemorySegmentPool
Return all pages back into this pool.
ReturnAndJumpCounter - Class in org.apache.paimon.codegen.codesplit
Simple parser that counts combined number of 'return', 'continue' and 'break' kay words.
ReturnAndJumpCounter() - Constructor for class org.apache.paimon.codegen.codesplit.ReturnAndJumpCounter
 
ReturnValueRewriter - Class in org.apache.paimon.codegen.codesplit
Rewrite functions with return values by splitting them into two functions and storing the return values into member variables.
ReturnValueRewriter(String, int) - Constructor for class org.apache.paimon.codegen.codesplit.ReturnValueRewriter
 
reuse(ByteBuffer, int) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
 
ReverseReader - Class in org.apache.paimon.operation
A RecordReader which reverses the RowKind of the KeyValue from RowKind.INSERT to RowKind.DELETE read from the wrapped reader.
ReverseReader(RecordReader<KeyValue>) - Constructor for class org.apache.paimon.operation.ReverseReader
 
rewrite(List<DataFileMeta>) - Method in interface org.apache.paimon.append.AppendOnlyCompactManager.CompactRewriter
 
rewrite() - Method in class org.apache.paimon.codegen.codesplit.AddBoolBeforeReturnRewriter
 
rewrite(String) - Method in class org.apache.paimon.codegen.codesplit.BlockStatementGrouper
Rewrite code block used for initialization of this object.
rewrite() - Method in class org.apache.paimon.codegen.codesplit.BlockStatementRewriter
 
rewrite() - Method in interface org.apache.paimon.codegen.codesplit.CodeRewriter
 
rewrite() - Method in class org.apache.paimon.codegen.codesplit.DeclarationRewriter
 
rewrite() - Method in class org.apache.paimon.codegen.codesplit.FunctionSplitter
 
rewrite() - Method in class org.apache.paimon.codegen.codesplit.MemberFieldRewriter
 
rewrite() - Method in class org.apache.paimon.codegen.codesplit.ReturnValueRewriter
 
rewrite(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
rewrite(int, boolean, List<List<SortedRun>>) - Method in interface org.apache.paimon.mergetree.compact.CompactRewriter
 
rewrite(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
rewriteBlock(String) - Method in class org.apache.paimon.codegen.codesplit.BlockStatementSplitter
Rewrite code block that was used for this object initialization.
rewriteChangelog(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
rewriteChangelog(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeTreeCompactRewriter
 
rewriteChangelog(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeTreeCompactRewriter
 
rewriteChangelog(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.LookupMergeTreeCompactRewriter
 
rewriteCompaction(int, boolean, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
RewriteGroupedCode(String, Map<String, List<String>>) - Constructor for class org.apache.paimon.codegen.codesplit.BlockStatementGrouper.RewriteGroupedCode
 
rewriteLookupChangelog(int, List<List<SortedRun>>) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
RichCdcMultiplexRecord - Class in org.apache.paimon.flink.sink.cdc
Compared to CdcMultiplexRecord, this contains schema information.
RichCdcMultiplexRecord(String, String, LinkedHashMap<String, DataType>, List<String>, CdcRecord) - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
RichCdcMultiplexRecordEventParser - Class in org.apache.paimon.flink.sink.cdc
RichCdcMultiplexRecordEventParser(boolean) - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
RichCdcMultiplexRecordEventParser(NewTableSchemaBuilder, Pattern, Pattern, TableNameConverter) - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
RichCdcRecord - Class in org.apache.paimon.flink.sink.cdc
A change message contains schema and data.
RichCdcRecord(CdcRecord, LinkedHashMap<String, DataType>) - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
RichCdcRecord.Builder - Class in org.apache.paimon.flink.sink.cdc
Builder for RichCdcRecord.
RichCdcSinkBuilder - Class in org.apache.paimon.flink.sink.cdc
Builder for sink when syncing RichCdcRecord records into one Paimon table.
RichCdcSinkBuilder() - Constructor for class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
RichEventParser - Class in org.apache.paimon.flink.sink.cdc
RichEventParser() - Constructor for class org.apache.paimon.flink.sink.cdc.RichEventParser
 
RichTableSource - Class in org.apache.paimon.flink.source.table
The BaseTableSource with lookup, watermark, statistic and dynamic filtering.
RichTableSource(FlinkTableSource) - Constructor for class org.apache.paimon.flink.source.table.RichTableSource
 
RLEIntIterator(RunLengthBitPackingHybridDecoder) - Constructor for class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.RLEIntIterator
 
RocksDBListState<K,V> - Class in org.apache.paimon.lookup
RocksDB state for key -> List of value.
RocksDBListState(RocksDB, ColumnFamilyHandle, Serializer<K>, Serializer<V>, long) - Constructor for class org.apache.paimon.lookup.RocksDBListState
 
RocksDBOptions - Class in org.apache.paimon.lookup
Options for rocksdb.
RocksDBOptions() - Constructor for class org.apache.paimon.lookup.RocksDBOptions
 
RocksDBSetState<K,V> - Class in org.apache.paimon.lookup
Rocksdb state for key -> Set values.
RocksDBSetState(RocksDB, ColumnFamilyHandle, Serializer<K>, Serializer<V>, long) - Constructor for class org.apache.paimon.lookup.RocksDBSetState
 
RocksDBState<K,V,CacheV> - Class in org.apache.paimon.lookup
Rocksdb state for key value.
RocksDBState(RocksDB, ColumnFamilyHandle, Serializer<K>, Serializer<V>, long) - Constructor for class org.apache.paimon.lookup.RocksDBState
 
RocksDBState.ByteArray - Class in org.apache.paimon.lookup
A class wraps byte[] to implement equals and hashCode.
RocksDBState.Reference - Class in org.apache.paimon.lookup
A class wraps byte[] to indicate contain or not contain.
RocksDBStateFactory - Class in org.apache.paimon.lookup
Factory to create state.
RocksDBStateFactory(String, Options, Duration) - Constructor for class org.apache.paimon.lookup.RocksDBStateFactory
 
RocksDBValueState<K,V> - Class in org.apache.paimon.lookup
Rocksdb state for key -> a single value.
RocksDBValueState(RocksDB, ColumnFamilyHandle, Serializer<K>, Serializer<V>, long) - Constructor for class org.apache.paimon.lookup.RocksDBValueState
 
rollbackCreateTable(Table) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
rollbackDropTable(Table) - Method in class org.apache.paimon.hive.PaimonMetaHook
 
RollbackHelper - Class in org.apache.paimon.table
Helper class for Table.rollbackTo(long) including utils to clean snapshots.
RollbackHelper(SnapshotManager, TagManager, FileIO, SnapshotDeletion, TagDeletion) - Constructor for class org.apache.paimon.table.RollbackHelper
 
RollbackProcedure - Class in org.apache.paimon.spark.procedure
A procedure to rollback to a snapshot or a tag.
rollbackTo(long) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
rollbackTo(String) - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
rollbackTo(long) - Method in interface org.apache.paimon.table.ReadonlyTable
 
rollbackTo(String) - Method in interface org.apache.paimon.table.ReadonlyTable
 
rollbackTo(long) - Method in interface org.apache.paimon.table.Table
Rollback table's state to a specific snapshot.
rollbackTo(String) - Method in interface org.apache.paimon.table.Table
Rollback table's state to a specific tag.
RollbackToAction - Class in org.apache.paimon.flink.action
Rollback to specific version action for Flink.
RollbackToAction(String, String, String, String, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.RollbackToAction
 
RollbackToActionFactory - Class in org.apache.paimon.flink.action
Factory to create RollbackToAction.
RollbackToActionFactory() - Constructor for class org.apache.paimon.flink.action.RollbackToActionFactory
 
RollbackToProcedure - Class in org.apache.paimon.flink.procedure
Rollback procedure.
RollbackToProcedure() - Constructor for class org.apache.paimon.flink.procedure.RollbackToProcedure
 
RollingFileWriter<T,R> - Class in org.apache.paimon.io
Writer to roll over to a new file if the current size exceed the target file size.
RollingFileWriter(Supplier<? extends SingleFileWriter<T, R>>, long) - Constructor for class org.apache.paimon.io.RollingFileWriter
 
root - Variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
root() - Method in class org.apache.paimon.utils.FileStorePathFactory
 
roundDownToPowerOf2(int) - Static method in class org.apache.paimon.utils.MathUtils
Decrements the given number down to the closest power of two.
row - Variable in class org.apache.paimon.PartitionSettedRow
 
row() - Method in class org.apache.paimon.table.sink.SinkRecord
 
ROW(DataField...) - Static method in class org.apache.paimon.types.DataTypes
 
ROW(DataType...) - Static method in class org.apache.paimon.types.DataTypes
 
row - Variable in class org.apache.paimon.utils.ProjectedRow
 
row1() - Method in class org.apache.paimon.data.JoinedRow
 
row1 - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
row2() - Method in class org.apache.paimon.data.JoinedRow
 
ROW_KIND - Static variable in class org.apache.paimon.table.system.AuditLogTable
 
RowBuffer - Interface in org.apache.paimon.disk
Cache buffer for InternalRow.
RowBuffer.RowBufferIterator - Interface in org.apache.paimon.disk
Iterator to fetch record from buffer.
RowColumnReader - Class in org.apache.paimon.format.parquet.reader
RowColumnReader(List<ColumnReader>) - Constructor for class org.apache.paimon.format.parquet.reader.RowColumnReader
 
RowColumnVector - Interface in org.apache.paimon.data.columnar
Row column vector.
RowCompactedSerializer - Class in org.apache.paimon.data.serializer
A Serializer for InternalRow using compacted binary.
RowCompactedSerializer(RowType) - Constructor for class org.apache.paimon.data.serializer.RowCompactedSerializer
 
rowCount() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
rowCount() - Method in class org.apache.paimon.index.IndexFileMeta
 
rowCount() - Method in class org.apache.paimon.io.DataFileMeta
 
rowCount() - Method in class org.apache.paimon.table.source.DataSplit
 
rowCount() - Method in class org.apache.paimon.table.source.RawFile
row count of the file.
rowCount() - Method in interface org.apache.paimon.table.source.Split
 
RowDataChannelComputer - Class in org.apache.paimon.flink.sink
RowDataChannelComputer(TableSchema, boolean) - Constructor for class org.apache.paimon.flink.sink.RowDataChannelComputer
 
RowDataContainer - Class in org.apache.paimon.hive
A reusable object to hold InternalRow.
RowDataContainer() - Constructor for class org.apache.paimon.hive.RowDataContainer
 
RowDataFileRecordReader - Class in org.apache.paimon.io
Reads InternalRow from data files.
RowDataFileRecordReader(FileIO, Path, FormatReaderFactory, int[], CastFieldGetter[], PartitionInfo) - Constructor for class org.apache.paimon.io.RowDataFileRecordReader
 
RowDataFileWriter - Class in org.apache.paimon.io
A StatsCollectingSingleFileWriter to write data files containing InternalRow.
RowDataFileWriter(FileIO, FormatWriterFactory, Path, RowType, TableStatsExtractor, long, LongCounter, String, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.io.RowDataFileWriter
 
RowDataKeyAndBucketExtractor - Class in org.apache.paimon.flink.sink
RowDataKeyAndBucketExtractor(TableSchema) - Constructor for class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
RowDataParquetBuilder - Class in org.apache.paimon.format.parquet.writer
RowDataParquetBuilder(RowType, Options) - Constructor for class org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
RowDataPartitionComputer - Class in org.apache.paimon.utils
PartitionComputer for InternalRow.
RowDataPartitionComputer(String, RowType, String[]) - Constructor for class org.apache.paimon.utils.RowDataPartitionComputer
 
rowDataRecordIteratorFromKv(RecordReader.RecordIterator<KeyValue>) - Method in class org.apache.paimon.table.source.KeyValueTableRead
 
RowDataRollingFileWriter - Class in org.apache.paimon.io
RollingFileWriter for data files containing InternalRow.
RowDataRollingFileWriter(FileIO, long, FileFormat, long, RowType, DataFilePathFactory, LongCounter, String, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.io.RowDataRollingFileWriter
 
RowDataStoreWriteOperator - Class in org.apache.paimon.flink.sink
RowDataStoreWriteOperator(FileStoreTable, LogSinkFunction, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
RowDataToObjectArrayConverter - Class in org.apache.paimon.utils
Convert InternalRow to object array.
RowDataToObjectArrayConverter(RowType) - Constructor for class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
rowDataToString(InternalRow, RowType) - Static method in class org.apache.paimon.KeyValue
 
RowDataVectorizer - Class in org.apache.paimon.format.orc.writer
A Vectorizer of InternalRow type element.
RowDataVectorizer(String, DataType[]) - Constructor for class org.apache.paimon.format.orc.writer.RowDataVectorizer
 
RowDynamicBucketSink - Class in org.apache.paimon.flink.sink
Sink for dynamic bucket table.
RowDynamicBucketSink(FileStoreTable, Map<String, String>) - Constructor for class org.apache.paimon.flink.sink.RowDynamicBucketSink
 
RowHashKeyChannelComputer - Class in org.apache.paimon.flink.sink
Hash key of a RowData.
RowHashKeyChannelComputer(TableSchema) - Constructor for class org.apache.paimon.flink.sink.RowHashKeyChannelComputer
 
RowIterator - Interface in org.apache.paimon.utils
A simple iterator which provides simple next.
RowKeyExtractor - Class in org.apache.paimon.table.sink
RowKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.table.sink.RowKeyExtractor
 
RowKind - Enum in org.apache.paimon.types
Lists all kinds of changes that a row can describe in a changelog.
ROWKIND_FIELD - Static variable in class org.apache.paimon.CoreOptions
 
rowkindField() - Method in class org.apache.paimon.CoreOptions
 
RowKindGenerator - Class in org.apache.paimon.table.sink
Generate row kind.
RowKindGenerator(String, RowType) - Constructor for class org.apache.paimon.table.sink.RowKindGenerator
 
rowNum - Variable in class org.apache.paimon.benchmark.Query.WriteSql
 
RowPartitionKeyExtractor - Class in org.apache.paimon.table.sink
RowPartitionKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.table.sink.RowPartitionKeyExtractor
 
RowProcessor(ZIndexer.ZProcessFunction, int) - Constructor for class org.apache.paimon.sort.zorder.ZIndexer.RowProcessor
 
RowReader(Schema, List<DataField>) - Constructor for class org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
rowSerializer - Variable in class org.apache.paimon.utils.ObjectSerializer
 
rowType() - Method in class org.apache.paimon.hive.HiveSchema
 
rowType(RowType, P, List<R>) - Method in class org.apache.paimon.hive.SchemaVisitor
 
rowType() - Method in class org.apache.paimon.schema.Schema
 
rowType() - Method in interface org.apache.paimon.table.FileStoreTable
 
rowType() - Method in class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
rowType() - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
rowType() - Method in interface org.apache.paimon.table.sink.WriteBuilder
Returns the row type of this table.
rowType() - Method in class org.apache.paimon.table.system.AllTableOptionsTable
 
rowType() - Method in class org.apache.paimon.table.system.AuditLogTable
 
rowType() - Method in class org.apache.paimon.table.system.BucketsTable
 
rowType() - Method in class org.apache.paimon.table.system.CatalogOptionsTable
Returns the row type of this table.
rowType() - Method in class org.apache.paimon.table.system.ConsumersTable
 
rowType() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
rowType() - Method in class org.apache.paimon.table.system.FilesTable
 
rowType() - Method in class org.apache.paimon.table.system.ManifestsTable
 
rowType() - Method in class org.apache.paimon.table.system.OptionsTable
 
rowType() - Method in class org.apache.paimon.table.system.PartitionsTable
 
rowType() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
rowType() - Method in class org.apache.paimon.table.system.SchemasTable
 
rowType() - Method in class org.apache.paimon.table.system.SnapshotsTable
 
rowType() - Method in class org.apache.paimon.table.system.TableLineageTable
 
rowType() - Method in class org.apache.paimon.table.system.TagsTable
 
rowType() - Method in interface org.apache.paimon.table.Table
Returns the row type of this table.
RowType - Class in org.apache.paimon.types
Data type of a sequence of fields.
RowType(boolean, List<DataField>) - Constructor for class org.apache.paimon.types.RowType
 
RowType(List<DataField>) - Constructor for class org.apache.paimon.types.RowType
 
rowType() - Method in class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
RowType.Builder - Class in org.apache.paimon.types
Builder of RowType.
RowWithBucketChannelComputer - Class in org.apache.paimon.flink.sink
Hash key of a RowData with bucket.
RowWithBucketChannelComputer(TableSchema) - Constructor for class org.apache.paimon.flink.sink.RowWithBucketChannelComputer
 
RPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationMethodRestContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArgumentsContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParametersContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LambdaParametersContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodCallContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ParExpressionContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
RPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RPAREN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
RPAREN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
RSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
RSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
RSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotation - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotation - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationConstantRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationConstantRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationMethodOrConstantRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationMethodOrConstantRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationMethodRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationMethodRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeElementDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeElementDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeElementRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_annotationTypeElementRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arrayCreatorRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arrayCreatorRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arrayInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_arrayInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_block - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_block - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_blockStatement - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_blockStatement - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_catchClause - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_catchClause - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_catchType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_catchType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classBodyDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classBodyDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classCreatorRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classCreatorRest - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classOrInterfaceModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classOrInterfaceModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classOrInterfaceType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classOrInterfaceType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_classType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_compilationUnit - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_compilationUnit - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constantDeclarator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constantDeclarator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constructorCall - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constructorCall - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constructorDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_constructorDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_createdName - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_createdName - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_creator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_creator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_defaultValue - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_defaultValue - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValue - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValue - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValueArrayInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValueArrayInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValuePair - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValuePair - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValuePairs - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_elementValuePairs - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enhancedForControl - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enhancedForControl - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumBodyDeclarations - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumBodyDeclarations - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumConstant - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumConstant - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumConstants - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumConstants - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_enumDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_explicitGenericInvocation - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_explicitGenericInvocation - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_explicitGenericInvocationSuffix - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_explicitGenericInvocationSuffix - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_expression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_expression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_expressionList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_expressionList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_fieldDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_fieldDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_finallyBlock - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_finallyBlock - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_floatLiteral - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_floatLiteral - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_forControl - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_forControl - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_forInit - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_forInit - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameterList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameterList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_formalParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericConstructorDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericConstructorDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericInterfaceMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericInterfaceMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_genericMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_importDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_importDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_innerCreator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_innerCreator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_integerLiteral - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_integerLiteral - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceBodyDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceBodyDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMemberDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMemberDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMethodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMethodModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_interfaceMethodModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaExpression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaExpression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lambdaParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lastFormalParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_lastFormalParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_literal - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_literal - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_localTypeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_localTypeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_localVariableDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_localVariableDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_memberDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_memberDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodBody - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodCall - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodCall - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_methodDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_modifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_modifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_nonWildcardTypeArguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_nonWildcardTypeArguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_nonWildcardTypeArgumentsOrDiamond - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_nonWildcardTypeArgumentsOrDiamond - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_packageDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_packageDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_parExpression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_parExpression - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_primary - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_primary - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_primitiveType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_primitiveType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_qualifiedName - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_qualifiedName - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_qualifiedNameList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_qualifiedNameList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resource - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resource - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resources - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resources - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resourceSpecification - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_resourceSpecification - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_statement - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_statement - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_superSuffix - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_superSuffix - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_switchBlockStatementGroup - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_switchBlockStatementGroup - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_switchLabel - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_switchLabel - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArgument - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArgument - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArguments - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArgumentsOrDiamond - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeArgumentsOrDiamond - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeBound - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeBound - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeDeclaration - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeList - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeParameter - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeParameters - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeType - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeTypeOrVoid - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_typeTypeOrVoid - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclarator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclarator - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclaratorId - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclaratorId - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclarators - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableDeclarators - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableInitializer - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
RULE_variableModifier - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ruleNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ruleNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
ruleNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ruleNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
run() - Method in class org.apache.paimon.append.AppendOnlyTableCompactionCoordinator
 
run() - Method in class org.apache.paimon.benchmark.QueryRunner
 
run() - Method in interface org.apache.paimon.flink.action.Action
The execution method of the action.
run() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
run() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
run() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
run() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
run() - Method in class org.apache.paimon.flink.action.CompactAction
 
run() - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
run() - Method in class org.apache.paimon.flink.action.CreateTagAction
 
run() - Method in class org.apache.paimon.flink.action.DeleteAction
 
run() - Method in class org.apache.paimon.flink.action.DeleteTagAction
 
run() - Method in class org.apache.paimon.flink.action.DropPartitionAction
 
run() - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
run() - Method in class org.apache.paimon.flink.action.MigrateTableAction
 
run() - Method in class org.apache.paimon.flink.action.RemoveOrphanFilesAction
 
run() - Method in class org.apache.paimon.flink.action.ResetConsumerAction
 
run() - Method in class org.apache.paimon.flink.action.RollbackToAction
 
run() - Method in class org.apache.paimon.flink.action.SortCompactAction
 
run(SourceFunction.SourceContext<AppendOnlyCompactionTask>) - Method in class org.apache.paimon.flink.source.BucketUnawareCompactSource
 
run(SourceFunction.SourceContext<Split>) - Method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
run(SourceFunction.SourceContext<Tuple2<Split, String>>) - Method in class org.apache.paimon.flink.source.operator.MultiTablesBatchCompactorSourceFunction
 
run(SourceFunction.SourceContext<Tuple2<Split, String>>) - Method in class org.apache.paimon.flink.source.operator.MultiTablesStreamingCompactorSourceFunction
 
run() - Method in class org.apache.paimon.mergetree.LevelSortedRun
 
run() - Method in class org.apache.paimon.tag.TagAutoCreation
 
runBlocking() - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
runBlocking(Duration) - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
runBlocking(String...) - Static method in class org.apache.paimon.benchmark.utils.AutoClosableProcess
 
runBlockingWithRetry(int, Duration, Duration) - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
runLenDecoder - Variable in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
Run length decoder for data and dictionary.
runNonBlocking() - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
runNonBlocking(String...) - Static method in class org.apache.paimon.benchmark.utils.AutoClosableProcess
 
runOfLevel(int) - Method in class org.apache.paimon.mergetree.Levels
 
runSecured(Callable<T>) - Method in class org.apache.paimon.security.HadoopSecurityContext
 
runSecured(Callable<T>) - Static method in class org.apache.paimon.security.SecurityContext
Run with installed context.
runServer() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
runServerBlocking() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricReceiver
 
runWithLock(String, String, Callable<T>) - Method in interface org.apache.paimon.catalog.CatalogLock
Run with catalog lock.
runWithLock(String, String, Callable<T>) - Method in class org.apache.paimon.hive.HiveCatalogLock
 
runWithLock(Callable<T>) - Method in class org.apache.paimon.operation.Lock.CatalogLockImpl
 
runWithLock(Callable<T>) - Method in class org.apache.paimon.operation.Lock.EmptyLock
 
runWithLock(Callable<T>) - Method in interface org.apache.paimon.operation.Lock
Run with lock.

S

S3FileIO - Class in org.apache.paimon.s3
S3 FileIO.
S3FileIO() - Constructor for class org.apache.paimon.s3.S3FileIO
 
S3Loader - Class in org.apache.paimon.s3
A PluginLoader to load oss.
S3Loader() - Constructor for class org.apache.paimon.s3.S3Loader
 
safelyFromPath(FileIO, Path) - Static method in class org.apache.paimon.Snapshot
 
safelyGetAllSnapshots() - Method in class org.apache.paimon.utils.SnapshotManager
If FileNotFoundException is thrown when reading the snapshot file, this snapshot may be deleted by other processes, so just skip this snapshot.
sanitizeXmlDocument(DefaultHandler, InputStream) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
 
SAVEPOINT_TAG_PREFIX - Static variable in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
saveSinkDataLineage(DataLineageEntity) - Method in interface org.apache.paimon.lineage.LineageMeta
Save the sink table and job lineage.
saveSinkTableLineage(TableLineageEntity) - Method in interface org.apache.paimon.lineage.LineageMeta
Save the sink table and job lineage.
saveSourceDataLineage(DataLineageEntity) - Method in interface org.apache.paimon.lineage.LineageMeta
Save the source table and job lineage.
saveSourceTableLineage(TableLineageEntity) - Method in interface org.apache.paimon.lineage.LineageMeta
Save the source table and job lineage.
ScalaSuffixChecker - Class in org.apache.paimon.tools.ci.suffixcheck
Utility for checking the presence/absence of scala-suffixes.
ScalaSuffixChecker() - Constructor for class org.apache.paimon.tools.ci.suffixcheck.ScalaSuffixChecker
 
scale() - Method in class org.apache.paimon.data.Decimal
Returns the scale of this Decimal.
scan - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
scan(long, String, BinaryRow, int) - Method in class org.apache.paimon.index.IndexFileHandler
 
scan(String, BinaryRow) - Method in class org.apache.paimon.index.IndexFileHandler
 
scan(long, String, BinaryRow) - Method in class org.apache.paimon.index.IndexFileHandler
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.AllDeltaFollowUpScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.CompactedStartingScanner
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.CompactionChangelogFollowUpScanner
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousAppendAndCompactFollowUpScanner
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousCompactorFollowUpScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousCompactorStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousFromSnapshotFullStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousFromSnapshotStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousFromTimestampStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.ContinuousLatestStartingScanner
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.DeltaFollowUpScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.FileCreationTimeStartingScanner
 
scan(long, SnapshotReader) - Method in interface org.apache.paimon.table.source.snapshot.FollowUpScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.FullCompactedStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.FullStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.IncrementalStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.IncrementalTagStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.IncrementalTimeStampStartingScanner
 
scan(long, SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.InputChangelogFollowUpScanner
 
scan(SnapshotReader) - Method in interface org.apache.paimon.table.source.snapshot.StartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.StaticFromSnapshotStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.StaticFromTagStartingScanner
 
scan(SnapshotReader) - Method in class org.apache.paimon.table.source.snapshot.StaticFromTimestampStartingScanner
 
SCAN_BOUNDED_WATERMARK - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_FILE_CREATION_TIME_MILLIS - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_MANIFEST_PARALLELISM - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_MAX_SPLITS_PER_TASK - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_MODE - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_NEWLY_ADDED_TABLE_ENABLED - Static variable in class org.apache.paimon.flink.action.cdc.mysql.MySqlActionUtils
 
SCAN_PARALLELISM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_PLAN_SORT_PARTITION - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_PUSH_DOWN - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_REMOVE_NORMALIZE - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_SNAPSHOT_ID - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_SPLIT_ENUMERATOR_ASSIGN_MODE - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_SPLIT_ENUMERATOR_BATCH_SIZE - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_TAG_NAME - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_TIMESTAMP_MILLIS - Static variable in class org.apache.paimon.CoreOptions
 
SCAN_WATERMARK_ALIGNMENT_GROUP - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_WATERMARK_ALIGNMENT_MAX_DRIFT - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_WATERMARK_ALIGNMENT_UPDATE_INTERVAL - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_WATERMARK_EMIT_STRATEGY - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SCAN_WATERMARK_IDLE_TIMEOUT - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
scanBoundedWatermark() - Method in class org.apache.paimon.CoreOptions
 
ScanBucketFilter - Class in org.apache.paimon.operation
Bucket filter push down in scan to skip files.
ScanBucketFilter(RowType) - Constructor for class org.apache.paimon.operation.ScanBucketFilter
 
ScanBucketFilter.ScanBucketSelector - Class in org.apache.paimon.operation
Selector to select bucket from Predicate.
ScanBucketSelector(int[]) - Constructor for class org.apache.paimon.operation.ScanBucketFilter.ScanBucketSelector
 
scanFileCreationTimeMills() - Method in class org.apache.paimon.CoreOptions
 
scanManifestParallelism() - Method in class org.apache.paimon.CoreOptions
 
ScanMetrics - Class in org.apache.paimon.operation.metrics
Metrics to measure scan operation.
ScanMetrics(MetricRegistry, String) - Constructor for class org.apache.paimon.operation.metrics.ScanMetrics
 
scanMode() - Method in interface org.apache.paimon.operation.FileStoreScan.Plan
 
ScanMode - Enum in org.apache.paimon.table.source
Scan which part of the snapshot.
ScannedResult(SnapshotReader.Plan) - Constructor for class org.apache.paimon.table.source.snapshot.StartingScanner.ScannedResult
 
scanNextSnapshot() - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
scanNextSnapshot() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
scanPlanSortPartition() - Method in class org.apache.paimon.CoreOptions
 
scanRps - Variable in class org.apache.paimon.benchmark.QueryRunner.Result
 
scansMap - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
scanSnapshotId() - Method in class org.apache.paimon.CoreOptions
 
scanSplitMaxPerTask() - Method in class org.apache.paimon.CoreOptions
 
ScanStats - Class in org.apache.paimon.operation.metrics
Statistics for a scan operation.
ScanStats(long, long, long, long, long, long) - Constructor for class org.apache.paimon.operation.metrics.ScanStats
 
scanTableSchema(long) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
Note: Keep this thread-safe.
scanTagName() - Method in class org.apache.paimon.CoreOptions
 
scanTimestampMills() - Method in class org.apache.paimon.CoreOptions
 
schema() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent
 
schema() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
schema() - Method in interface org.apache.paimon.flink.action.cdc.mysql.schema.MySqlTableInfo
 
schema() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
schema() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
schema - Variable in class org.apache.paimon.format.orc.OrcReaderFactory
 
schema() - Static method in class org.apache.paimon.index.IndexFileMeta
 
schema() - Static method in class org.apache.paimon.io.DataFileMeta
 
schema(RowType, RowType) - Static method in class org.apache.paimon.KeyValue
 
schema() - Static method in class org.apache.paimon.manifest.IndexManifestEntry
 
schema() - Static method in class org.apache.paimon.manifest.ManifestEntry
 
schema() - Static method in class org.apache.paimon.manifest.ManifestFileMeta
 
Schema - Class in org.apache.paimon.schema
Schema of a table.
Schema(List<DataField>, List<String>, List<String>, Map<String, String>, String) - Constructor for class org.apache.paimon.schema.Schema
 
schema(long) - Method in class org.apache.paimon.schema.SchemaManager
Read schema for schema id.
schema() - Method in class org.apache.paimon.spark.SparkTable
 
schema() - Static method in class org.apache.paimon.stats.FieldStatsArraySerializer
 
schema() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
schema() - Method in interface org.apache.paimon.table.FileStoreTable
 
Schema.Builder - Class in org.apache.paimon.schema
A builder for constructing an immutable but still unresolved Schema.
SchemaAcquisitionMode - Enum in org.apache.paimon.flink.action.cdc.mongodb
Enum representing the modes of schema acquisition.
SchemaChange - Interface in org.apache.paimon.schema
Schema change to table.
SchemaChange.AddColumn - Class in org.apache.paimon.schema
A SchemaChange to add a field.
SchemaChange.DropColumn - Class in org.apache.paimon.schema
A SchemaChange to drop a field.
SchemaChange.Move - Class in org.apache.paimon.schema
Represents a requested column move in a struct.
SchemaChange.Move.MoveType - Enum in org.apache.paimon.schema
 
SchemaChange.RemoveOption - Class in org.apache.paimon.schema
A SchemaChange to remove a table option.
SchemaChange.RenameColumn - Class in org.apache.paimon.schema
A SchemaChange to rename a field.
SchemaChange.SetOption - Class in org.apache.paimon.schema
A SchemaChange to set a table option.
SchemaChange.UpdateColumnComment - Class in org.apache.paimon.schema
A SchemaChange to update the (nested) field comment.
SchemaChange.UpdateColumnNullability - Class in org.apache.paimon.schema
A SchemaChange to update the (nested) field nullability.
SchemaChange.UpdateColumnPosition - Class in org.apache.paimon.schema
A SchemaChange to update the field position.
SchemaChange.UpdateColumnType - Class in org.apache.paimon.schema
A SchemaChange to update the field type.
SchemaChange.UpdateComment - Class in org.apache.paimon.schema
A SchemaChange to Update table comment.
schemaCompatible(TableSchema, List<DataField>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
SchemaEvolutionUtil - Class in org.apache.paimon.schema
Utils for schema evolution.
SchemaEvolutionUtil() - Constructor for class org.apache.paimon.schema.SchemaEvolutionUtil
 
schemaId - Variable in class org.apache.paimon.AbstractFileStore
 
schemaId - Variable in class org.apache.paimon.format.FormatKey
 
schemaId() - Method in class org.apache.paimon.io.DataFileMeta
 
schemaId() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
schemaId() - Method in class org.apache.paimon.Snapshot
 
schemaId() - Method in class org.apache.paimon.table.source.RawFile
Schema id of the file.
schemaManager - Variable in class org.apache.paimon.AbstractFileStore
 
SchemaManager - Class in org.apache.paimon.schema
Schema Manager to manage schema versions.
SchemaManager(FileIO, Path) - Constructor for class org.apache.paimon.schema.SchemaManager
 
schemaManager() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
SchemaMergingUtils - Class in org.apache.paimon.schema
The util class for merging the schemas.
SchemaMergingUtils() - Constructor for class org.apache.paimon.schema.SchemaMergingUtils
 
SchemaRetrievalException(String) - Constructor for exception org.apache.paimon.flink.action.cdc.SyncTableActionBase.SchemaRetrievalException
 
SCHEMAS - Static variable in class org.apache.paimon.table.system.SchemasTable
 
SchemaSerializer - Class in org.apache.paimon.schema
SchemaSerializer() - Constructor for class org.apache.paimon.schema.SchemaSerializer
 
SchemasTable - Class in org.apache.paimon.table.system
A Table for showing schemas of table.
SchemasTable(FileIO, Path) - Constructor for class org.apache.paimon.table.system.SchemasTable
 
SchemaValidation - Class in org.apache.paimon.schema
Validation utils for TableSchema.
SchemaValidation() - Constructor for class org.apache.paimon.schema.SchemaValidation
 
SchemaVisitor<P,R> - Class in org.apache.paimon.hive
SchemaVisitor to visitor the sourceInspector and writerInspector to get the FieldDeserializer.
SchemaVisitor() - Constructor for class org.apache.paimon.hive.SchemaVisitor
 
SchemaVisitor.PartnerAccessors<P> - Interface in org.apache.paimon.hive
PartnerAccessors.
SCHEME - Static variable in class org.apache.paimon.fs.local.LocalFileIOLoader
 
SearchArgumentToPredicateConverter - Class in org.apache.paimon.hive
Converts SearchArgument to Predicate with the best effort.
SearchArgumentToPredicateConverter(SearchArgument, List<String>, List<DataType>, Set<String>) - Constructor for class org.apache.paimon.hive.SearchArgumentToPredicateConverter
 
SecondaryIndexLookupTable - Class in org.apache.paimon.flink.lookup
A LookupTable for primary key table which provides lookup by secondary key.
SecondaryIndexLookupTable(RocksDBStateFactory, RowType, List<String>, List<String>, Predicate<InternalRow>, long) - Constructor for class org.apache.paimon.flink.lookup.SecondaryIndexLookupTable
 
SecurityConfiguration - Class in org.apache.paimon.security
The security configuration.
SecurityConfiguration(Options) - Constructor for class org.apache.paimon.security.SecurityConfiguration
 
SecurityContext - Class in org.apache.paimon.security
Security context that provides security module install and holds the security context.
SecurityContext() - Constructor for class org.apache.paimon.security.SecurityContext
 
seek(long) - Method in class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
seek(long) - Method in class org.apache.paimon.format.parquet.ParquetInputStream
 
seek(long) - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalSeekableInputStream
 
seek(long) - Method in class org.apache.paimon.fs.SeekableInputStream
Seek to the given offset from the start of the file.
seek(long) - Method in class org.apache.paimon.fs.SeekableInputStreamWrapper
 
SeekableDataInputView - Interface in org.apache.paimon.io
Interface marking a DataInputView as seekable.
SeekableInputStream - Class in org.apache.paimon.fs
SeekableInputStream provides seek methods.
SeekableInputStream() - Constructor for class org.apache.paimon.fs.SeekableInputStream
 
SeekableInputStreamWrapper - Class in org.apache.paimon.format.avro
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well).
SeekableInputStreamWrapper(SeekableInputStream, long) - Constructor for class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
SeekableInputStreamWrapper - Class in org.apache.paimon.fs
SeekableInputStreamWrapper(SeekableInputStream) - Constructor for class org.apache.paimon.fs.SeekableInputStreamWrapper
 
seekInput(MemorySegment, int, int) - Method in class org.apache.paimon.data.AbstractPagedInputView
Sets the internal state of the view such that the next bytes will be read from the given memory segment, starting at the given position.
seekOutput(MemorySegment, int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
Sets the internal state to the given memory segment and the given position within the segment.
segments - Variable in class org.apache.paimon.data.BinarySection
 
segments() - Method in class org.apache.paimon.data.RandomAccessInputView
 
Segments - Class in org.apache.paimon.data
Segments with limit in last segment.
Segments(ArrayList<MemorySegment>, int) - Constructor for class org.apache.paimon.data.Segments
 
segments() - Method in class org.apache.paimon.data.Segments
 
SegmentsCache<T> - Class in org.apache.paimon.utils
Cache Segments.
SegmentsCache(int, MemorySize) - Constructor for class org.apache.paimon.utils.SegmentsCache
 
segmentSize - Variable in class org.apache.paimon.data.AbstractPagedOutputView
 
select(BinaryRow, int, int) - Static method in interface org.apache.paimon.flink.sink.ChannelComputer
 
select(int, int) - Static method in interface org.apache.paimon.flink.sink.ChannelComputer
 
select(int, int) - Method in class org.apache.paimon.operation.ScanBucketFilter
 
selectChannel(SerializationDelegate<StreamRecord<T>>) - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
self() - Method in class org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
SEMI - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SEMI - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumBodyDeclarationsContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
SEMI(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
SEMI(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ForControlContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceBodyDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalTypeDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodBodyContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PackageDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
SEMI(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
SEMI(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourcesContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceSpecificationContext
 
SEMI - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SEMI - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
SEMI() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
sempred(RuleContext, int, int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
sempred(RuleContext, int, int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
SEPARATOR - Static variable in class org.apache.paimon.fs.Path
The directory separator, a slash.
SEPARATOR_CHAR - Static variable in class org.apache.paimon.fs.Path
The directory separator, a slash, as a character.
SEQUENCE_AUTO_PADDING - Static variable in class org.apache.paimon.CoreOptions
 
SEQUENCE_FIELD - Static variable in class org.apache.paimon.CoreOptions
 
SEQUENCE_GROUP - Static variable in class org.apache.paimon.mergetree.compact.PartialUpdateMergeFunction
 
SEQUENCE_NUMBER - Static variable in class org.apache.paimon.schema.SystemColumns
 
sequenceAutoPadding() - Method in class org.apache.paimon.CoreOptions
 
sequenceField() - Method in class org.apache.paimon.CoreOptions
 
SequenceGenerator - Class in org.apache.paimon.table.sink
Generate sequence number.
SequenceGenerator(String, RowType) - Constructor for class org.apache.paimon.table.sink.SequenceGenerator
 
SequenceGenerator(String, RowType, List<CoreOptions.SequenceAutoPadding>) - Constructor for class org.apache.paimon.table.sink.SequenceGenerator
 
SequenceGenerator(int, DataType) - Constructor for class org.apache.paimon.table.sink.SequenceGenerator
 
sequenceNumber() - Method in class org.apache.paimon.KeyValue
 
SerBiFunction<T,U,R> - Interface in org.apache.paimon.utils
A BiFunction that is also Serializable.
SerializableConfiguration - Class in org.apache.paimon.hadoop
Wraps a Configuration to be Serializable.
SerializableConfiguration(Configuration) - Constructor for class org.apache.paimon.hadoop.SerializableConfiguration
 
SerializableFunction<T,R> - Interface in org.apache.paimon.utils
A Function that is also Serializable.
SerializableHadoopConfigWrapper - Class in org.apache.paimon.format.orc
Utility class to make a Hadoop Configuration serializable.
SerializableHadoopConfigWrapper(Configuration) - Constructor for class org.apache.paimon.format.orc.SerializableHadoopConfigWrapper
 
SerializableHiveConf - Class in org.apache.paimon.hive
Wrap HiveConf to a serializable class.
SerializableHiveConf(HiveConf) - Constructor for class org.apache.paimon.hive.SerializableHiveConf
 
SerializableSupplier<T> - Interface in org.apache.paimon.utils
A serializable Supplier.
SerializationUtils - Class in org.apache.paimon.utils
Utils for serialization.
SerializationUtils() - Constructor for class org.apache.paimon.utils.SerializationUtils
 
serialize(BinaryRow, DataOutputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
serialize(byte[], DataOutputView) - Method in class org.apache.paimon.data.serializer.BinarySerializer
 
serialize(BinaryString, DataOutputView) - Method in class org.apache.paimon.data.serializer.BinaryStringSerializer
 
serialize(Boolean, DataOutputView) - Method in class org.apache.paimon.data.serializer.BooleanSerializer
 
serialize(Byte, DataOutputView) - Method in class org.apache.paimon.data.serializer.ByteSerializer
 
serialize(Decimal, DataOutputView) - Method in class org.apache.paimon.data.serializer.DecimalSerializer
 
serialize(Double, DataOutputView) - Method in class org.apache.paimon.data.serializer.DoubleSerializer
 
serialize(Float, DataOutputView) - Method in class org.apache.paimon.data.serializer.FloatSerializer
 
serialize(InternalArray, DataOutputView) - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
serialize(InternalMap, DataOutputView) - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
serialize(InternalRow, DataOutputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
serialize(Integer, DataOutputView) - Method in class org.apache.paimon.data.serializer.IntSerializer
 
serialize(List<T>, DataOutputView) - Method in class org.apache.paimon.data.serializer.ListSerializer
 
serialize(Long, DataOutputView) - Method in class org.apache.paimon.data.serializer.LongSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.paimon.data.serializer.NullableSerializer
 
serialize(InternalRow, DataOutputView) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
serialize(T, DataOutputView) - Method in interface org.apache.paimon.data.serializer.Serializer
Serializes the given record to the given target output view.
serialize(Short, DataOutputView) - Method in class org.apache.paimon.data.serializer.ShortSerializer
 
serialize(Timestamp, DataOutputView) - Method in class org.apache.paimon.data.serializer.TimestampSerializer
 
serialize(T) - Method in interface org.apache.paimon.data.serializer.VersionedSerializer
Serializes the given object.
serialize(SinkRecord, Long) - Method in class org.apache.paimon.flink.kafka.KafkaLogSerializationSchema
 
serialize(Committable) - Method in class org.apache.paimon.flink.sink.CommittableSerializer
 
serialize(AppendOnlyCompactionTask) - Method in class org.apache.paimon.flink.sink.CompactionTaskSimpleSerializer
 
serialize(Tuple2<KeyPartOrRow, T>, DataOutputView) - Method in class org.apache.paimon.flink.sink.index.KeyWithRowSerializer
 
serialize(MultiTableCommittable) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
serialize(WrappedManifestCommittable) - Method in class org.apache.paimon.flink.sink.WrappedManifestCommittableSerializer
 
serialize(DataOutputView) - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
serialize(FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitSerializer
 
serialize(PendingSplitsCheckpoint) - Method in class org.apache.paimon.flink.source.PendingSplitsCheckpointSerializer
 
serialize(InternalRow, DataOutputView) - Method in class org.apache.paimon.flink.utils.InternalRowTypeSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
serialize(T) - Method in class org.apache.paimon.flink.VersionedSerializerWrapper
 
serialize(Object, ObjectInspector) - Method in class org.apache.paimon.hive.PaimonSerDe
 
serialize(ManifestCommittable) - Method in class org.apache.paimon.manifest.ManifestCommittableSerializer
 
serialize(TableSchema, JsonGenerator) - Method in class org.apache.paimon.schema.SchemaSerializer
 
serialize(CommitMessage) - Method in class org.apache.paimon.table.sink.CommitMessageSerializer
 
serialize(AppendOnlyCompactionTask) - Method in class org.apache.paimon.table.sink.CompactionTaskSerializer
 
serialize(DataOutputView) - Method in class org.apache.paimon.table.source.DataSplit
 
serialize(DataOutputView) - Method in class org.apache.paimon.table.source.RawFile
 
serialize(T, JsonGenerator) - Method in interface org.apache.paimon.utils.JsonSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.paimon.utils.ObjectSerializer
Serializes the given record to the given target output view.
serialize(PositiveIntInt, DataOutputView) - Method in class org.apache.paimon.utils.PositiveIntIntSerializer
 
serializeBinaryRow(BinaryRow) - Static method in class org.apache.paimon.utils.SerializationUtils
Serialize BinaryRow, the difference between this and BinaryRowSerializer is that arity is also serialized here, so the deserialization is schemaless.
serializeBinaryRow(BinaryRow, DataOutputView) - Static method in class org.apache.paimon.utils.SerializationUtils
Serialize BinaryRow to a DataOutputView.
serializeBytes(DataOutputView, byte[]) - Static method in class org.apache.paimon.utils.SerializationUtils
Serialize a byte[] bytes with length.
serializeCommittable(MultiTableCommittable) - Method in class org.apache.paimon.flink.sink.MultiTableCommittableSerializer
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.ArrayType
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.DataField
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.DataType
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.MapType
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.MultisetType
 
serializeJson(JsonGenerator) - Method in class org.apache.paimon.types.RowType
 
serializeKey(K) - Method in class org.apache.paimon.lookup.RocksDBState
 
serializeList(List<CommitMessage>, DataOutputView) - Method in class org.apache.paimon.table.sink.CommitMessageSerializer
 
serializeList(List<AppendOnlyCompactionTask>, DataOutputView) - Method in class org.apache.paimon.table.sink.CompactionTaskSerializer
 
serializeList(List<T>, Serializer<T>) - Method in class org.apache.paimon.utils.ListDelimitedSerializer
 
serializeList(List<T>, DataOutputView) - Method in class org.apache.paimon.utils.ObjectSerializer
Serializes the given record list to the given target output view.
serializeList(List<T>) - Method in class org.apache.paimon.utils.ObjectSerializer
 
serializeNonPhysicalColumns(Map<String, Integer>, List<TableColumn>) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
serializeNonPhysicalNewColumns(ResolvedSchema) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
Serialize non-physical columns of new api.
serializeObject(Object) - Static method in class org.apache.paimon.utils.InstantiationUtil
 
serializeObject(OutputStream, Object) - Static method in class org.apache.paimon.utils.InstantiationUtil
 
Serializer<T> - Interface in org.apache.paimon.data.serializer
Serializer to serialize internal data structure.
serializer - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
serializer - Variable in class org.apache.paimon.utils.ObjectsFile
 
serializer1 - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
serializerClass() - Method in class org.apache.paimon.flink.utils.JavaSerializer.JavaSerializerSnapshot
 
SerializerSingleton<T> - Class in org.apache.paimon.data.serializer
Singleton Serializer.
SerializerSingleton() - Constructor for class org.apache.paimon.data.serializer.SerializerSingleton
 
serializeToBytes(InternalRow) - Method in class org.apache.paimon.data.serializer.RowCompactedSerializer
 
serializeToPages(BinaryRow, AbstractPagedOutputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
serializeToPages(InternalRow, AbstractPagedOutputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
serializeToPages(T, AbstractPagedOutputView) - Method in interface org.apache.paimon.data.serializer.PagedTypeSerializer
Serializes the given record to the given target paged output view.
serializeValue(V) - Method in class org.apache.paimon.lookup.RocksDBValueState
 
serializeWatermarkSpec(WatermarkSpec) - Static method in class org.apache.paimon.flink.utils.FlinkCatalogPropertiesUtil
 
serializeWithoutLengthSlow(BinaryRow, MemorySegmentWritable) - Static method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
set(int) - Method in class org.apache.paimon.data.columnar.ColumnarRowIterator
 
set(InternalRow) - Method in class org.apache.paimon.hive.RowDataContainer
 
set(String, String) - Method in class org.apache.paimon.options.Options
 
set(ConfigOption<T>, T) - Method in class org.apache.paimon.options.Options
 
set(T) - Method in class org.apache.paimon.utils.Reference
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.BinaryArray
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.BinaryRow
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
setBoolean(int, boolean) - Method in interface org.apache.paimon.data.columnar.writable.WritableBooleanVector
Set boolean at rowId with the provided value.
setBoolean(int, boolean) - Method in interface org.apache.paimon.data.DataSetters
 
setBoolean(int, boolean) - Method in class org.apache.paimon.data.NestedRow
 
setBoolean(MemorySegment[], int, boolean) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set boolean from segments.
setBucketKeyFilter(Predicate) - Method in class org.apache.paimon.operation.ScanBucketFilter
 
setBuffer(ByteBuffer) - Method in class org.apache.paimon.io.DataInputDeserializer
 
setBuffer(byte[], int, int) - Method in class org.apache.paimon.io.DataInputDeserializer
 
setBuffer(byte[]) - Method in class org.apache.paimon.io.DataInputDeserializer
 
setByte(int, byte) - Method in class org.apache.paimon.data.BinaryArray
 
setByte(int, byte) - Method in class org.apache.paimon.data.BinaryRow
 
setByte(int, byte) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setByte(int, byte) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setByte(int, byte) - Method in class org.apache.paimon.data.columnar.heap.HeapByteVector
 
setByte(int, byte) - Method in interface org.apache.paimon.data.columnar.writable.WritableByteVector
Set byte at rowId with the provided value.
setByte(int, byte) - Method in interface org.apache.paimon.data.DataSetters
 
setByte(int, byte) - Method in class org.apache.paimon.data.NestedRow
 
setByte(MemorySegment[], int, byte) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set byte from segments.
setChainingStrategy(ChainingStrategy) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setChainingStrategy(ChainingStrategy) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setChild(ColumnVector) - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
setConf(Configuration) - Method in class org.apache.paimon.hive.PaimonStorageHandler
 
setCurrentKey(Object) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setCurrentKey(Object) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setDecimal(int, Decimal, int) - Method in class org.apache.paimon.data.BinaryArray
 
setDecimal(int, Decimal, int) - Method in class org.apache.paimon.data.BinaryRow
 
setDecimal(int, Decimal, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setDecimal(int, Decimal, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setDecimal(int, Decimal, int) - Method in interface org.apache.paimon.data.DataSetters
Set the decimal column value.
setDecimal(int, Decimal, int) - Method in class org.apache.paimon.data.NestedRow
 
setDefaultValues(Options) - Static method in class org.apache.paimon.CoreOptions
Set the default values of the CoreOptions via the given Options.
setDelegateCatalog(CatalogPlugin) - Method in class org.apache.paimon.spark.SparkGenericCatalog
 
setDictionary(Dictionary) - Method in class org.apache.paimon.data.columnar.writable.AbstractWritableVector
Update the dictionary.
setDictionary(Dictionary) - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Set the dictionary, it should work with dictionary ids.
setDouble(int, double) - Method in class org.apache.paimon.data.BinaryArray
 
setDouble(int, double) - Method in class org.apache.paimon.data.BinaryRow
 
setDouble(int, double) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setDouble(int, double) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setDouble(int, double) - Method in class org.apache.paimon.data.columnar.heap.HeapDoubleVector
 
setDouble(int, double) - Method in interface org.apache.paimon.data.columnar.writable.WritableDoubleVector
Set double at rowId with the provided value.
setDouble(int, double) - Method in interface org.apache.paimon.data.DataSetters
 
setDouble(int, double) - Method in class org.apache.paimon.data.NestedRow
 
setDouble(MemorySegment[], int, double) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set double from segments.
setDoublesFromBinary(int, int, byte[], int) - Method in class org.apache.paimon.data.columnar.heap.HeapDoubleVector
 
setDoublesFromBinary(int, int, byte[], int) - Method in interface org.apache.paimon.data.columnar.writable.WritableDoubleVector
Set doubles from binary, need use UNSAFE to copy.
setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.paimon.utils.ExecutorThreadFactory.Builder
 
setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setField(int, Object) - Method in class org.apache.paimon.data.GenericRow
Sets the field value at the given position.
setFileSystem(FileSystem) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
setFloat(int, float) - Method in class org.apache.paimon.data.BinaryArray
 
setFloat(int, float) - Method in class org.apache.paimon.data.BinaryRow
 
setFloat(int, float) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setFloat(int, float) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setFloat(int, float) - Method in class org.apache.paimon.data.columnar.heap.HeapFloatVector
 
setFloat(int, float) - Method in interface org.apache.paimon.data.columnar.writable.WritableFloatVector
Set float at rowId with the provided value.
setFloat(int, float) - Method in interface org.apache.paimon.data.DataSetters
 
setFloat(int, float) - Method in class org.apache.paimon.data.NestedRow
 
setFloat(MemorySegment[], int, float) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set float from segments.
setFloatsFromBinary(int, int, byte[], int) - Method in class org.apache.paimon.data.columnar.heap.HeapFloatVector
 
setFloatsFromBinary(int, int, byte[], int) - Method in interface org.apache.paimon.data.columnar.writable.WritableFloatVector
Set floats from binary, need use UNSAFE to copy.
setInt(int, int) - Method in class org.apache.paimon.data.BinaryArray
 
setInt(int, int) - Method in class org.apache.paimon.data.BinaryRow
 
setInt(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setInt(int, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setInt(int, int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
setInt(int, int) - Method in interface org.apache.paimon.data.columnar.writable.WritableIntVector
Set int at rowId with the provided value.
setInt(int, int) - Method in interface org.apache.paimon.data.DataSetters
 
setInt(int, int) - Method in class org.apache.paimon.data.NestedRow
 
setInt(MemorySegment[], int, int) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set int from segments.
setInteger(String, int) - Method in class org.apache.paimon.options.Options
 
setInts(int, int, int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
setInts(int, int, int[], int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
setInts(int, int, int) - Method in interface org.apache.paimon.data.columnar.writable.WritableIntVector
Sets value to [rowId, rowId + count) by the value, this is data that repeats continuously.
setInts(int, int, int[], int) - Method in interface org.apache.paimon.data.columnar.writable.WritableIntVector
Sets values from [src[srcIndex], src[srcIndex + count]) to [rowId, rowId + count).
setIntsFromBinary(int, int, byte[], int) - Method in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
setIntsFromBinary(int, int, byte[], int) - Method in interface org.apache.paimon.data.columnar.writable.WritableIntVector
Set ints from binary, need use UNSAFE to copy.
setIOManager(IOManager) - Method in class org.apache.paimon.mergetree.MergeSorter
 
setKeyContextElement(StreamRecord<CommitT>) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setKeyContextElement(StreamRecord<CommitT>) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setKeyContextElement1(StreamRecord<?>) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setKeyContextElement1(StreamRecord<?>) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setKeyContextElement2(StreamRecord<?>) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setKeyContextElement2(StreamRecord<?>) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setKeys(ColumnVector) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
setLeft(L) - Method in class org.apache.paimon.utils.Pair
 
setLengths(long[]) - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
setLengths(long[]) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
setLevel(int) - Method in class org.apache.paimon.KeyValue
 
setLong(int, long) - Method in class org.apache.paimon.data.BinaryArray
 
setLong(int, long) - Method in class org.apache.paimon.data.BinaryRow
 
setLong(int, long) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setLong(int, long) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setLong(int, long) - Method in class org.apache.paimon.data.columnar.heap.HeapLongVector
 
setLong(int, long) - Method in interface org.apache.paimon.data.columnar.writable.WritableLongVector
Set long at rowId with the provided value.
setLong(int, long) - Method in interface org.apache.paimon.data.DataSetters
 
setLong(int, long) - Method in class org.apache.paimon.data.NestedRow
 
setLong(MemorySegment[], int, long) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set long from segments.
setLongsFromBinary(int, int, byte[], int) - Method in class org.apache.paimon.data.columnar.heap.HeapLongVector
 
setLongsFromBinary(int, int, byte[], int) - Method in interface org.apache.paimon.data.columnar.writable.WritableLongVector
Set longs from binary, need use UNSAFE to copy.
setMemoryPool(MemorySegmentPool) - Method in class org.apache.paimon.append.AppendOnlyWriter
 
setMemoryPool(MemorySegmentPool) - Method in interface org.apache.paimon.memory.MemoryOwner
Set MemorySegmentPool for the owner.
setMemoryPool(MemorySegmentPool) - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
setNotNullAt(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNull(BinaryArrayWriter, int) - Method in interface org.apache.paimon.data.BinaryArrayWriter.NullSetter
 
setNullAt(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullAt(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullAt(int, DataType) - Method in class org.apache.paimon.data.BinaryArrayWriter
Deprecated.
Use BinaryArrayWriter.createNullSetter(DataType) for avoiding logical types during runtime.
setNullAt(int) - Method in class org.apache.paimon.data.BinaryRow
 
setNullAt(int) - Method in class org.apache.paimon.data.BinaryRowWriter
Default not null.
setNullAt(int) - Method in interface org.apache.paimon.data.BinaryWriter
Set null to this field.
setNullAt(int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setNullAt(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setNullAt(int) - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
setNullAt(int) - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Set null at rowId.
setNullAt(int) - Method in interface org.apache.paimon.data.DataSetters
 
setNullAt(int) - Method in class org.apache.paimon.data.NestedRow
setNullAt(int) - Method in class org.apache.paimon.spark.SparkArrayData
 
setNullAt(int) - Method in class org.apache.paimon.spark.SparkInternalRow
 
setNullBit(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullBit(int) - Method in class org.apache.paimon.data.BinaryRowWriter
 
setNullBoolean(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullBoolean(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullByte(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullByte(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullDouble(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullDouble(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullFloat(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullFloat(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullInt(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullInt(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNullLong(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullLong(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNulls(int, int) - Method in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
setNulls(int, int) - Method in interface org.apache.paimon.data.columnar.writable.WritableColumnVector
Set nulls from rowId to rowId + count (exclude).
setNullShort(int) - Method in class org.apache.paimon.data.BinaryArray
 
setNullShort(int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setNumRows(int) - Method in class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
setOffsetAndSize(int, int, long) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
setOffsetAndSize(int, int, long) - Method in class org.apache.paimon.data.BinaryRowWriter
 
setOffsets(long[]) - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
setOffsets(long[]) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
setOption(String, String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
setPoolName(String) - Method in class org.apache.paimon.utils.ExecutorThreadFactory.Builder
 
setPosition(RecordAndPosition<RowData>) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitState
 
setPosition(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
setPositionUnsafe(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
setProjectedValueType(RowType) - Method in class org.apache.paimon.mergetree.MergeSorter
 
setRawEvent(T) - Method in interface org.apache.paimon.flink.sink.cdc.EventParser
Set current raw event to the parser.
setRawEvent(RichCdcMultiplexRecord) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecordEventParser
 
setRawEvent(RichCdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.RichEventParser
 
setReadPosition(long) - Method in class org.apache.paimon.data.RandomAccessInputView
 
setReadPosition(long) - Method in class org.apache.paimon.io.cache.CachedRandomInputView
 
setReadPosition(long) - Method in interface org.apache.paimon.io.SeekableDataInputView
Sets the read pointer to the given position.
setRecord(CdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
setRecord(RowData) - Method in class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
setRecord(InternalRow) - Method in class org.apache.paimon.table.sink.FixedBucketRowKeyExtractor
 
setRecord(T) - Method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
setRecord(InternalRow) - Method in class org.apache.paimon.table.sink.RowKeyExtractor
 
setRequesterCharged(boolean) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setRequesterCharged(boolean) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setResult(KeyValue) - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
 
setResultIfNotRetract(KeyValue) - Method in class org.apache.paimon.mergetree.compact.ChangelogResult
 
setRight(R) - Method in class org.apache.paimon.utils.Pair
 
setRoot(String) - Method in class org.apache.paimon.flink.action.cdc.format.debezium.DebeziumRecordParser
 
setRoot(String) - Method in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
setRowId(int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.casting.CastedRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.casting.DefaultValueRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.data.BinaryRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.data.GenericRow
 
setRowKind(RowKind) - Method in interface org.apache.paimon.data.InternalRow
Sets the kind of change that this row describes in a changelog.
setRowKind(RowKind) - Method in class org.apache.paimon.data.JoinedRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.data.LazyGenericRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.data.NestedRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.flink.FlinkRowData
 
setRowKind(RowKind) - Method in class org.apache.paimon.flink.FlinkRowWrapper
 
setRowKind(RowKind) - Method in class org.apache.paimon.flink.ProjectedRowData
 
setRowKind(RowKind) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
setRowKind(RowKind) - Method in class org.apache.paimon.PartitionSettedRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.spark.SparkRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.table.sink.DynamicBucketRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.utils.KeyProjectedRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.utils.OffsetRow
 
setRowKind(RowKind) - Method in class org.apache.paimon.utils.ProjectedRow
 
setSchema(Schema) - Method in class org.apache.paimon.format.avro.AvroRowDatumReader
 
setSchema(Schema) - Method in class org.apache.paimon.format.avro.AvroRowDatumWriter
 
setShort(int, short) - Method in class org.apache.paimon.data.BinaryArray
 
setShort(int, short) - Method in class org.apache.paimon.data.BinaryRow
 
setShort(int, short) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setShort(int, short) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setShort(int, short) - Method in class org.apache.paimon.data.columnar.heap.HeapShortVector
 
setShort(int, short) - Method in interface org.apache.paimon.data.columnar.writable.WritableShortVector
Set short at rowId with the provided value.
setShort(int, short) - Method in interface org.apache.paimon.data.DataSetters
 
setShort(int, short) - Method in class org.apache.paimon.data.NestedRow
 
setShort(MemorySegment[], int, short) - Static method in class org.apache.paimon.memory.MemorySegmentUtils
set short from segments.
setSize(int) - Method in class org.apache.paimon.data.columnar.heap.HeapArrayVector
 
setSize(int) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
setSize(int) - Method in class org.apache.paimon.memory.Buffer
 
setSmapsEnabled(boolean) - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
setState(String, Serializer<K>, Serializer<V>, long) - Method in class org.apache.paimon.lookup.RocksDBStateFactory
 
setStderrProcessor(Consumer<String>) - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
setStdInputs(String...) - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
setStdoutProcessor(Consumer<String>) - Method in class org.apache.paimon.benchmark.utils.AutoClosableProcess.AutoClosableProcessBuilder
 
setString(String, String) - Method in class org.apache.paimon.options.Options
Adds the given key/value pair to the configuration object.
setThreadPriority(int) - Method in class org.apache.paimon.utils.ExecutorThreadFactory.Builder
 
setTimestamp(int, Timestamp, int) - Method in class org.apache.paimon.data.BinaryArray
 
setTimestamp(int, Timestamp, int) - Method in class org.apache.paimon.data.BinaryRow
 
setTimestamp(int, Timestamp, int) - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
setTimestamp(int, Timestamp, int) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setTimestamp(int, Timestamp) - Method in class org.apache.paimon.data.columnar.heap.HeapTimestampVector
 
setTimestamp(int, Timestamp) - Method in interface org.apache.paimon.data.columnar.writable.WritableTimestampVector
Set Timestamp at rowId with the provided value.
setTimestamp(int, Timestamp, int) - Method in interface org.apache.paimon.data.DataSetters
Set Timestamp value.
setTimestamp(int, Timestamp, int) - Method in class org.apache.paimon.data.NestedRow
 
setTotalSize(int) - Method in class org.apache.paimon.data.BinaryRow
 
setup(StreamTask, StreamConfig, Output) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
setup(StreamTask, StreamConfig, Output) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
setup(int) - Method in class org.apache.paimon.flink.sink.BucketsRowChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.cdc.CdcHashKeyChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecordChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.cdc.CdcWithBucketChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.cdc.MultiTableCommittableChannelComputer
 
setup(int) - Method in interface org.apache.paimon.flink.sink.ChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
setup(int) - Method in class org.apache.paimon.flink.sink.index.KeyPartRowChannelComputer
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<OUT>>) - Method in class org.apache.paimon.flink.sink.PrepareCommitOperator
 
setup(int) - Method in class org.apache.paimon.flink.sink.RowDataChannelComputer
 
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<Committable>>) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
setup(int) - Method in class org.apache.paimon.flink.sink.RowHashKeyChannelComputer
 
setup(int) - Method in class org.apache.paimon.flink.sink.RowWithBucketChannelComputer
 
setupJob(JobContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
setupTask(TaskAttemptContext) - Method in class org.apache.paimon.hive.mapred.PaimonOutputCommitter
 
setValue(BinaryWriter, int, Object) - Method in interface org.apache.paimon.data.BinaryWriter.ValueSetter
 
setValue(R) - Method in class org.apache.paimon.utils.Pair
 
setValues(ColumnVector) - Method in class org.apache.paimon.data.columnar.heap.HeapMapVector
 
setVectorizedColumnBatch(VectorizedColumnBatch) - Method in class org.apache.paimon.data.columnar.ColumnarRow
 
setVersionId(String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setVersionId(String) - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setWorkingDirectory(Path) - Method in class org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
setWriteCallback(LogSinkFunction.WriteCallback) - Method in class org.apache.paimon.flink.kafka.KafkaSinkFunction
 
setWriteCallback(LogSinkFunction.WriteCallback) - Method in interface org.apache.paimon.flink.sink.LogSinkFunction
 
setWriter(Writer) - Method in class org.apache.paimon.format.orc.writer.Vectorizer
Users are not supposed to use this method since this is intended to be used only by the OrcBulkWriter.
ShadeParser - Class in org.apache.paimon.tools.ci.utils.shade
Utils for parsing the shade-plugin output.
ShardsMergedMySqlTableInfo - Class in org.apache.paimon.flink.action.cdc.mysql.schema
Describe a table whose schema is merged from shards (tables with the same name but in different database).
ShardsMergedMySqlTableInfo() - Constructor for class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
ShellCommandExecutor - Class in org.apache.paimon.benchmark.metric.cpu
The shell command executor.
ShellCommandExecutor(String[]) - Constructor for class org.apache.paimon.benchmark.metric.cpu.ShellCommandExecutor
Instantiates a new Shell command executor.
SHORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SHORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SHORT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
SHORT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimitiveTypeContext
 
SHORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SHORT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ShortColumnReader - Class in org.apache.paimon.format.parquet.reader
ShortColumnReader(ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.ShortColumnReader
 
ShortColumnVector - Interface in org.apache.paimon.data.columnar
Short column vector.
shortName() - Method in class org.apache.paimon.spark.SparkSource
 
ShortSerializer - Class in org.apache.paimon.data.serializer
Type serializer for Short (and short, via auto-boxing).
ShortSerializer() - Constructor for class org.apache.paimon.data.serializer.ShortSerializer
 
shortString() - Method in enum org.apache.paimon.types.RowKind
Returns a short string representation of this RowKind.
shortToOrderedBytes(short, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Signed shorts are treated the same as the signed ints in ZOrderByteUtils.intToOrderedBytes(int, ByteBuffer).
shouldCompactTable(Identifier, Pattern, Pattern) - Static method in class org.apache.paimon.flink.utils.MultiTablesCompactorUtil
 
shouldEndInput(Snapshot) - Method in interface org.apache.paimon.table.source.snapshot.BoundedChecker
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.AllDeltaFollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.CompactionChangelogFollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.ContinuousAppendAndCompactFollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.ContinuousCompactorFollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.DeltaFollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in interface org.apache.paimon.table.source.snapshot.FollowUpScanner
 
shouldScanSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.InputChangelogFollowUpScanner
 
shouldTriggerCheckpoint() - Method in class org.apache.paimon.flink.source.align.AlignedSourceReader
 
shouldWaitForLatestCompaction() - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
shouldWaitForLatestCompaction() - Method in interface org.apache.paimon.compact.CompactManager
Should wait compaction finish.
shouldWaitForLatestCompaction() - Method in class org.apache.paimon.compact.NoopCompactManager
 
shouldWaitForLatestCompaction() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
shouldWaitForPreparingCheckpoint() - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
shouldWaitForPreparingCheckpoint() - Method in interface org.apache.paimon.compact.CompactManager
 
shouldWaitForPreparingCheckpoint() - Method in class org.apache.paimon.compact.NoopCompactManager
 
shouldWaitForPreparingCheckpoint() - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
SimpleCollectingOutputView - Class in org.apache.paimon.data
The list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.
SimpleCollectingOutputView(MemorySegmentSource, int) - Constructor for class org.apache.paimon.data.SimpleCollectingOutputView
 
SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.paimon.data.SimpleCollectingOutputView
 
SimpleCounter - Class in org.apache.paimon.metrics
A simple low-overhead Counter.
SimpleCounter() - Constructor for class org.apache.paimon.metrics.SimpleCounter
 
SimpleHashBucketAssigner - Class in org.apache.paimon.index
When we need to overwrite the table, we should use this to avoid loading index.
SimpleHashBucketAssigner(int, int, long) - Constructor for class org.apache.paimon.index.SimpleHashBucketAssigner
 
SingleFileWriter<T,R> - Class in org.apache.paimon.io
A FileWriter to produce a single file.
SingleFileWriter(FileIO, FormatWriterFactory, Path, Function<T, InternalRow>, String) - Constructor for class org.apache.paimon.io.SingleFileWriter
 
SingleFileWriter.AbortExecutor - Class in org.apache.paimon.io
Abort executor to just have reference of path instead of whole writer.
SingleOutputStreamOperatorUtils - Class in org.apache.paimon.flink.utils
Utility methods for SingleOutputStreamOperator.
SingleOutputStreamOperatorUtils() - Constructor for class org.apache.paimon.flink.utils.SingleOutputStreamOperatorUtils
 
Sink - Class in org.apache.paimon.benchmark
Benchmark sink.
sink(AppendOnlyFileStoreTable, DataStream<AppendOnlyCompactionTask>) - Static method in class org.apache.paimon.flink.sink.UnawareBucketCompactionSink
 
SINK_AUTO_TAG_FOR_SAVEPOINT - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_COMMITTER_CPU - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_COMMITTER_MEMORY - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_CROSS_PARTITION_MANAGED_MEMORY - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_MANAGED_WRITER_BUFFER_MEMORY - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
Weight of writer buffer in managed memory, Flink will compute the memory size for writer according to the weight, the actual memory used depends on the running environment.
SINK_PARALLELISM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_PATH - Static variable in class org.apache.paimon.benchmark.BenchmarkOptions
 
SINK_TABLE_LINEAGE - Static variable in class org.apache.paimon.table.system.SinkTableLineageTable
 
SINK_USE_MANAGED_MEMORY - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SINK_WATERMARK_TIME_ZONE - Static variable in class org.apache.paimon.CoreOptions
 
sinkDataLineages(Predicate) - Method in interface org.apache.paimon.lineage.LineageMeta
Get sink data and job lineages.
sinkFrom(DataStream<CdcMultiplexRecord>, Map<String, String>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
sinkFrom(DataStream<CdcMultiplexRecord>, String, StoreSinkWrite.WithWriteBufferProvider, Map<String, String>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcMultiTableSink
 
sinkFrom(DataStream<T>) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
sinkFrom(DataStream<T>, String) - Method in class org.apache.paimon.flink.sink.FlinkSink
 
sinkFrom(DataStream<RowData>) - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
sinkFrom(DataStream<RowData>, String) - Method in class org.apache.paimon.flink.sink.MultiTablesCompactorSink
 
sinkFrom(DataStream<InternalRow>, String) - Method in class org.apache.paimon.flink.sink.UnawareBucketWriteSink
 
SinkRecord - Class in org.apache.paimon.table.sink
A sink record contains key, row and partition, bucket information.
SinkRecord(BinaryRow, int, BinaryRow, InternalRow) - Constructor for class org.apache.paimon.table.sink.SinkRecord
 
sinkTableLineages(Predicate) - Method in interface org.apache.paimon.lineage.LineageMeta
Get sink table and job lineages.
SinkTableLineageTable - Class in org.apache.paimon.table.system
This is a system table to display all the sink table lineages.
SinkTableLineageTable(LineageMetaFactory, Options) - Constructor for class org.apache.paimon.table.system.SinkTableLineageTable
 
sinkWatermarkTimeZone() - Method in class org.apache.paimon.CoreOptions
 
size() - Method in class org.apache.paimon.data.BinaryArray
 
size() - Method in class org.apache.paimon.data.BinaryMap
 
size() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
size() - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
size() - Method in class org.apache.paimon.data.GenericArray
 
size() - Method in class org.apache.paimon.data.GenericMap
 
size() - Method in interface org.apache.paimon.data.InternalArray
Returns the number of elements in this array.
size() - Method in interface org.apache.paimon.data.InternalMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.paimon.data.PartitionInfo
 
size() - Method in class org.apache.paimon.disk.ExternalBuffer
 
size() - Method in class org.apache.paimon.disk.InMemoryBuffer
 
size() - Method in interface org.apache.paimon.disk.RowBuffer
 
size() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
size() - Method in class org.apache.paimon.memory.MemorySegment
 
size() - Method in class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
size() - Method in interface org.apache.paimon.mergetree.WriteBuffer
Record size of this table.
size() - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogramStatistics
 
size() - Method in class org.apache.paimon.metrics.HistogramStatistics
Returns the size of the statistics' sample.
size() - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
size() - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
size() - Method in interface org.apache.paimon.sort.IndexedSortable
Gets the number of elements in the sortable.
size() - Method in class org.apache.paimon.sort.PartialOrderPriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in interface org.apache.paimon.sort.SortBuffer
 
size() - Method in class org.apache.paimon.sort.zorder.ZIndexer
 
size() - Method in class org.apache.paimon.utils.Int2ShortHashMap
 
size() - Method in class org.apache.paimon.utils.IntHashSet
 
sizeInBytes - Variable in class org.apache.paimon.data.BinarySection
 
skip(Decoder) - Method in interface org.apache.paimon.format.avro.FieldReader
 
skip(Decoder) - Method in class org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
skip() - Method in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
skip(long) - Method in class org.apache.paimon.io.DataInputViewStream
 
skipBytes(int) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
skipBytes(int) - Method in class org.apache.paimon.io.DataInputDeserializer
 
skipBytesToRead(int) - Method in class org.apache.paimon.data.AbstractPagedInputView
 
skipBytesToRead(int) - Method in class org.apache.paimon.io.DataInputDeserializer
 
skipBytesToRead(int) - Method in interface org.apache.paimon.io.DataInputView
Skips numBytes bytes of memory.
skipBytesToRead(int) - Method in class org.apache.paimon.io.DataInputViewStreamWrapper
 
skipBytesToWrite(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
skipBytesToWrite(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
skipBytesToWrite(int) - Method in interface org.apache.paimon.io.DataOutputView
Skips numBytes bytes memory.
skipBytesToWrite(int) - Method in class org.apache.paimon.io.DataOutputViewStreamWrapper
 
SkipNewExistingProcessor - Class in org.apache.paimon.crosspartition
A ExistingProcessor to skip new record.
SkipNewExistingProcessor(BiConsumer<InternalRow, Integer>) - Constructor for class org.apache.paimon.crosspartition.SkipNewExistingProcessor
 
skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
 
skipRecordFromPages(AbstractPagedInputView) - Method in interface org.apache.paimon.data.serializer.PagedTypeSerializer
Skip over bytes of one record from the paged input view, discarding the skipped bytes.
SMALLINT() - Static method in class org.apache.paimon.types.DataTypes
 
SmallIntType - Class in org.apache.paimon.types
Data type of a 2-byte signed integer with values from -32,768 to 32,767.
SmallIntType(boolean) - Constructor for class org.apache.paimon.types.SmallIntType
 
SmallIntType() - Constructor for class org.apache.paimon.types.SmallIntType
 
SMAPS - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
snapshot() - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
Snapshot - Class in org.apache.paimon
This file is the entrance to all data committed at some specific time point.
Snapshot(long, long, String, String, String, String, String, long, Snapshot.CommitKind, long, Map<Integer, Long>, Long, Long, Long, Long) - Constructor for class org.apache.paimon.Snapshot
 
Snapshot(Integer, long, long, String, String, String, String, String, long, Snapshot.CommitKind, long, Map<Integer, Long>, Long, Long, Long, Long) - Constructor for class org.apache.paimon.Snapshot
 
snapshot(long) - Method in class org.apache.paimon.utils.SnapshotManager
 
Snapshot.CommitKind - Enum in org.apache.paimon
Type of changes in this snapshot.
SNAPSHOT_EXPIRE_CLEAN_EMPTY_DIRECTORIES - Static variable in class org.apache.paimon.CoreOptions
 
SNAPSHOT_EXPIRE_EXECUTION_MODE - Static variable in class org.apache.paimon.CoreOptions
 
SNAPSHOT_EXPIRE_LIMIT - Static variable in class org.apache.paimon.CoreOptions
 
SNAPSHOT_NUM_RETAINED_MAX - Static variable in class org.apache.paimon.CoreOptions
 
SNAPSHOT_NUM_RETAINED_MIN - Static variable in class org.apache.paimon.CoreOptions
 
SNAPSHOT_TIME_RETAINED - Static variable in class org.apache.paimon.CoreOptions
 
snapshotConfiguration() - Method in class org.apache.paimon.flink.utils.InternalTypeSerializer
 
snapshotConfiguration() - Method in class org.apache.paimon.flink.utils.JavaSerializer
 
snapshotCount() - Method in class org.apache.paimon.utils.SnapshotManager
 
SnapshotDeletion - Class in org.apache.paimon.operation
Delete snapshot files.
SnapshotDeletion(FileIO, FileStorePathFactory, ManifestFile, ManifestList, IndexFileHandler) - Constructor for class org.apache.paimon.operation.SnapshotDeletion
 
snapshotDirectory() - Method in class org.apache.paimon.utils.SnapshotManager
 
snapshotExists(long) - Method in class org.apache.paimon.utils.SnapshotManager
 
snapshotExpireCleanEmptyDirectories() - Method in class org.apache.paimon.CoreOptions
 
snapshotExpireExecutionMode() - Method in class org.apache.paimon.CoreOptions
 
snapshotExpireLimit() - Method in class org.apache.paimon.CoreOptions
 
snapshotId() - Method in class org.apache.paimon.flink.source.align.PlaceholderSplit
 
snapshotId() - Method in interface org.apache.paimon.operation.FileStoreScan.Plan
Snapshot id of this plan, return null if the table is empty or the manifest list is specified.
snapshotId() - Method in class org.apache.paimon.table.source.DataSplit
 
snapshotId() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader.Plan
Snapshot id of this plan, return null if the table is empty or the manifest list is specified.
snapshotId() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
snapshotManager() - Method in class org.apache.paimon.AbstractFileStore
 
snapshotManager() - Method in interface org.apache.paimon.FileStore
 
snapshotManager - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite
 
snapshotManager() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
snapshotManager() - Method in interface org.apache.paimon.table.DataTable
 
snapshotManager - Variable in class org.apache.paimon.table.source.snapshot.AbstractStartingScanner
 
snapshotManager() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
snapshotManager() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
snapshotManager() - Method in class org.apache.paimon.table.system.AuditLogTable
 
snapshotManager() - Method in class org.apache.paimon.table.system.BucketsTable
 
snapshotManager() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
snapshotManager() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
SnapshotManager - Class in org.apache.paimon.utils
Manager for Snapshot, providing utility methods related to paths and snapshot hints.
SnapshotManager(FileIO, Path) - Constructor for class org.apache.paimon.utils.SnapshotManager
 
SnapshotNotExistPlan - Class in org.apache.paimon.table.source
This is used to distinguish the case where the snapshot does not exist and the plan is empty.
snapshotNumRetainMax() - Method in class org.apache.paimon.CoreOptions
 
snapshotNumRetainMin() - Method in class org.apache.paimon.CoreOptions
 
snapshotPath(long) - Method in class org.apache.paimon.utils.SnapshotManager
 
snapshotReader - Variable in class org.apache.paimon.table.source.AbstractInnerTableScan
 
SnapshotReader - Interface in org.apache.paimon.table.source.snapshot
Read splits from specified Snapshot with given configuration.
SnapshotReader.Plan - Interface in org.apache.paimon.table.source.snapshot
Result plan of this scan.
SnapshotReaderImpl - Class in org.apache.paimon.table.source.snapshot
Implementation of SnapshotReader.
SnapshotReaderImpl(FileStoreScan, TableSchema, CoreOptions, SnapshotManager, SplitGenerator, BiConsumer<FileStoreScan, Predicate>, DefaultValueAssigner, FileStorePathFactory, String) - Constructor for class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
SNAPSHOTS - Static variable in class org.apache.paimon.table.system.SnapshotsTable
 
snapshots() - Method in class org.apache.paimon.utils.SnapshotManager
 
SnapshotsTable - Class in org.apache.paimon.table.system
A Table for showing committing snapshots of table.
SnapshotsTable(FileIO, Path, FileStoreTable) - Constructor for class org.apache.paimon.table.system.SnapshotsTable
 
snapshotState(long, long, CheckpointOptions, CheckpointStreamFactory) - Method in class org.apache.paimon.flink.sink.AutoTagForSavepointCommitterOperator
 
snapshotState(long, long, CheckpointOptions, CheckpointStreamFactory) - Method in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
snapshotState(StateSnapshotContext, List<GlobalCommitT>) - Method in interface org.apache.paimon.flink.sink.CommittableStateManager
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.CommitterOperator
 
snapshotState() - Method in class org.apache.paimon.flink.sink.GlobalFullCompactionSinkWrite
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
snapshotState(StateSnapshotContext, List<ManifestCommittable>) - Method in class org.apache.paimon.flink.sink.NoopCommittableStateManager
 
snapshotState(StateSnapshotContext, List<GlobalCommitT>) - Method in class org.apache.paimon.flink.sink.RestoreAndFailCommittableStateManager
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.RowDataStoreWriteOperator
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.StoreCompactOperator
 
snapshotState() - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
snapshotState() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
snapshotState() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState
 
snapshotState(StateSnapshotContext) - Method in class org.apache.paimon.flink.sink.TableWriteOperator
 
snapshotState(long) - Method in class org.apache.paimon.flink.source.align.AlignedContinuousFileSplitEnumerator
 
snapshotState(long) - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
snapshotState(FunctionSnapshotContext) - Method in class org.apache.paimon.flink.source.operator.MonitorFunction
 
snapshotState(long) - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
snapshotTimeRetain() - Method in class org.apache.paimon.CoreOptions
 
sort() - Method in class org.apache.paimon.flink.sorter.OrderSorter
 
sort() - Method in class org.apache.paimon.flink.sorter.TableSorter
 
sort() - Method in class org.apache.paimon.flink.sorter.ZorderSorter
 
sort(IndexedSortable, int, int) - Method in class org.apache.paimon.sort.HeapSort
 
sort(IndexedSortable) - Method in class org.apache.paimon.sort.HeapSort
 
sort(IndexedSortable, int, int) - Method in interface org.apache.paimon.sort.IndexedSorter
Sort the items accessed through the given IndexedSortable over the given range of logical indices.
sort(IndexedSortable) - Method in interface org.apache.paimon.sort.IndexedSorter
 
sort(IndexedSortable, int, int) - Method in class org.apache.paimon.sort.QuickSort
Sort the given range of items using quick sort.
sort(IndexedSortable) - Method in class org.apache.paimon.sort.QuickSort
 
sort(Dataset<Row>) - Method in class org.apache.paimon.spark.sort.OrderSorter
 
sort(Dataset<Row>) - Method in class org.apache.paimon.spark.sort.TableSorter
 
sort(Dataset<Row>) - Method in class org.apache.paimon.spark.sort.ZorderSorter
 
SORT_ENGINE - Static variable in class org.apache.paimon.CoreOptions
 
SORT_SPILL_BUFFER_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
SORT_SPILL_THRESHOLD - Static variable in class org.apache.paimon.CoreOptions
 
SortBuffer - Interface in org.apache.paimon.sort
Sort buffer to sort records.
SortBufferWriteBuffer - Class in org.apache.paimon.mergetree
A WriteBuffer which stores records in BinaryInMemorySortBuffer.
SortBufferWriteBuffer(RowType, RowType, MemorySegmentPool, boolean, int, IOManager) - Constructor for class org.apache.paimon.mergetree.SortBufferWriteBuffer
 
SortCompactAction - Class in org.apache.paimon.flink.action
Compact with sort action.
SortCompactAction(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.SortCompactAction
 
sortedIterator() - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
sortedIterator() - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
 
sortedIterator() - Method in interface org.apache.paimon.sort.SortBuffer
 
sortedLexicographically(Column, DataType) - Method in class org.apache.paimon.spark.sort.SparkZOrderUDF
 
SortedRun - Class in org.apache.paimon.mergetree
A SortedRun is a list of files sorted by their keys.
sortedRunSizeRatio() - Method in class org.apache.paimon.CoreOptions
 
sortEngine() - Method in class org.apache.paimon.CoreOptions
 
SortFieldSpec(int, boolean, boolean) - Constructor for class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
sortIndex - Variable in class org.apache.paimon.sort.BinaryIndexedSortable
 
SortMergeReader<T> - Interface in org.apache.paimon.mergetree.compact
This reader is to read a list of RecordReader, which is already sorted by key and sequence number, and perform a sort merge algorithm.
SortMergeReaderWithLoserTree<T> - Class in org.apache.paimon.mergetree.compact
SortMergeReader implemented with loser-tree.
SortMergeReaderWithLoserTree(List<RecordReader<KeyValue>>, Comparator<InternalRow>, MergeFunctionWrapper<T>) - Constructor for class org.apache.paimon.mergetree.compact.SortMergeReaderWithLoserTree
 
SortMergeReaderWithMinHeap<T> - Class in org.apache.paimon.mergetree.compact
SortMergeReader implemented with min-heap.
SortMergeReaderWithMinHeap(List<RecordReader<KeyValue>>, Comparator<InternalRow>, MergeFunctionWrapper<T>) - Constructor for class org.apache.paimon.mergetree.compact.SortMergeReaderWithMinHeap
 
SortOperator - Class in org.apache.paimon.flink.sorter
SortOperator to sort the `InternalRow`s by the `KeyType`.
SortOperator(RowType, RowType, long, int, int) - Constructor for class org.apache.paimon.flink.sorter.SortOperator
 
SortSpec - Class in org.apache.paimon.codegen
SortSpec describes how the data will be sorted.
SortSpec(SortSpec.SortFieldSpec[]) - Constructor for class org.apache.paimon.codegen.SortSpec
 
SortSpec.SortFieldSpec - Class in org.apache.paimon.codegen
Sort info for a Field.
SortSpec.SortSpecBuilder - Class in org.apache.paimon.codegen
SortSpec builder.
SortSpecBuilder() - Constructor for class org.apache.paimon.codegen.SortSpec.SortSpecBuilder
 
sortSpillBufferSize() - Method in class org.apache.paimon.CoreOptions
 
sortSpillThreshold() - Method in class org.apache.paimon.CoreOptions
 
sortStreamByKey(DataStream<RowData>, FileStoreTable, RowType, TypeInformation<KEY>, SerializableSupplier<Comparator<KEY>>, SortUtils.KeyAbstract<KEY>, SortUtils.ShuffleKeyConvertor<KEY>) - Static method in class org.apache.paimon.flink.sorter.SortUtils
Sort the input stream by the key specified.
SortUtil - Class in org.apache.paimon.utils
Util for sort.
SortUtil() - Constructor for class org.apache.paimon.utils.SortUtil
 
SortUtils - Class in org.apache.paimon.flink.sorter
This is a table sorter which will sort the records by the key of the shuffleKeyComparator generates.
SortUtils() - Constructor for class org.apache.paimon.flink.sorter.SortUtils
 
source() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Payload
 
Source(String, String, Long) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Source
 
SOURCE_CHECKPOINT_ALIGN_ENABLED - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SOURCE_CHECKPOINT_ALIGN_TIMEOUT - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
SOURCE_SPLIT_OPEN_FILE_COST - Static variable in class org.apache.paimon.CoreOptions
 
SOURCE_SPLIT_TARGET_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
SOURCE_TABLE_LINEAGE - Static variable in class org.apache.paimon.table.system.SourceTableLineageTable
 
sourceDataLineages(Predicate) - Method in interface org.apache.paimon.lineage.LineageMeta
Get source data and job lineages.
sourceName() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncDatabaseAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncTableAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncTableAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncDatabaseAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
sourceName() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
sourceTableLineages(Predicate) - Method in interface org.apache.paimon.lineage.LineageMeta
Get source table and job lineages.
SourceTableLineageTable - Class in org.apache.paimon.table.system
This is a system table to display all the source table lineages.
SourceTableLineageTable(LineageMetaFactory, Options) - Constructor for class org.apache.paimon.table.system.SourceTableLineageTable
 
SparkArrayData - Class in org.apache.paimon.spark
Spark ArrayData to wrap Paimon InternalArray.
SparkArrayData(DataType) - Constructor for class org.apache.paimon.spark.SparkArrayData
 
SparkBaseCatalog - Class in org.apache.paimon.spark.catalog
Spark base catalog.
SparkBaseCatalog() - Constructor for class org.apache.paimon.spark.catalog.SparkBaseCatalog
 
SparkCatalog - Class in org.apache.paimon.spark
Spark TableCatalog for paimon.
SparkCatalog() - Constructor for class org.apache.paimon.spark.SparkCatalog
 
SparkConnectorOptions - Class in org.apache.paimon.spark
Options for spark connector.
SparkConnectorOptions() - Constructor for class org.apache.paimon.spark.SparkConnectorOptions
 
SparkDataSourceReader - Class in org.apache.paimon.spark
A Spark DataSourceReader for paimon.
SparkDataSourceReader(Table) - Constructor for class org.apache.paimon.spark.SparkDataSourceReader
 
SparkFilterConverter - Class in org.apache.paimon.spark
Conversion from Filter to Predicate.
SparkFilterConverter(RowType) - Constructor for class org.apache.paimon.spark.SparkFilterConverter
 
SparkGenericCatalog<T extends org.apache.spark.sql.connector.catalog.TableCatalog & org.apache.spark.sql.connector.catalog.SupportsNamespaces> - Class in org.apache.paimon.spark
A Spark catalog that can also load non-Paimon tables.
SparkGenericCatalog() - Constructor for class org.apache.paimon.spark.SparkGenericCatalog
 
SparkInputPartition - Class in org.apache.paimon.spark
A Spark InputPartition for paimon.
SparkInputPartition(Split) - Constructor for class org.apache.paimon.spark.SparkInputPartition
 
SparkInputPartitionReader - Class in org.apache.paimon.spark
A spark 3 PartitionReader for paimon, created by PartitionReaderFactory.
SparkInputPartitionReader(IOManager, RecordReaderIterator<InternalRow>, SparkInternalRow) - Constructor for class org.apache.paimon.spark.SparkInputPartitionReader
 
SparkInternalRow - Class in org.apache.paimon.spark
Spark InternalRow to wrap InternalRow.
SparkInternalRow(RowType) - Constructor for class org.apache.paimon.spark.SparkInternalRow
 
SparkProcedures - Class in org.apache.paimon.spark
The Procedures including all the stored procedures.
SparkReaderFactory - Class in org.apache.paimon.spark
A Spark PartitionReaderFactory for paimon.
SparkReaderFactory(ReadBuilder) - Constructor for class org.apache.paimon.spark.SparkReaderFactory
 
SparkRow - Class in org.apache.paimon.spark
A InternalRow wraps spark Row.
SparkRow(RowType, Row) - Constructor for class org.apache.paimon.spark.SparkRow
 
SparkRow(RowType, Row, RowKind) - Constructor for class org.apache.paimon.spark.SparkRow
 
SparkSource - Class in org.apache.paimon.spark
The Spark source for paimon.
SparkSource() - Constructor for class org.apache.paimon.spark.SparkSource
 
SparkTable - Class in org.apache.paimon.spark
A spark Table for paimon.
SparkTable(Table) - Constructor for class org.apache.paimon.spark.SparkTable
 
SparkTypeUtils - Class in org.apache.paimon.spark
Utils for spark DataType.
SparkUtils - Class in org.apache.paimon.spark
Utils for Spark.
SparkUtils() - Constructor for class org.apache.paimon.spark.SparkUtils
 
SparkUtils.CatalogAndIdentifier - Class in org.apache.paimon.spark
This mimics a class inside of Spark which is private inside of LookupCatalog.
SparkZOrderUDF - Class in org.apache.paimon.spark.sort
Spark udf to calculate zorder bytes.
SparkZOrderUDF(int, int, int) - Constructor for class org.apache.paimon.spark.sort.SparkZOrderUDF
 
SpecializedGettersReader - Class in org.apache.paimon.spark
Reader of Spark SpecializedGetters.
specifyDatabaseLocation(Path, Database) - Method in interface org.apache.paimon.hive.LocationHelper
 
specifyDatabaseLocation(Path, Database) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
specifyDatabaseLocation(Path, Database) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
specifyTableLocation(Table, String) - Method in interface org.apache.paimon.hive.LocationHelper
 
specifyTableLocation(Table, String) - Method in class org.apache.paimon.hive.StorageLocationHelper
 
specifyTableLocation(Table, String) - Method in class org.apache.paimon.hive.TBPropertiesLocationHelper
 
SpillChannelManager - Class in org.apache.paimon.sort
Channel manager to manage the life cycle of spill channels.
SpillChannelManager() - Constructor for class org.apache.paimon.sort.SpillChannelManager
 
split(String, int, int) - Static method in class org.apache.paimon.codegen.codesplit.JavaCodeSplitter
 
split() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
split() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
split() - Method in class org.apache.paimon.spark.SparkInputPartition
 
Split - Interface in org.apache.paimon.table.source
An input split for reading.
split(String, String) - Static method in class org.apache.paimon.utils.StringUtils
Splits the provided text into an array, separators specified.
splitAnd(Predicate) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
SplitAssigner - Interface in org.apache.paimon.flink.source.assigners
The SplitAssigner is responsible for deciding what splits should be processed next by which node.
splitAssigner - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
splitForBatch(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.AppendOnlySplitGenerator
 
splitForBatch(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.MergeTreeSplitGenerator
 
splitForBatch(List<DataFileMeta>) - Method in interface org.apache.paimon.table.source.SplitGenerator
 
splitForStreaming(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.AppendOnlySplitGenerator
 
splitForStreaming(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.MergeTreeSplitGenerator
 
splitForStreaming(List<DataFileMeta>) - Method in interface org.apache.paimon.table.source.SplitGenerator
 
splitGenerator - Variable in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
splitGenerator() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
splitGenerator() - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
splitGenerator() - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
splitGenerator() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
splitGenerator() - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
SplitGenerator - Interface in org.apache.paimon.table.source
Generate splits from DataFileMetas.
splitId() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
splitNumber() - Method in class org.apache.paimon.flink.source.DataTableSource.SplitStatistics
 
splitOpenFileCost() - Method in class org.apache.paimon.CoreOptions
 
splitOr(Predicate) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
splitPaths(String) - Static method in class org.apache.paimon.disk.IOManagerImpl
 
splits() - Method in class org.apache.paimon.flink.source.PendingSplitsCheckpoint
 
splits() - Method in class org.apache.paimon.spark.SparkDataSourceReader
 
splits() - Method in class org.apache.paimon.table.source.DataFilePlan
 
splits() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader.Plan
Result splits.
splits() - Method in class org.apache.paimon.table.source.snapshot.StartingScanner.ScannedResult
 
splits() - Method in class org.apache.paimon.table.source.SnapshotNotExistPlan
 
splits() - Method in interface org.apache.paimon.table.source.TableScan.Plan
 
splitTargetSize() - Method in class org.apache.paimon.CoreOptions
 
SSE_KMS - Static variable in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
SSE_S3 - Static variable in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler
 
sseResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
sseResult() - Method in class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
stackContains(String) - Static method in class org.apache.paimon.utils.ThreadUtils
 
start - Variable in class org.apache.paimon.data.columnar.heap.HeapBytesVector
start offset of each field.
start() - Method in class org.apache.paimon.flink.source.ContinuousFileSplitEnumerator
 
start() - Method in class org.apache.paimon.flink.source.FileStoreSourceReader
 
start() - Method in class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
START_MODE - Static variable in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBActionUtils
 
startClient() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetricSender
 
startingContext() - Method in interface org.apache.paimon.table.source.InnerStreamTableScan
 
startingContext() - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
startingContext() - Method in class org.apache.paimon.table.source.snapshot.AbstractStartingScanner
 
startingContext() - Method in class org.apache.paimon.table.source.snapshot.ContinuousFromTimestampStartingScanner
 
StartingContext - Class in org.apache.paimon.table.source.snapshot
That contains some information that will be used out of StartingScanner.
StartingContext(Long, Boolean) - Constructor for class org.apache.paimon.table.source.snapshot.StartingContext
 
startingContext() - Method in interface org.apache.paimon.table.source.snapshot.StartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.AbstractStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.CompactedStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.ContinuousFromSnapshotFullStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.FileCreationTimeStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.FullCompactedStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.FullStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.StaticFromSnapshotStartingScanner
 
startingScanMode() - Method in class org.apache.paimon.table.source.snapshot.StaticFromTagStartingScanner
 
StartingScanner - Interface in org.apache.paimon.table.source.snapshot
Helper class for the first planning of TableScan.
StartingScanner.NextSnapshot - Class in org.apache.paimon.table.source.snapshot
Return the next snapshot for followup scanning.
StartingScanner.NoSnapshot - Class in org.apache.paimon.table.source.snapshot
Currently, there is no snapshot, need to wait for the snapshot to be generated.
StartingScanner.Result - Interface in org.apache.paimon.table.source.snapshot
StartingScanner.ScannedResult - Class in org.apache.paimon.table.source.snapshot
Result with scanned snapshot.
startingSnapshotId - Variable in class org.apache.paimon.table.source.snapshot.AbstractStartingScanner
 
startsWith(BinaryString) - Method in class org.apache.paimon.data.BinaryString
Tests if this BinaryString starts with the specified prefix.
startsWith(int, Object) - Method in class org.apache.paimon.predicate.PredicateBuilder
 
StartsWith - Class in org.apache.paimon.predicate
A NullFalseLeafBinaryFunction to evaluate filter like 'abc%' or filter like 'abc_'.
startupMode() - Method in class org.apache.paimon.CoreOptions
 
startupMode(Options) - Static method in class org.apache.paimon.CoreOptions
 
state - Variable in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
State(BinaryRow, int, long, long, Collection<DataFileMeta>, IndexMaintainer<T>, CommitIncrement) - Constructor for class org.apache.paimon.operation.FileStoreWrite.State
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.BlockStatementContext
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
statement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
statement() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
statement(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
StatementContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
StatementContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
statementExpression - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
statementExpression - Variable in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
StateUtils - Class in org.apache.paimon.flink.sink
Utility class for sink state manipulation.
StateUtils() - Constructor for class org.apache.paimon.flink.sink.StateUtils
 
StateValue(BinaryRow, int, byte[]) - Constructor for class org.apache.paimon.flink.sink.StoreSinkWriteState.StateValue
 
stateValueFilter() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState
 
STATIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STATIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassBodyDeclarationContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ImportDeclarationContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
STATIC() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
STATIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
STATIC - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
StaticFileStoreSource - Class in org.apache.paimon.flink.source
Bounded FlinkSource for reading records.
StaticFileStoreSource(ReadBuilder, Long, int, FlinkConnectorOptions.SplitAssignMode) - Constructor for class org.apache.paimon.flink.source.StaticFileStoreSource
 
StaticFileStoreSource(ReadBuilder, Long, int, FlinkConnectorOptions.SplitAssignMode, DynamicPartitionFilteringInfo) - Constructor for class org.apache.paimon.flink.source.StaticFileStoreSource
 
StaticFileStoreSplitEnumerator - Class in org.apache.paimon.flink.source
A SplitEnumerator implementation for StaticFileStoreSource input.
StaticFileStoreSplitEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Snapshot, SplitAssigner) - Constructor for class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
StaticFileStoreSplitEnumerator(SplitEnumeratorContext<FileStoreSourceSplit>, Snapshot, SplitAssigner, DynamicPartitionFilteringInfo) - Constructor for class org.apache.paimon.flink.source.StaticFileStoreSplitEnumerator
 
StaticFromSnapshotStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_SNAPSHOT or CoreOptions.StartupMode#FROM_SNAPSHOT_FULL startup mode of a batch read.
StaticFromSnapshotStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.StaticFromSnapshotStartingScanner
 
StaticFromTagStartingScanner - Class in org.apache.paimon.table.source.snapshot
StaticFromTagStartingScanner(SnapshotManager, String) - Constructor for class org.apache.paimon.table.source.snapshot.StaticFromTagStartingScanner
 
StaticFromTimestampStartingScanner - Class in org.apache.paimon.table.source.snapshot
StartingScanner for the CoreOptions.StartupMode#FROM_TIMESTAMP startup mode of a batch read.
StaticFromTimestampStartingScanner(SnapshotManager, long) - Constructor for class org.apache.paimon.table.source.snapshot.StaticFromTimestampStartingScanner
 
staticPartitions - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
STATS_MODE_SUFFIX - Static variable in class org.apache.paimon.CoreOptions
 
StatsCollectingSingleFileWriter<T,R> - Class in org.apache.paimon.io
A SingleFileWriter which also produces statistics for each written field.
StatsCollectingSingleFileWriter(FileIO, FormatWriterFactory, Path, Function<T, InternalRow>, RowType, TableStatsExtractor, String, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.io.StatsCollectingSingleFileWriter
 
StatsCollectorFactories - Class in org.apache.paimon.utils
The stats utils to create FieldStatsCollector.Factorys.
StatsCollectorFactories() - Constructor for class org.apache.paimon.utils.StatsCollectorFactories
 
stopJobWithSavepoint(String, String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
StorageLocationHelper - Class in org.apache.paimon.hive
Helper for Setting Location in Hive Table Storage.
StorageLocationHelper() - Constructor for class org.apache.paimon.hive.StorageLocationHelper
 
store() - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
 
store() - Method in interface org.apache.paimon.table.FileStoreTable
 
store() - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
StoreCommitter - Class in org.apache.paimon.flink.sink
Committer for dynamic store.
StoreCommitter(TableCommit, OperatorMetricGroup) - Constructor for class org.apache.paimon.flink.sink.StoreCommitter
 
StoreCompactOperator - Class in org.apache.paimon.flink.sink
A dedicated operator for manual triggered compaction.
StoreCompactOperator(FileStoreTable, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.StoreCompactOperator
 
StoreMultiCommitter - Class in org.apache.paimon.flink.sink
StoreMultiCommitter for multiple dynamic store.
StoreMultiCommitter(Catalog.Loader, String, OperatorMetricGroup) - Constructor for class org.apache.paimon.flink.sink.StoreMultiCommitter
 
StoreMultiCommitter(Catalog.Loader, String, OperatorMetricGroup, boolean) - Constructor for class org.apache.paimon.flink.sink.StoreMultiCommitter
 
StoreSinkWrite - Interface in org.apache.paimon.flink.sink
Helper class of PrepareCommitOperator for different types of paimon sinks.
StoreSinkWrite.Provider - Interface in org.apache.paimon.flink.sink
Provider of StoreSinkWrite.
StoreSinkWrite.WithWriteBufferProvider - Interface in org.apache.paimon.flink.sink
Provider of StoreSinkWrite that uses given write buffer.
StoreSinkWriteImpl - Class in org.apache.paimon.flink.sink
Default implementation of StoreSinkWrite.
StoreSinkWriteImpl(FileStoreTable, String, StoreSinkWriteState, IOManager, boolean, boolean, boolean, MemorySegmentPool, MetricGroup) - Constructor for class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
StoreSinkWriteImpl(FileStoreTable, String, StoreSinkWriteState, IOManager, boolean, boolean, boolean, MemoryPoolFactory, MetricGroup) - Constructor for class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
StoreSinkWriteState - Class in org.apache.paimon.flink.sink
States for StoreSinkWrites.
StoreSinkWriteState(StateInitializationContext, StoreSinkWriteState.StateValueFilter) - Constructor for class org.apache.paimon.flink.sink.StoreSinkWriteState
 
StoreSinkWriteState.StateValue - Class in org.apache.paimon.flink.sink
A state value for StoreSinkWrite.
StoreSinkWriteState.StateValueFilter - Interface in org.apache.paimon.flink.sink
Given the table name, partition and bucket of a StoreSinkWriteState.StateValue in a union list state, decide whether to keep this StoreSinkWriteState.StateValue in this subtask.
STREAM_SCAN_MODE - Static variable in class org.apache.paimon.CoreOptions
 
STREAM_THROWABLE - Static variable in class org.apache.paimon.testutils.assertj.AssertionUtils
 
StreamExecutionEnvironmentUtils - Class in org.apache.paimon.flink.utils
Utility methods for StreamExecutionEnvironment.
StreamExecutionEnvironmentUtils() - Constructor for class org.apache.paimon.flink.utils.StreamExecutionEnvironmentUtils
 
STREAMING_READ_MODE - Static variable in class org.apache.paimon.CoreOptions
 
STREAMING_READ_OVERWRITE - Static variable in class org.apache.paimon.CoreOptions
 
streamingMode() - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
streamingMode() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
streamingReadingValidate(Table) - Static method in class org.apache.paimon.flink.utils.TableScanUtils
 
streamingReadOverwrite() - Method in class org.apache.paimon.CoreOptions
 
StreamOutputFile - Class in org.apache.paimon.format.parquet.writer
An implementation of Parquet's OutputFile interface that goes against a Paimon PositionOutputStream.
StreamOutputFile(PositionOutputStream) - Constructor for class org.apache.paimon.format.parquet.writer.StreamOutputFile
Creates a new StreamOutputFile.
streamReadType(Options) - Static method in class org.apache.paimon.CoreOptions
 
StreamTableCommit - Interface in org.apache.paimon.table.sink
A TableCommit for stream processing.
StreamTableScan - Interface in org.apache.paimon.table.source
StreamTableWrite - Interface in org.apache.paimon.table.sink
A TableWrite for stream processing.
StreamWriteBuilder - Interface in org.apache.paimon.table.sink
An interface for building the StreamTableWrite and StreamTableCommit.
StreamWriteBuilderImpl - Class in org.apache.paimon.table.sink
Implementation for WriteBuilder.
StreamWriteBuilderImpl(InnerTable) - Constructor for class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
STRICTFP - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STRICTFP - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STRICTFP() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
STRICTFP() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceModifierContext
 
STRICTFP() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
STRICTFP() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodModifierContext
 
STRICTFP - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
STRICTFP - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
STRING() - Static method in class org.apache.paimon.types.DataTypes
 
STRING_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STRING_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
STRING_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
STRING_LITERAL() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LiteralContext
 
STRING_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
STRING_LITERAL - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
STRING_TYPE - Static variable in class org.apache.paimon.types.VarCharType
 
STRINGIFIED_NULL_EXCEPTION - Static variable in class org.apache.paimon.utils.ExceptionUtils
The stringified representation of a null exception reference.
stringifyException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Makes a string representation of the exception's stack trace, or "(null)", if the exception is null.
stringifyPath(String, String, String) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
stringToOrderedBytes(String, int, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Strings are lexicographically sortable BUT if different byte array lengths will ruin the Z-Ordering.
stringType() - Method in class org.apache.paimon.options.ConfigOptions.OptionBuilder
Defines that the value of the option should be of String type.
stringType(boolean) - Static method in class org.apache.paimon.types.VarCharType
 
StringUtils - Class in org.apache.paimon.utils
Utils for BinaryString and utility class to convert objects into strings in vice-versa.
StringUtils() - Constructor for class org.apache.paimon.utils.StringUtils
 
stripCompletionException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Unpacks an CompletionException and returns its cause.
stripException(Throwable, Class<? extends Throwable>) - Static method in class org.apache.paimon.utils.ExceptionUtils
Unpacks an specified exception and returns its cause.
stripExecutionException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Unpacks an ExecutionException and returns its cause.
SUB - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUB - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUB() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUB() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUB - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SUB - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SUB_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUB_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUB_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUB_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUB_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SUB_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
submitSQLJob(String) - Method in class org.apache.paimon.benchmark.QueryRunner
 
submoduleClassLoader() - Method in class org.apache.paimon.plugin.PluginLoader
 
substring(int, int) - Method in class org.apache.paimon.data.BinaryString
Returns a binary string that is a substring of this binary string.
substring(String, String...) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
subtract(MemorySize) - Method in class org.apache.paimon.options.MemorySize
 
subtract(Decimal, Decimal, int, int) - Static method in class org.apache.paimon.utils.DecimalUtils
 
suggestedFileSize() - Method in class org.apache.paimon.manifest.ManifestFile
 
SUPER - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUPER - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
SUPER - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SUPER - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
SUPER() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExplicitGenericInvocationSuffixContext
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
superSuffix() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
SuperSuffixContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
SuperSuffixContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SuperSuffixContext
 
SUPPORT_FILTERS - Static variable in class org.apache.paimon.spark.SparkFilterConverter
 
SUPPORTED_EXPRESSION - Static variable in interface org.apache.paimon.flink.action.cdc.Expression
 
supportLazyDecode() - Method in class org.apache.paimon.format.parquet.reader.AbstractColumnReader
Support lazy dictionary ids decode.
supportLazyDecode() - Method in class org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
supportLazyDecode() - Method in class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
supportsBlockSize() - Method in class org.apache.paimon.format.parquet.writer.StreamOutputFile
 
supportsCompatibleCast(DataType, DataType) - Static method in class org.apache.paimon.types.DataTypeCasts
Returns whether the source type can be compatibly cast to the target type.
supportsExplicitCast(DataType, DataType) - Static method in class org.apache.paimon.types.DataTypeCasts
Returns whether the source type can be cast to the target type.
supportsImplicitCast(DataType, DataType) - Static method in class org.apache.paimon.types.DataTypeCasts
Returns whether the source type can be safely cast to the target type without loosing information.
supportsNestedProjection() - Method in class org.apache.paimon.flink.source.table.PushedRichTableSource
 
supportsNestedProjection() - Method in class org.apache.paimon.flink.source.table.PushedTableSource
 
SupportsRowLevelOperationFlinkTableSink - Class in org.apache.paimon.flink.sink
Flink table sink that supports row level update and delete.
SupportsRowLevelOperationFlinkTableSink(ObjectIdentifier, Table, DynamicTableFactory.Context, LogStoreTableFactory) - Constructor for class org.apache.paimon.flink.sink.SupportsRowLevelOperationFlinkTableSink
 
supportsTestTemplate(ExtensionContext) - Method in class org.apache.paimon.testutils.junit.parameterized.ParameterizedTestExtension
 
supportStreamingReadOverwrite() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
supportStreamingReadOverwrite() - Method in class org.apache.paimon.table.AppendOnlyFileStoreTable
Currently, the streaming read of overwrite is implemented by reversing the RowKind of overwrote records to RowKind.DELETE, so only tables that have primary key support it.
supportStreamingReadOverwrite() - Method in class org.apache.paimon.table.PrimaryKeyFileStoreTable
 
swap(int, int) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
swap(int, int, int, int) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
 
swap(int, int) - Method in interface org.apache.paimon.sort.IndexedSortable
Swap items at the given addresses.
swap(int, int, int, int) - Method in interface org.apache.paimon.sort.IndexedSortable
Swap records at the given addresses.
swapBytes(byte[], MemorySegment, int, int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
swapKey(MemorySegment, int, MemorySegment, int) - Method in interface org.apache.paimon.codegen.NormalizedKeyComputer
Swaps two normalized keys in respective MemorySegment.
SWITCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SWITCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SWITCH() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SWITCH() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SWITCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SWITCH - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
switchBlockStatementGroup() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchBlockStatementGroup(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchBlockStatementGroup() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchBlockStatementGroup(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchBlockStatementGroup() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
switchBlockStatementGroup() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
SwitchBlockStatementGroupContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
SwitchBlockStatementGroupContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchLabel(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchLabel(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
switchLabel(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
switchLabel(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.SwitchBlockStatementGroupContext
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
switchLabel() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
SwitchLabelContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
SwitchLabelContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.SwitchLabelContext
 
sync() - Method in class org.apache.paimon.append.AppendOnlyWriter
 
sync() - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
sync() - Method in interface org.apache.paimon.utils.RecordWriter
Sync the writer.
SYNCHRONIZED - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SYNCHRONIZED - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
SYNCHRONIZED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
SYNCHRONIZED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
SYNCHRONIZED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SYNCHRONIZED() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
SYNCHRONIZED - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SYNCHRONIZED - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
SyncTableActionBase - Class in org.apache.paimon.flink.action.cdc
Base Action for synchronizing into one Paimon table.
SyncTableActionBase(String, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
SyncTableActionBase.SchemaRetrievalException - Exception in org.apache.paimon.flink.action.cdc
Custom exception to indicate issues with schema retrieval.
SysInfoLinux - Class in org.apache.paimon.benchmark.metric.cpu
Plugin to calculate resource information on Linux systems.
SysInfoLinux() - Constructor for class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
 
SysInfoLinux(String, String, String, String, String, long) - Constructor for class org.apache.paimon.benchmark.metric.cpu.SysInfoLinux
Constructor which allows assigning the /proc/ directories.
SYSTEM_DATABASE_NAME - Static variable in interface org.apache.paimon.catalog.Catalog
 
SYSTEM_FIELD_NAMES - Static variable in class org.apache.paimon.schema.SystemColumns
 
SYSTEM_TABLE_SPLITTER - Static variable in interface org.apache.paimon.catalog.Catalog
 
SystemCatalogTable - Class in org.apache.paimon.flink
A CatalogTable to represent system table.
SystemCatalogTable(Table) - Constructor for class org.apache.paimon.flink.SystemCatalogTable
 
SystemClock - Class in org.apache.paimon.benchmark.metric.cpu.clock
A clock that returns the time of the system / process.
SystemColumns - Class in org.apache.paimon.schema
System columns for key value store.
SystemColumns() - Constructor for class org.apache.paimon.schema.SystemColumns
 
SystemTableLoader - Class in org.apache.paimon.table.system
Loader to load system Tables.
SystemTableLoader() - Constructor for class org.apache.paimon.table.system.SystemTableLoader
 
SystemTableSource - Class in org.apache.paimon.flink.source
A FlinkTableSource for system table.
SystemTableSource(Table, boolean) - Constructor for class org.apache.paimon.flink.source.SystemTableSource
 
SystemTableSource(Table, boolean, Predicate, int[][], Long, int, FlinkConnectorOptions.SplitAssignMode) - Constructor for class org.apache.paimon.flink.source.SystemTableSource
 

T

table(Path) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
table(String) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
TABLE - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
table() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Source
 
table - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
table - Variable in class org.apache.paimon.flink.action.TableActionBase
 
table() - Method in class org.apache.paimon.flink.DataCatalogTable
 
table - Variable in class org.apache.paimon.flink.sink.BatchWriteGeneratorTagOperator
 
table - Variable in class org.apache.paimon.flink.sink.FlinkSink
 
table - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
table - Variable in class org.apache.paimon.flink.sink.TableWriteOperator
 
table - Variable in class org.apache.paimon.flink.sorter.TableSorter
 
table - Variable in class org.apache.paimon.flink.source.FlinkTableSource
 
table() - Method in class org.apache.paimon.flink.SystemCatalogTable
 
table - Variable in class org.apache.paimon.spark.sort.TableSorter
 
Table - Interface in org.apache.paimon.table
A table provides basic abstraction for table type and table scan and table read.
TABLE_CONF - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
TABLE_DEFAULT_OPTION_PREFIX - Static variable in class org.apache.paimon.catalog.AbstractCatalog
 
TABLE_DYNAMIC_OPTION_PREFIX - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
TABLE_PREFIX - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
TABLE_STORE_02_VERSION - Static variable in class org.apache.paimon.Snapshot
 
TABLE_SUFFIX - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
TABLE_TYPE - Static variable in class org.apache.paimon.options.CatalogOptions
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.CatalogOptionsTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.ConsumersTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.FilesTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.ManifestsTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.OptionsTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.PartitionsTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.SchemasTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.SnapshotsTable
 
TABLE_TYPE - Static variable in class org.apache.paimon.table.system.TagsTable
 
TableActionBase - Class in org.apache.paimon.flink.action
Abstract base of Action for table.
TableAlreadyExistException(Identifier) - Constructor for exception org.apache.paimon.catalog.Catalog.TableAlreadyExistException
 
TableAlreadyExistException(Identifier, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.TableAlreadyExistException
 
TableCommit - Interface in org.apache.paimon.table.sink
Create and commit snapshots of a Table.
TableCommitImpl - Class in org.apache.paimon.table.sink
An abstraction layer above FileStoreCommit and FileStoreExpire to provide snapshot commit and expiration.
TableCommitImpl(FileStoreCommit, List<CommitCallback>, FileStoreExpire, PartitionExpire, TagAutoCreation, Lock, Duration, ConsumerManager, CoreOptions.ExpireExecutionMode, String) - Constructor for class org.apache.paimon.table.sink.TableCommitImpl
 
tableConfig() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
tableConfig() - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
tableConfig() - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
tableConfig - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
tableConfig() - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
TableConfigUtils - Class in org.apache.paimon.flink
Utils for TableConfig.
TableConfigUtils() - Constructor for class org.apache.paimon.flink.TableConfigUtils
 
tableDataFields() - Method in class org.apache.paimon.stats.FieldStatsConverters
 
tableDefaultOptions - Variable in class org.apache.paimon.catalog.AbstractCatalog
 
TableEnvironmentUtils - Class in org.apache.paimon.flink.utils
Utility methods for TableEnvironment and its subclasses.
TableEnvironmentUtils() - Constructor for class org.apache.paimon.flink.utils.TableEnvironmentUtils
 
tableExists(Identifier) - Method in interface org.apache.paimon.catalog.Catalog
Check if a table exists in this catalog.
tableExists(Identifier) - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
tableExists(ObjectPath) - Method in class org.apache.paimon.flink.FlinkCatalog
 
tableExists(ObjectPath) - Method in class org.apache.paimon.flink.FlinkGenericCatalog
 
tableExists(Identifier) - Method in class org.apache.paimon.hive.HiveCatalog
 
tableExists(Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
 
tableIdentifier - Variable in class org.apache.paimon.flink.sink.FlinkTableSinkBase
 
TableLineageEntity - Interface in org.apache.paimon.lineage
Table lineage entity with database, table and job for table source and sink lineage.
TableLineageEntityImpl - Class in org.apache.paimon.lineage
Default implementation for TableLineageEntity.
TableLineageEntityImpl(String, String, String, Timestamp) - Constructor for class org.apache.paimon.lineage.TableLineageEntityImpl
 
TableLineageRead(LineageMetaFactory, Options, BiFunction<LineageMeta, Predicate, Iterator<TableLineageEntity>>) - Constructor for class org.apache.paimon.table.system.TableLineageTable.TableLineageRead
 
TableLineageTable - Class in org.apache.paimon.table.system
Base lineage table for source and sink table lineage.
TableLineageTable(LineageMetaFactory, Options) - Constructor for class org.apache.paimon.table.system.TableLineageTable
 
TableLineageTable.TableLineageRead - Class in org.apache.paimon.table.system
Table lineage read with lineage meta query.
tableList(MultiTablesSinkMode, String, String, List<Identifier>, List<Identifier>) - Static method in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
tableMetricGroup(String, String) - Method in class org.apache.paimon.metrics.MetricRegistry
 
TableMigrationUtils - Class in org.apache.paimon.flink.utils
Migration util to choose importer according to connector.
TableMigrationUtils() - Constructor for class org.apache.paimon.flink.utils.TableMigrationUtils
 
TableMigrationUtils - Class in org.apache.paimon.spark.utils
Migration util to choose importer according to connector.
TableMigrationUtils() - Constructor for class org.apache.paimon.spark.utils.TableMigrationUtils
 
tableName() - Method in class org.apache.paimon.benchmark.Sink
 
tableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
tableName() - Method in interface org.apache.paimon.flink.action.cdc.mysql.schema.MySqlTableInfo
 
tableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
tableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
tableName() - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
tableName() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
tableName - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite
 
tableName() - Method in class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
tableName() - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
tableName() - Method in interface org.apache.paimon.table.sink.WriteBuilder
A name to identify this table.
tableName() - Method in interface org.apache.paimon.table.source.ReadBuilder
A name to identify the table.
tableName() - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
TableNameConverter - Class in org.apache.paimon.flink.action.cdc
Used to convert a MySQL source table name to corresponding Paimon table name.
TableNameConverter(boolean) - Constructor for class org.apache.paimon.flink.action.cdc.TableNameConverter
 
TableNameConverter(boolean, boolean, String, String) - Constructor for class org.apache.paimon.flink.action.cdc.TableNameConverter
 
TableNotExistException(Identifier) - Constructor for exception org.apache.paimon.catalog.Catalog.TableNotExistException
 
TableNotExistException(Identifier, Throwable) - Constructor for exception org.apache.paimon.catalog.Catalog.TableNotExistException
 
tablePath() - Method in class org.apache.paimon.utils.SnapshotManager
 
tableProperties() - Method in class org.apache.paimon.benchmark.Sink
 
TableRead - Interface in org.apache.paimon.table.source
An abstraction layer above FileStoreRead to provide reading of InternalRow.
tables() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
tables - Variable in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
TableScan - Interface in org.apache.paimon.table.source
A scan of Table to generate Split splits.
TableScan.Plan - Interface in org.apache.paimon.table.source
Plan of scan.
TableScanUtils - Class in org.apache.paimon.flink.utils
Utility methods for TableScan, such as validating.
TableScanUtils() - Constructor for class org.apache.paimon.flink.utils.TableScanUtils
 
TableSchema - Class in org.apache.paimon.schema
Schema of a table.
TableSchema(long, List<DataField>, int, List<String>, List<String>, Map<String, String>, String) - Constructor for class org.apache.paimon.schema.TableSchema
 
TableSchema(long, List<DataField>, int, List<String>, List<String>, Map<String, String>, String, long) - Constructor for class org.apache.paimon.schema.TableSchema
 
tableSchema - Variable in class org.apache.paimon.table.AbstractFileStoreTable
 
tablesMap - Variable in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
TableSorter - Class in org.apache.paimon.flink.sorter
An abstract TableSorter for SortCompactAction.
TableSorter(StreamExecutionEnvironment, DataStream<RowData>, FileStoreTable, List<String>) - Constructor for class org.apache.paimon.flink.sorter.TableSorter
 
TableSorter - Class in org.apache.paimon.spark.sort
Abstract sorter for sorting table.
TableSorter(FileStoreTable, List<String>) - Constructor for class org.apache.paimon.spark.sort.TableSorter
 
TableSorter.OrderType - Enum in org.apache.paimon.spark.sort
order type for sorting.
tableState - Variable in class org.apache.paimon.flink.lookup.PrimaryKeyLookupTable
 
TableStatsCollector - Class in org.apache.paimon.format
Collector to extract statistics of each fields from a series of records.
TableStatsCollector(RowType) - Constructor for class org.apache.paimon.format.TableStatsCollector
 
TableStatsCollector(RowType, FieldStatsCollector.Factory[]) - Constructor for class org.apache.paimon.format.TableStatsCollector
 
TableStatsExtractor - Interface in org.apache.paimon.format
Extracts statistics directly from file.
TableStatsExtractor.FileInfo - Class in org.apache.paimon.format
File info fetched from physical file.
TableStoreHiveStorageHandler - Class in org.apache.flink.table.store.hive
Deprecated.
TableStoreHiveStorageHandler() - Constructor for class org.apache.flink.table.store.hive.TableStoreHiveStorageHandler
Deprecated.
 
TableStoreInputFormat - Class in org.apache.flink.table.store.mapred
Deprecated.
TableStoreInputFormat() - Constructor for class org.apache.flink.table.store.mapred.TableStoreInputFormat
Deprecated.
 
TableStoreOutputFormat - Class in org.apache.flink.table.store.mapred
Deprecated.
TableStoreOutputFormat() - Constructor for class org.apache.flink.table.store.mapred.TableStoreOutputFormat
Deprecated.
 
TableStoreSerDe - Class in org.apache.flink.table.store.hive
Deprecated.
TableStoreSerDe() - Constructor for class org.apache.flink.table.store.hive.TableStoreSerDe
Deprecated.
 
TableStreamingReader - Class in org.apache.paimon.flink.lookup
A streaming reader to read table.
TableStreamingReader(Table, int[], Predicate) - Constructor for class org.apache.paimon.flink.lookup.TableStreamingReader
 
TableType - Enum in org.apache.paimon.table
Enum of catalog table type.
TableUtils - Class in org.apache.paimon.table
Utils for Table.
TableUtils() - Constructor for class org.apache.paimon.table.TableUtils
 
TableWrite - Interface in org.apache.paimon.table.sink
Write of Table to provide InternalRow writing.
TableWriteImpl<T> - Class in org.apache.paimon.table.sink
TableWrite implementation.
TableWriteImpl(FileStoreWrite<T>, KeyAndBucketExtractor<InternalRow>, TableWriteImpl.RecordExtractor<T>) - Constructor for class org.apache.paimon.table.sink.TableWriteImpl
 
TableWriteImpl.RecordExtractor<T> - Interface in org.apache.paimon.table.sink
Extractor to extract T from the SinkRecord.
TableWriteOperator<IN> - Class in org.apache.paimon.flink.sink
An abstract class for table write operator.
TableWriteOperator(FileStoreTable, StoreSinkWrite.Provider, String) - Constructor for class org.apache.paimon.flink.sink.TableWriteOperator
 
TAG_AUTOMATIC_CREATION - Static variable in class org.apache.paimon.CoreOptions
 
TAG_CALLBACK_PARAM - Static variable in class org.apache.paimon.CoreOptions
 
TAG_CALLBACKS - Static variable in class org.apache.paimon.CoreOptions
 
TAG_CREATION_DELAY - Static variable in class org.apache.paimon.CoreOptions
 
TAG_CREATION_PERIOD - Static variable in class org.apache.paimon.CoreOptions
 
TAG_NUM_RETAINED_MAX - Static variable in class org.apache.paimon.CoreOptions
 
TagAutoCreation - Class in org.apache.paimon.tag
A manager to create tags automatically.
TagCallback - Interface in org.apache.paimon.table.sink
This callback will be called after tag operations.
tagCallbacks() - Method in class org.apache.paimon.CoreOptions
 
tagCount() - Method in class org.apache.paimon.utils.TagManager
 
tagCreationDelay() - Method in class org.apache.paimon.CoreOptions
 
tagCreationMode() - Method in class org.apache.paimon.CoreOptions
 
tagCreationPeriod() - Method in class org.apache.paimon.CoreOptions
 
TagDeletion - Class in org.apache.paimon.operation
Delete tag files.
TagDeletion(FileIO, FileStorePathFactory, ManifestFile, ManifestList, IndexFileHandler) - Constructor for class org.apache.paimon.operation.TagDeletion
 
tagDirectory() - Method in class org.apache.paimon.utils.TagManager
Return the root Directory of tags.
tagExists(String) - Method in class org.apache.paimon.utils.TagManager
Check if a tag exists.
taggedSnapshot(String) - Method in class org.apache.paimon.utils.TagManager
Get the tagged snapshot by name.
taggedSnapshots() - Method in class org.apache.paimon.utils.TagManager
Get all tagged snapshots sorted by snapshot id.
tagManager() - Method in class org.apache.paimon.table.AbstractFileStoreTable
 
tagManager() - Method in interface org.apache.paimon.table.DataTable
 
tagManager() - Method in class org.apache.paimon.table.system.AuditLogTable
 
tagManager() - Method in class org.apache.paimon.table.system.BucketsTable
 
tagManager() - Method in class org.apache.paimon.table.system.FileMonitorTable
 
tagManager() - Method in class org.apache.paimon.table.system.ReadOptimizedTable
 
TagManager - Class in org.apache.paimon.utils
Manager for Tag.
TagManager(FileIO, Path) - Constructor for class org.apache.paimon.utils.TagManager
 
tagNumRetainedMax() - Method in class org.apache.paimon.CoreOptions
 
tagPath(String) - Method in class org.apache.paimon.utils.TagManager
Return the path of a tag.
TagPeriodHandler - Interface in org.apache.paimon.tag
Handle time for tag.
TagPeriodHandler.BaseTagPeriodHandler - Class in org.apache.paimon.tag
Base implementation of TagPeriodHandler.
TagPeriodHandler.DailyTagPeriodHandler - Class in org.apache.paimon.tag
TagPeriodHandler.HourlyTagPeriodHandler - Class in org.apache.paimon.tag
TagPeriodHandler.TwoHoursTagPeriodHandler - Class in org.apache.paimon.tag
Two Hours TagPeriodHandler.
TagPreview - Class in org.apache.paimon.tag
A class of tag preview to find suitable snapshots.
TagPreviewCommitCallback - Class in org.apache.paimon.metastore
A CommitCallback to add partitions to metastore for tag preview.
TagPreviewCommitCallback(AddPartitionTagCallback, TagPreview) - Constructor for class org.apache.paimon.metastore.TagPreviewCommitCallback
 
TAGS - Static variable in class org.apache.paimon.table.system.TagsTable
 
tags() - Method in class org.apache.paimon.utils.TagManager
Get all tagged snapshots with names sorted by snapshot id.
tags(Predicate<String>) - Method in class org.apache.paimon.utils.TagManager
Retrieves a sorted map of snapshots filtered based on a provided predicate.
TagsTable - Class in org.apache.paimon.table.system
A Table for showing tags of table.
TagsTable(FileIO, Path) - Constructor for class org.apache.paimon.table.system.TagsTable
 
TagTimeExtractor - Interface in org.apache.paimon.tag
Extractor to extract tag time from Snapshot.
TagTimeExtractor.ProcessTimeExtractor - Class in org.apache.paimon.tag
Extract time from snapshot time millis.
TagTimeExtractor.WatermarkExtractor - Class in org.apache.paimon.tag
Extract time from snapshot watermark.
tagToPartitionField() - Method in class org.apache.paimon.CoreOptions
 
tagToPartitionPreview() - Method in class org.apache.paimon.CoreOptions
 
tagToTime(String) - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
tagToTime(String) - Method in class org.apache.paimon.tag.TagPeriodHandler.DailyTagPeriodHandler
 
tagToTime(String) - Method in interface org.apache.paimon.tag.TagPeriodHandler
 
take() - Method in class org.apache.paimon.utils.ParallelExecution
 
target(DataTypeRoot) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
target(DataType) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
target(DataTypeFamily) - Method in class org.apache.paimon.casting.CastRulePredicate.Builder
 
TARGET_FILE_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
TARGET_FILE_SIZE_BASE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
targetFileSize() - Method in class org.apache.paimon.CoreOptions
 
targetFileSize() - Method in class org.apache.paimon.io.RollingFileWriter
 
taskFuture - Variable in class org.apache.paimon.compact.CompactFutureManager
 
TBPROPERTIES_LOCATION_KEY - Static variable in class org.apache.paimon.hive.LocationKeyExtractor
 
TBPropertiesLocationHelper - Class in org.apache.paimon.hive
Helper for Setting Location in Hive Table Properties.
TBPropertiesLocationHelper() - Constructor for class org.apache.paimon.hive.TBPropertiesLocationHelper
 
tell() - Method in class org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
tempDirs() - Method in interface org.apache.paimon.disk.IOManager
 
tempDirs() - Method in class org.apache.paimon.disk.IOManagerImpl
 
test(BinaryRow, int) - Method in interface org.apache.paimon.manifest.ManifestCacheFilter
 
test(BinaryRow) - Method in class org.apache.paimon.partition.PartitionPredicate.DefaultPartitionPredicate
 
test(long, FieldStats[]) - Method in class org.apache.paimon.partition.PartitionPredicate.DefaultPartitionPredicate
 
test(BinaryRow) - Method in class org.apache.paimon.partition.PartitionPredicate.MultiplePartitionPredicate
 
test(long, FieldStats[]) - Method in class org.apache.paimon.partition.PartitionPredicate.MultiplePartitionPredicate
 
test(BinaryRow) - Method in interface org.apache.paimon.partition.PartitionPredicate
 
test(long, FieldStats[]) - Method in interface org.apache.paimon.partition.PartitionPredicate
 
test(Object[], List<Predicate>) - Method in class org.apache.paimon.predicate.And
 
test(InternalRow, List<Predicate>) - Method in class org.apache.paimon.predicate.And
 
test(long, FieldStats[], List<Predicate>) - Method in class org.apache.paimon.predicate.And
 
test(Object[], List<Predicate>) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
test(InternalRow, List<Predicate>) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
test(long, FieldStats[], List<Predicate>) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
test(Object[]) - Method in class org.apache.paimon.predicate.CompoundPredicate
 
test(InternalRow) - Method in class org.apache.paimon.predicate.CompoundPredicate
 
test(long, FieldStats[]) - Method in class org.apache.paimon.predicate.CompoundPredicate
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.Equal
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.Equal
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.GreaterOrEqual
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.GreaterOrEqual
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.GreaterThan
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.GreaterThan
 
test(DataType, Object, List<Object>) - Method in class org.apache.paimon.predicate.In
 
test(DataType, long, FieldStats, List<Object>) - Method in class org.apache.paimon.predicate.In
 
test(DataType, Object) - Method in class org.apache.paimon.predicate.IsNotNull
 
test(DataType, long, FieldStats) - Method in class org.apache.paimon.predicate.IsNotNull
 
test(DataType, Object) - Method in class org.apache.paimon.predicate.IsNull
 
test(DataType, long, FieldStats) - Method in class org.apache.paimon.predicate.IsNull
 
test(DataType, Object, List<Object>) - Method in class org.apache.paimon.predicate.LeafFunction
 
test(DataType, long, FieldStats, List<Object>) - Method in class org.apache.paimon.predicate.LeafFunction
 
test(Object[]) - Method in class org.apache.paimon.predicate.LeafPredicate
 
test(InternalRow) - Method in class org.apache.paimon.predicate.LeafPredicate
 
test(long, FieldStats[]) - Method in class org.apache.paimon.predicate.LeafPredicate
 
test(DataType, Object) - Method in class org.apache.paimon.predicate.LeafUnaryFunction
 
test(DataType, long, FieldStats) - Method in class org.apache.paimon.predicate.LeafUnaryFunction
 
test(DataType, Object, List<Object>) - Method in class org.apache.paimon.predicate.LeafUnaryFunction
 
test(DataType, long, FieldStats, List<Object>) - Method in class org.apache.paimon.predicate.LeafUnaryFunction
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.LessOrEqual
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.LessOrEqual
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.LessThan
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.LessThan
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.NotEqual
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.NotEqual
 
test(DataType, Object, List<Object>) - Method in class org.apache.paimon.predicate.NotIn
 
test(DataType, long, FieldStats, List<Object>) - Method in class org.apache.paimon.predicate.NotIn
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.NullFalseLeafBinaryFunction
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.NullFalseLeafBinaryFunction
 
test(DataType, Object, List<Object>) - Method in class org.apache.paimon.predicate.NullFalseLeafBinaryFunction
 
test(DataType, long, FieldStats, List<Object>) - Method in class org.apache.paimon.predicate.NullFalseLeafBinaryFunction
 
test(Object[], List<Predicate>) - Method in class org.apache.paimon.predicate.Or
 
test(InternalRow, List<Predicate>) - Method in class org.apache.paimon.predicate.Or
 
test(long, FieldStats[], List<Predicate>) - Method in class org.apache.paimon.predicate.Or
 
test(Object[]) - Method in interface org.apache.paimon.predicate.Predicate
Test based on the specific input column values.
test(InternalRow) - Method in interface org.apache.paimon.predicate.Predicate
Test based on the specific input row.
test(long, FieldStats[]) - Method in interface org.apache.paimon.predicate.Predicate
Test based on the statistical information to determine whether a hit is possible.
test(InternalRow) - Method in class org.apache.paimon.predicate.PredicateFilter
 
test(DataType, Object, Object) - Method in class org.apache.paimon.predicate.StartsWith
 
test(DataType, long, FieldStats, Object) - Method in class org.apache.paimon.predicate.StartsWith
 
test(T) - Method in interface org.apache.paimon.utils.Filter
Evaluates this predicate on the given argument.
testFailed(ExtensionContext, Throwable) - Method in class org.apache.paimon.testutils.junit.TestLoggerExtension
 
TestLoggerExtension - Class in org.apache.paimon.testutils.junit
A JUnit-5-style test logger.
TestLoggerExtension() - Constructor for class org.apache.paimon.testutils.junit.TestLoggerExtension
 
testSuccessful(ExtensionContext) - Method in class org.apache.paimon.testutils.junit.TestLoggerExtension
 
text - Variable in class org.apache.paimon.benchmark.Query.WriteSql
 
text(String, InlineElement...) - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Adds a block of text with placeholders ("%s") that will be replaced with proper string representation of given InlineElement.
text(String) - Method in class org.apache.paimon.options.description.Description.DescriptionBuilder
Creates a simple block of text.
text(String, InlineElement...) - Static method in class org.apache.paimon.options.description.TextElement
Creates a block of text with placeholders ("%s") that will be replaced with proper string representation of given InlineElement.
text(String) - Static method in class org.apache.paimon.options.description.TextElement
Creates a simple block of text.
TextElement - Class in org.apache.paimon.options.description
Represents a text block in the Description.
TextElement.TextStyle - Enum in org.apache.paimon.options.description
Styles that can be applied to TextElement e.g.
THIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorCallContext
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
THIS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
THIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
THIS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ThreadLocalClassLoaderConfiguration - Class in org.apache.paimon.format.orc
Workaround for https://issues.apache.org/jira/browse/ORC-653.
ThreadLocalClassLoaderConfiguration() - Constructor for class org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
ThreadLocalClassLoaderConfiguration(Configuration) - Constructor for class org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
ThreadUtils - Class in org.apache.paimon.utils
Utils for thread.
ThreadUtils() - Constructor for class org.apache.paimon.utils.ThreadUtils
 
THROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THROW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
THROW() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
THROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
THROW - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
ThrowingConsumer<T,E extends Throwable> - Interface in org.apache.paimon.utils
This interface is basically Java's Consumer interface enhanced with the ability to throw an exception.
THROWS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THROWS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstructorDeclarationContext
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
THROWS() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
THROWS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
THROWS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
TILDE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TILDE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TILDE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
TILDE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
TILDE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
TILDE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
TIME() - Static method in class org.apache.paimon.types.DataTypes
 
TIME(int) - Static method in class org.apache.paimon.types.DataTypes
 
timeMillis() - Method in class org.apache.paimon.schema.TableSchema
 
timeMillis() - Method in class org.apache.paimon.Snapshot
 
Timestamp - Class in org.apache.paimon.data
An internal data structure representing data of TimestampType and LocalZonedTimestampType.
TIMESTAMP() - Static method in class org.apache.paimon.types.DataTypes
 
TIMESTAMP(int) - Static method in class org.apache.paimon.types.DataTypes
 
TIMESTAMP_MILLIS() - Static method in class org.apache.paimon.types.DataTypes
 
TIMESTAMP_WITH_LOCAL_TIME_ZONE() - Static method in class org.apache.paimon.types.DataTypes
 
TIMESTAMP_WITH_LOCAL_TIME_ZONE(int) - Static method in class org.apache.paimon.types.DataTypes
 
TimestampColumnReader - Class in org.apache.paimon.format.parquet.reader
Timestamp ColumnReader.
TimestampColumnReader(boolean, ColumnDescriptor, PageReader) - Constructor for class org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
TimestampColumnVector - Interface in org.apache.paimon.data.columnar
Timestamp column vector.
TimestampSerializer - Class in org.apache.paimon.data.serializer
Serializer for Timestamp.
TimestampSerializer(int) - Constructor for class org.apache.paimon.data.serializer.TimestampSerializer
 
timestampToTimestampWithLocalZone(Timestamp, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
TimestampType - Class in org.apache.paimon.types
Data type of a timestamp WITHOUT time zone consisting of year-month-day hour:minute:second[.fractional] with up to nanosecond precision and values ranging from 0000-01-01 00:00:00.000000000 to 9999-12-31 23:59:59.999999999.
TimestampType(boolean, int) - Constructor for class org.apache.paimon.types.TimestampType
 
TimestampType(int) - Constructor for class org.apache.paimon.types.TimestampType
 
TimestampType() - Constructor for class org.apache.paimon.types.TimestampType
 
timestampWithLocalZoneToDate(Timestamp, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
timestampWithLocalZoneToTime(Timestamp, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
timestampWithLocalZoneToTimestamp(Timestamp, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
timeToTag(LocalDateTime) - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
timeToTag(LocalDateTime) - Method in interface org.apache.paimon.tag.TagPeriodHandler
 
timeToTimestampWithLocalZone(int, TimeZone) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
timeTravel(FileStoreTable, String) - Method in class org.apache.paimon.tag.TagPreview
 
timeTravelToTimestamp(SnapshotManager, long) - Static method in class org.apache.paimon.table.source.snapshot.StaticFromTimestampStartingScanner
 
TimeType - Class in org.apache.paimon.types
Data type of a time WITHOUT time zone consisting of hour:minute:second[.fractional] with up to nanosecond precision and values ranging from 00:00:00.000000000 to 23:59:59.999999999.
TimeType(boolean, int) - Constructor for class org.apache.paimon.types.TimeType
 
TimeType(int) - Constructor for class org.apache.paimon.types.TimeType
 
TimeType() - Constructor for class org.apache.paimon.types.TimeType
 
TimeUtils - Class in org.apache.paimon.utils
Collection of utilities about time intervals.
TimeUtils() - Constructor for class org.apache.paimon.utils.TimeUtils
 
TINYINT() - Static method in class org.apache.paimon.types.DataTypes
 
tinyintToOrderedBytes(byte, ByteBuffer) - Static method in class org.apache.paimon.utils.ZOrderByteUtils
Signed tiny ints are treated the same as the signed ints in ZOrderByteUtils.intToOrderedBytes(int, ByteBuffer).
TinyIntType - Class in org.apache.paimon.types
Data type of a 1-byte signed integer with values from -128 to 127.
TinyIntType(boolean) - Constructor for class org.apache.paimon.types.TinyIntType
 
TinyIntType() - Constructor for class org.apache.paimon.types.TinyIntType
 
toBigDecimal() - Method in class org.apache.paimon.data.Decimal
Converts this Decimal into an instance of BigDecimal.
toBinary(FieldStats[]) - Method in class org.apache.paimon.stats.FieldStatsArraySerializer
 
toBinaryArray(InternalArray) - Method in class org.apache.paimon.data.serializer.InternalArraySerializer
 
toBinaryMap(InternalMap) - Method in class org.apache.paimon.data.serializer.InternalMapSerializer
 
toBinaryRow(T) - Method in class org.apache.paimon.data.serializer.AbstractRowDataSerializer
Convert a InternalRow to a BinaryRow.
toBinaryRow(BinaryRow) - Method in class org.apache.paimon.data.serializer.BinaryRowSerializer
 
toBinaryRow(InternalRow) - Method in class org.apache.paimon.data.serializer.InternalRowSerializer
Convert InternalRow into BinaryRow.
toBinaryString(byte[], DataType) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toBoolean(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
Parse a BinaryString to boolean.
toBooleanArray() - Method in class org.apache.paimon.data.BinaryArray
 
toBooleanArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toBooleanArray() - Method in class org.apache.paimon.data.GenericArray
 
toBooleanArray() - Method in interface org.apache.paimon.data.InternalArray
 
toBooleanArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toByte(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toByteArray() - Method in class org.apache.paimon.data.BinaryArray
 
toByteArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toByteArray() - Method in class org.apache.paimon.data.GenericArray
 
toByteArray() - Method in interface org.apache.paimon.data.InternalArray
 
toByteArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toBytes() - Method in class org.apache.paimon.data.BinarySection
 
toBytes() - Method in class org.apache.paimon.flink.sink.LogOffsetCommittable
 
toByteValue() - Method in enum org.apache.paimon.flink.sink.Committable.Kind
 
toByteValue() - Method in enum org.apache.paimon.flink.sink.index.KeyPartOrRow
 
toByteValue() - Method in enum org.apache.paimon.flink.sink.MultiTableCommittable.Kind
 
toByteValue() - Method in enum org.apache.paimon.manifest.FileKind
 
toByteValue() - Method in enum org.apache.paimon.types.RowKind
Returns the byte value representation of this RowKind.
toCdcRecord() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
toCharacterString(BinaryString, DataType) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toCloseableIterator() - Method in interface org.apache.paimon.reader.RecordReader
Convert this reader to a CloseableIterator.
toConfiguration() - Method in class org.apache.paimon.CoreOptions
 
toDataType(String, TypeMapping) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
toDataType(String, Integer, Integer, TypeMapping) - Static method in class org.apache.paimon.flink.action.cdc.mysql.MySqlTypeUtils
 
toDataType(RowType) - Static method in class org.apache.paimon.flink.LogicalTypeConversion
 
toDataType(LogicalType) - Static method in class org.apache.paimon.flink.LogicalTypeConversion
 
toDataType(LogicalType, AtomicInteger) - Static method in class org.apache.paimon.flink.LogicalTypeConversion
 
toDate(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toDeleteEntry() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
toDouble(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toDoubleArray() - Method in class org.apache.paimon.data.BinaryArray
 
toDoubleArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toDoubleArray() - Method in class org.apache.paimon.data.GenericArray
 
toDoubleArray() - Method in interface org.apache.paimon.data.InternalArray
 
toDoubleArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toFile(Path) - Method in class org.apache.paimon.fs.local.LocalFileIO
Converts the given Path to a File for this file system.
toFileChange(InternalRow) - Static method in class org.apache.paimon.table.system.FileMonitorTable
 
toFlatJson(T) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
 
toFlinkDecimal(Decimal) - Static method in class org.apache.paimon.flink.FlinkRowData
 
toFlinkRowKind(RowKind) - Static method in class org.apache.paimon.flink.FlinkRowData
 
toFlinkString(BinaryString) - Static method in class org.apache.paimon.flink.FlinkRowData
 
toFlinkTimestamp(Timestamp) - Static method in class org.apache.paimon.flink.FlinkRowData
 
toFloat(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toFloatArray() - Method in class org.apache.paimon.data.BinaryArray
 
toFloatArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toFloatArray() - Method in class org.apache.paimon.data.GenericArray
 
toFloatArray() - Method in interface org.apache.paimon.data.InternalArray
 
toFloatArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toGenericRow(CdcRecord, List<DataField>) - Static method in class org.apache.paimon.flink.sink.cdc.CdcRecordUtils
Convert fields to a GenericRow.
toGenericRow(InternalRow) - Method in class org.apache.paimon.utils.RowDataToObjectArrayConverter
 
toHumanReadableString() - Method in class org.apache.paimon.options.MemorySize
 
toIdentifier(ObjectPath) - Static method in class org.apache.paimon.flink.FlinkCatalog
 
toIdentifier(Identifier) - Method in class org.apache.paimon.spark.SparkCatalog
 
toInstant() - Method in class org.apache.paimon.data.Timestamp
Converts this Timestamp object to a Instant.
toInt(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
Parses this BinaryString to Int.
toIntArray() - Method in class org.apache.paimon.data.BinaryArray
 
toIntArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toIntArray() - Method in class org.apache.paimon.data.GenericArray
 
toIntArray() - Method in interface org.apache.paimon.data.InternalArray
 
toIntArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toInternal(Date) - Static method in class org.apache.paimon.utils.DateTimeUtils
Converts the Java type used for UDF parameters of SQL DATE type (Date) to internal representation (int).
toInternal(Time) - Static method in class org.apache.paimon.utils.DateTimeUtils
Converts the Java type used for UDF parameters of SQL TIME type (Time) to internal representation (int).
toInternal(long, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toInternal(LocalDate) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toInternal(LocalTime) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toIntIterator() - Method in class org.apache.paimon.utils.IntHashSet
 
toIntList(IntIterator) - Static method in interface org.apache.paimon.utils.IntIterator
 
toInts() - Method in class org.apache.paimon.utils.IntHashSet
 
toInts(IntIterator) - Static method in interface org.apache.paimon.utils.IntIterator
 
toJavaMap(DataType, DataType) - Method in class org.apache.paimon.data.BinaryMap
 
toJson() - Method in class org.apache.paimon.consumer.Consumer
 
toJson() - Method in class org.apache.paimon.Snapshot
 
toJson(T) - Static method in class org.apache.paimon.utils.JsonSerdeUtil
 
toKafkaProperties(Options) - Static method in class org.apache.paimon.flink.kafka.KafkaLogStoreFactory
 
tokenNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
Deprecated.
tokenNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
Deprecated.
tokenNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
Deprecated.
tokenNames - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
Deprecated.
toLocalDate(int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toLocalDateTime() - Method in class org.apache.paimon.data.Timestamp
Converts this Timestamp object to a LocalDateTime.
toLocalDateTime(long) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toLocalDateTime(long, ZoneId) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toLocalDateTime(String, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toLocalDateTimeDefault(String) - Static method in class org.apache.paimon.partition.PartitionTimeExtractor
 
toLocalTime(int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
toLogicalType(RowType) - Static method in class org.apache.paimon.flink.LogicalTypeConversion
 
toLogicalType(DataType) - Static method in class org.apache.paimon.flink.LogicalTypeConversion
 
toLogRecord(SinkRecord) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
toLogRecord(SinkRecord) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
toLogRecord(SinkRecord) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
toLong(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
Parses this BinaryString to Long.
toLongArray() - Method in class org.apache.paimon.data.BinaryArray
 
toLongArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toLongArray() - Method in class org.apache.paimon.data.GenericArray
 
toLongArray() - Method in interface org.apache.paimon.data.InternalArray
 
toLongArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toLowerCase() - Method in class org.apache.paimon.data.BinaryString
Converts all of the characters in this BinaryString to lower case.
toManifestFilePath(String) - Method in class org.apache.paimon.utils.FileStorePathFactory
 
toManifestListPath(String) - Method in class org.apache.paimon.utils.FileStorePathFactory
 
toMap() - Method in class org.apache.paimon.CoreOptions
 
toMap() - Method in class org.apache.paimon.options.Options
 
toMicros() - Method in class org.apache.paimon.data.Timestamp
Converts this Timestamp object to micros.
toMillisTimestamp() - Method in class org.apache.paimon.data.Timestamp
 
toMySqlTableInfos(boolean) - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.MySqlSchemasInfo
 
toNestedIndexes() - Method in class org.apache.paimon.flink.Projection
Convert this instance to a nested projection index paths.
toNestedIndexes() - Method in class org.apache.paimon.utils.Projection
Convert this instance to a nested projection index paths.
toObject(boolean[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive booleans to objects.
toObject(byte[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive floats to objects.
toObject(int[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive ints to objects.
toObject(long[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive longs to objects.
toObject(short[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of primitive shorts to objects.
toObjectArray(DataType) - Method in class org.apache.paimon.data.BinaryArray
 
toObjectArray() - Method in class org.apache.paimon.data.GenericArray
Converts this GenericArray into an array of Java Object.
toOrcType(DataType) - Static method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
toOrcType(DataType) - Static method in class org.apache.paimon.format.orc.reader.OrcSplitReaderUtil
 
toPaimonTableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.AllMergedMySqlTableInfo
 
toPaimonTableName() - Method in interface org.apache.paimon.flink.action.cdc.mysql.schema.MySqlTableInfo
Convert to corresponding Paimon table name.
toPaimonTableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.ShardsMergedMySqlTableInfo
 
toPaimonTableName() - Method in class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
toPaimonType(String) - Static method in class org.apache.paimon.hive.HiveTypeUtils
Convert hive data type TypeInfo to paimon data type DataType.
toPaimonType(TypeInfo) - Static method in class org.apache.paimon.hive.HiveTypeUtils
Convert hive data type TypeInfo to paimon data type DataType.
toPaimonType(DataType) - Static method in class org.apache.paimon.spark.SparkTypeUtils
 
toPaimonTypes(List<DataType>) - Method in class org.apache.paimon.flink.action.ActionBase
Extract LogicalTypes from Flink DataTypes and convert to Paimon DataTypes.
toPath(String) - Method in class org.apache.paimon.io.DataFilePathFactory
 
toPath(String) - Method in interface org.apache.paimon.utils.PathFactory
 
topic() - Method in class org.apache.paimon.flink.action.cdc.kafka.KafkaSyncTableAction
 
topic() - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncTableActionBase
 
topic() - Method in class org.apache.paimon.flink.action.cdc.pulsar.PulsarSyncTableAction
 
TOPIC - Static variable in class org.apache.paimon.flink.kafka.KafkaLogOptions
 
toPrimitiveBoolean(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitiveByte(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitiveDouble(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitiveFloat(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitiveInteger(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitiveLong(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitiveShort(Object[]) - Static method in class org.apache.paimon.utils.ArrayUtils
Converts an array of object Shorts to primitives.
toRichCdcRecord() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
toRow(IndexFileMeta) - Method in class org.apache.paimon.index.IndexFileMetaSerializer
 
toRow(DataFileMeta) - Method in class org.apache.paimon.io.DataFileMetaSerializer
 
toRow(KeyValue) - Method in class org.apache.paimon.KeyValueSerializer
 
toRow(InternalRow, long, RowKind, InternalRow) - Method in class org.apache.paimon.KeyValueSerializer
 
toRow(FileMonitorTable.FileChange) - Static method in class org.apache.paimon.table.system.FileMonitorTable
 
toRow(Integer) - Method in class org.apache.paimon.utils.IntObjectSerializer
 
toRow(T) - Method in class org.apache.paimon.utils.ObjectSerializer
Convert a T to InternalRow.
toRow(T) - Method in class org.apache.paimon.utils.VersionedObjectSerializer
 
toRowData() - Method in class org.apache.paimon.stats.BinaryTableStats
 
toSchemaPath(long) - Method in class org.apache.paimon.schema.SchemaManager
 
toShort(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toShortArray() - Method in class org.apache.paimon.data.BinaryArray
 
toShortArray() - Method in class org.apache.paimon.data.columnar.ColumnarArray
 
toShortArray() - Method in class org.apache.paimon.data.GenericArray
 
toShortArray() - Method in interface org.apache.paimon.data.InternalArray
 
toShortArray() - Method in class org.apache.paimon.hive.objectinspector.HivePaimonArray
 
toSourceSplit() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitState
 
toSplitType(String, FileStoreSourceSplitState) - Method in class org.apache.paimon.flink.source.FileStoreSourceReader
 
toSQLDate(int) - Static method in class org.apache.paimon.utils.DateTimeUtils
Converts the internal representation of a SQL DATE (int) to the Java type used for UDF parameters (Date).
toSQLTime(int) - Static method in class org.apache.paimon.utils.DateTimeUtils
Converts the internal representation of a SQL TIME (int) to the Java type used for UDF parameters (Time).
toSQLTimestamp() - Method in class org.apache.paimon.data.Timestamp
Converts this Timestamp object to a Timestamp.
toString() - Method in class org.apache.paimon.append.AppendOnlyCompactionTask
 
toString() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuMetric
 
toString() - Method in class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
 
toString() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Returns a string printing PIDs of process present in the ProcfsBasedProcessTree.
toString() - Method in class org.apache.paimon.catalog.Identifier
 
toString() - Method in class org.apache.paimon.codegen.SortSpec.SortFieldSpec
 
toString() - Method in class org.apache.paimon.codegen.SortSpec
 
toString() - Method in enum org.apache.paimon.CoreOptions.ChangelogProducer
 
toString() - Method in enum org.apache.paimon.CoreOptions.ConsumerMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.ExpireExecutionMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.FileFormatType
 
toString() - Method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.LogChangelogMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.LogConsistency
 
toString() - Method in enum org.apache.paimon.CoreOptions.MergeEngine
 
toString() - Method in enum org.apache.paimon.CoreOptions.SequenceAutoPadding
 
toString() - Method in enum org.apache.paimon.CoreOptions.SortEngine
 
toString() - Method in enum org.apache.paimon.CoreOptions.StartupMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.StreamingReadMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.StreamScanMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.TagCreationMode
 
toString() - Method in enum org.apache.paimon.CoreOptions.TagCreationPeriod
 
toString() - Method in class org.apache.paimon.data.BinaryString
 
toString() - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
toString() - Method in class org.apache.paimon.data.Decimal
 
toString() - Method in class org.apache.paimon.data.GenericRow
 
toString() - Method in class org.apache.paimon.data.JoinedRow
 
toString() - Method in class org.apache.paimon.data.Timestamp
 
toString() - Method in class org.apache.paimon.disk.FileIOChannel.ID
 
toString() - Method in enum org.apache.paimon.flink.FlinkConnectorOptions.SplitAssignMode
 
toString() - Method in enum org.apache.paimon.flink.FlinkConnectorOptions.WatermarkEmitStrategy
 
toString() - Method in class org.apache.paimon.flink.ProjectedRowData
 
toString() - Method in class org.apache.paimon.flink.Projection
 
toString() - Method in class org.apache.paimon.flink.sink.BucketsRowChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcHashKeyChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecord
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcMultiplexRecordChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecord
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.CdcWithBucketChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.MultiTableCommittableChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcMultiplexRecord
 
toString() - Method in class org.apache.paimon.flink.sink.cdc.RichCdcRecord
 
toString() - Method in class org.apache.paimon.flink.sink.Committable
 
toString() - Method in class org.apache.paimon.flink.sink.CommittableTypeInfo
 
toString() - Method in class org.apache.paimon.flink.sink.CompactionTaskTypeInfo
 
toString() - Method in class org.apache.paimon.flink.sink.FlinkStreamPartitioner
 
toString() - Method in class org.apache.paimon.flink.sink.index.KeyPartRowChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
toString() - Method in class org.apache.paimon.flink.sink.MultiTableCommittableTypeInfo
 
toString() - Method in class org.apache.paimon.flink.sink.RowDataChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.RowHashKeyChannelComputer
 
toString() - Method in class org.apache.paimon.flink.sink.RowWithBucketChannelComputer
 
toString() - Method in class org.apache.paimon.flink.source.align.CheckpointEvent
 
toString() - Method in class org.apache.paimon.flink.source.ReaderConsumeProgressEvent
 
toString() - Method in class org.apache.paimon.flink.utils.InternalTypeInfo
 
toString() - Method in class org.apache.paimon.flink.utils.JavaTypeInfo
 
toString() - Method in class org.apache.paimon.format.FieldStats
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.And
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Equals
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.IsNull
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.LessThan
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Not
 
toString() - Method in class org.apache.paimon.format.orc.filter.OrcFilters.Or
 
toString() - Method in class org.apache.paimon.format.parquet.ParquetInputFile
 
toString() - Method in class org.apache.paimon.fs.Path
 
toString() - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
toString() - Method in class org.apache.paimon.index.IndexFileMeta
 
toString() - Method in class org.apache.paimon.io.CompactIncrement
 
toString() - Method in class org.apache.paimon.io.DataFileMeta
 
toString() - Method in class org.apache.paimon.io.DataOutputSerializer
 
toString() - Method in class org.apache.paimon.io.IndexIncrement
 
toString() - Method in class org.apache.paimon.io.NewFilesIncrement
 
toString(RowType, RowType) - Method in class org.apache.paimon.KeyValue
 
toString() - Method in class org.apache.paimon.manifest.IndexManifestEntry.Identifier
 
toString() - Method in class org.apache.paimon.manifest.IndexManifestEntry
 
toString() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
toString() - Method in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
toString(FileStorePathFactory) - Method in class org.apache.paimon.manifest.ManifestEntry.Identifier
 
toString() - Method in class org.apache.paimon.manifest.ManifestEntry
 
toString() - Method in class org.apache.paimon.manifest.ManifestFileMeta
 
toString() - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
toString() - Method in class org.apache.paimon.mergetree.LevelSortedRun
 
toString() - Method in class org.apache.paimon.mergetree.SortedRun
 
toString() - Method in class org.apache.paimon.operation.FileStoreWrite.State
 
toString() - Method in class org.apache.paimon.operation.metrics.CompactionStats
 
toString() - Method in class org.apache.paimon.options.ConfigOption
 
toString() - Method in class org.apache.paimon.options.FallbackKey
 
toString() - Method in class org.apache.paimon.options.MemorySize
 
toString() - Method in class org.apache.paimon.predicate.FieldRef
 
toString() - Method in class org.apache.paimon.schema.Schema
 
toString() - Method in class org.apache.paimon.schema.TableSchema
 
toString() - Method in class org.apache.paimon.spark.procedure.ProcedureParameterImpl
 
toString() - Method in enum org.apache.paimon.spark.sort.TableSorter.OrderType
 
toString() - Method in class org.apache.paimon.table.sink.CommitMessageImpl
 
toString() - Method in class org.apache.paimon.table.source.RawFile
 
toString() - Method in class org.apache.paimon.table.system.FileMonitorTable.FileChange
 
toString() - Method in enum org.apache.paimon.table.TableType
 
toString() - Method in class org.apache.paimon.tools.ci.utils.shared.Dependency
 
toString() - Method in class org.apache.paimon.types.DataField
 
toString() - Method in class org.apache.paimon.types.DataType
 
toString() - Method in class org.apache.paimon.utils.CommitIncrement
 
toString() - Method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
 
toString() - Method in class org.apache.paimon.utils.KeyProjectedRow
 
toString() - Method in class org.apache.paimon.utils.LongCounter
 
toString() - Method in class org.apache.paimon.utils.Pair
 
toString() - Method in class org.apache.paimon.utils.PositiveIntInt
 
toString() - Method in class org.apache.paimon.utils.ProjectedRow
 
toString() - Method in class org.apache.paimon.utils.Projection
 
toString() - Method in class org.apache.paimon.utils.Reference
 
toString() - Method in class org.apache.paimon.utils.Triple
 
toStringArrayData(List<String>) - Static method in class org.apache.paimon.utils.InternalRowUtils
 
totalBucket - Variable in class org.apache.paimon.index.PartitionIndex
 
totalBucketGetter() - Static method in class org.apache.paimon.manifest.ManifestEntrySerializer
 
totalBuckets() - Method in class org.apache.paimon.manifest.ManifestEntry
 
totalBufferSize() - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
totalRecordCount() - Method in class org.apache.paimon.Snapshot
 
totalRecordCount(FileStoreScan) - Method in class org.apache.paimon.Snapshot
Return record count of all changes occurred in this snapshot given the scan.
totalRowCount() - Method in class org.apache.paimon.flink.source.DataTableSource.SplitStatistics
 
totalSize() - Method in class org.apache.paimon.mergetree.SortedRun
 
toTime(BinaryString) - Static method in class org.apache.paimon.utils.BinaryStringUtils
 
toTimestamp(BinaryString, int) - Static method in class org.apache.paimon.utils.BinaryStringUtils
Used by CAST(x as TIMESTAMP).
toTimestamp(BinaryString, int, TimeZone) - Static method in class org.apache.paimon.utils.BinaryStringUtils
Used by CAST(x as TIMESTAMP_LTZ).
toTopLevelIndexes() - Method in class org.apache.paimon.flink.Projection
Convert this instance to a projection of top level indexes.
toTopLevelIndexes() - Method in class org.apache.paimon.utils.Projection
Convert this instance to a projection of top level indexes.
toTypeInfo(DataType) - Static method in class org.apache.paimon.hive.HiveTypeUtils
Convert paimon data type DataType to hive data type TypeInfo.
toUnscaledBytes() - Method in class org.apache.paimon.data.Decimal
Returns a byte array describing the unscaled value of this Decimal.
toUnscaledLong() - Method in class org.apache.paimon.data.Decimal
Returns a long describing the unscaled value of this Decimal.
toUpperCase() - Method in class org.apache.paimon.data.BinaryString
Converts all of the characters in this BinaryString to upper case.
toUri() - Method in class org.apache.paimon.fs.Path
Convert this Path to a URI.
transform(ChannelComputer<T>, SerializableFunction<R, T>) - Static method in interface org.apache.paimon.flink.sink.ChannelComputer
 
transform(Function<T, R>) - Method in interface org.apache.paimon.reader.RecordReader.RecordIterator
Returns an iterator that applies function to each element.
transform(Function<T, R>) - Method in interface org.apache.paimon.reader.RecordReader
Returns a RecordReader that applies function to each element.
transformFieldMapping(Predicate, int[]) - Static method in class org.apache.paimon.predicate.PredicateBuilder
 
TRANSIENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TRANSIENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TRANSIENT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
TRANSIENT() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
TRANSIENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
TRANSIENT - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
traversalSnapshotsFromLatestSafely(Filter<Snapshot>) - Method in class org.apache.paimon.utils.SnapshotManager
Traversal snapshots from latest to earliest safely, this is applied on the writer side because the committer may delete obsolete snapshots, which may cause the writer to encounter unreadable snapshots.
triggerCompaction(boolean) - Method in class org.apache.paimon.append.AppendOnlyCompactManager
 
triggerCompaction(boolean) - Method in interface org.apache.paimon.compact.CompactManager
Trigger a new compaction task.
triggerCompaction(boolean) - Method in class org.apache.paimon.compact.NoopCompactManager
 
triggerCompaction(boolean) - Method in class org.apache.paimon.mergetree.compact.MergeTreeCompactManager
 
trim() - Method in class org.apache.paimon.data.BinaryString
Returns a string whose value is this string, with any leading and trailing whitespace removed.
trimmedPrimaryKey(InternalRow) - Method in class org.apache.paimon.crosspartition.KeyPartPartitionKeyExtractor
 
trimmedPrimaryKey() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordKeyAndBucketExtractor
 
trimmedPrimaryKey(CdcRecord) - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordPartitionKeyExtractor
 
trimmedPrimaryKey() - Method in class org.apache.paimon.flink.sink.RowDataKeyAndBucketExtractor
 
trimmedPrimaryKey() - Method in interface org.apache.paimon.table.sink.KeyAndBucketExtractor
 
trimmedPrimaryKey(T) - Method in interface org.apache.paimon.table.sink.PartitionKeyExtractor
 
trimmedPrimaryKey() - Method in class org.apache.paimon.table.sink.RowKeyExtractor
 
trimmedPrimaryKey(InternalRow) - Method in class org.apache.paimon.table.sink.RowPartitionKeyExtractor
 
trimmedPrimaryKeys() - Method in class org.apache.paimon.schema.TableSchema
 
trimmedPrimaryKeysFields() - Method in class org.apache.paimon.schema.TableSchema
 
Triple<T0,T1,T2> - Class in org.apache.paimon.utils
Container that accommodates three fields.
TRUE_STRING - Static variable in class org.apache.paimon.utils.BinaryStringUtils
 
truncate(String, DataType, String...) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 
truncate(Timestamp, int) - Static method in class org.apache.paimon.utils.DateTimeUtils
 
TRUNCATE_PATTERN - Static variable in class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
TruncateFieldStatsCollector - Class in org.apache.paimon.statistics
The truncate stats collector which will report null count, truncated min/max value.
TruncateFieldStatsCollector(int) - Constructor for class org.apache.paimon.statistics.TruncateFieldStatsCollector
 
TRY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TRY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
TRY() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
TRY() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
TRY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
TRY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
tryAtomicOverwriteViaRename(Path, String) - Method in class org.apache.paimon.fs.hadoop.HadoopFileIO
 
tryCommitOnce(List<ManifestEntry>, List<ManifestEntry>, List<IndexManifestEntry>, long, Long, Map<Integer, Long>, Snapshot.CommitKind, Snapshot, Long) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
tryEnrichOutOfMemoryError(Throwable, String, String, String) - Static method in class org.apache.paimon.utils.ExceptionUtils
Tries to enrich OutOfMemoryErrors being part of the passed root Throwable's cause tree.
tryFullCompaction(List<ManifestFileMeta>, List<ManifestFileMeta>, ManifestFile, long, long, RowType) - Static method in class org.apache.paimon.manifest.ManifestFileMeta
 
tryGetNonSnapshotFiles(Predicate<FileStatus>) - Method in class org.apache.paimon.utils.SnapshotManager
Try to get non snapshot files.
tryPollEntry() - Method in class org.apache.paimon.utils.Pool
Tries to get the next cached entry.
tryReadDataManifests(Snapshot) - Method in class org.apache.paimon.operation.FileDeletionBase
 
tryReadManifestList(String) - Method in class org.apache.paimon.operation.FileDeletionBase
It is possible that a job was killed during expiration and some manifest files have been deleted, so if the clean methods need to get manifests of a snapshot to be cleaned, we should try to read manifests and return empty list if failed instead of calling Snapshot.dataManifests(org.apache.paimon.manifest.ManifestList) directly.
tryRethrowException(Exception) - Static method in class org.apache.paimon.utils.ExceptionUtils
Tries to throw the given exception if not null.
tryRethrowIOException(Throwable) - Static method in class org.apache.paimon.utils.ExceptionUtils
Tries to throw the given Throwable in scenarios where the signatures allows only IOExceptions (and RuntimeException and Error).
tsMs() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Source
 
TwoHoursTagPeriodHandler() - Constructor for class org.apache.paimon.tag.TagPeriodHandler.TwoHoursTagPeriodHandler
 
type() - Method in class org.apache.paimon.flink.action.cdc.mysql.format.DebeziumEvent.Field
 
type - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
type() - Method in class org.apache.paimon.predicate.FieldRef
 
type() - Method in class org.apache.paimon.predicate.LeafPredicate
 
type() - Method in class org.apache.paimon.schema.SchemaChange.Move
 
type() - Method in class org.apache.paimon.types.DataField
 
TYPE_MAPPING - Static variable in class org.apache.paimon.flink.action.cdc.CdcActionCommonUtils
 
typeArgument() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeArgument() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeArgument() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
typeArgument(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
typeArgument() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
typeArgument(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
TypeArgumentContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
TypeArgumentContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
typeArguments(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
typeArguments(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassOrInterfaceTypeContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassTypeContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
typeArguments() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
TypeArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
TypeArgumentsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsContext
 
typeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
typeArgumentsOrDiamond(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
typeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
typeArgumentsOrDiamond(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CreatedNameContext
 
typeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeArgumentsOrDiamond() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
TypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
TypeArgumentsOrDiamondContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentsOrDiamondContext
 
typeBound() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeBound() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeBound() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
typeBound() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
TypeBoundContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
TypeBoundContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
TypeCheckUtils - Class in org.apache.paimon.utils
Utils for type.
TypeCheckUtils() - Constructor for class org.apache.paimon.utils.TypeCheckUtils
 
typeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
typeDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
typeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
typeDeclaration(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CompilationUnitContext
 
typeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeDeclaration() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
TypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
TypeDeclarationContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnumDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.NonWildcardTypeArgumentsContext
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeList() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
TypeListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
TypeListContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
typeMapping - Variable in class org.apache.paimon.flink.action.cdc.format.RecordParser
 
typeMapping - Variable in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
TypeMapping - Class in org.apache.paimon.flink.action.cdc
Utility that holds data type mapping options.
TypeMapping(Set<TypeMapping.TypeMappingMode>) - Constructor for class org.apache.paimon.flink.action.cdc.TypeMapping
 
TypeMapping.TypeMappingMode - Enum in org.apache.paimon.flink.action.cdc
Describe how to map MySQL data type to Paimon data type.
typeParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
typeParameter(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
typeParameter() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
typeParameter(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
TypeParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
TypeParameterContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeParameterContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericConstructorDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericInterfaceMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.GenericMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeParameters() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
TypeParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
TypeParametersContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeParametersContext
 
TypesFromInt96PageReader(ValuesReader, boolean) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
TypesFromInt96PageReader(Dictionary, boolean) - Constructor for class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationTypeElementRestContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ClassDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeArgumentContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
typeType(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
typeType(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeBoundContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
typeType(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
typeType(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeListContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
typeType() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
TypeTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
TypeTypeContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.InterfaceMethodDeclarationContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.MethodDeclarationContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.PrimaryContext
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
typeTypeOrVoid() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
TypeTypeOrVoidContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
TypeTypeOrVoidContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
TypeUtils - Class in org.apache.paimon.utils
Type related helper functions.
TypeUtils() - Constructor for class org.apache.paimon.utils.TypeUtils
 
TypeVisitor(int, int) - Constructor for class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 

U

UNAVAILABLE - Static variable in class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
 
UNAVAILABLE - Static variable in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
 
UNAWARE_BUCKET_COMPACTION_PARALLELISM - Static variable in class org.apache.paimon.flink.FlinkConnectorOptions
 
UnawareBucketCompactionSink - Class in org.apache.paimon.flink.sink
Compaction Sink for unaware-bucket table.
UnawareBucketCompactionSink(AppendOnlyFileStoreTable) - Constructor for class org.apache.paimon.flink.sink.UnawareBucketCompactionSink
 
UnawareBucketCompactionTopoBuilder - Class in org.apache.paimon.flink.compact
Build for unaware-bucket table flink compaction job.
UnawareBucketCompactionTopoBuilder(StreamExecutionEnvironment, String, AppendOnlyFileStoreTable) - Constructor for class org.apache.paimon.flink.compact.UnawareBucketCompactionTopoBuilder
 
UnawareBucketRowKeyExtractor - Class in org.apache.paimon.table.sink
Unaware bucket table put all records into bucket 0 (for comparability with old design).
UnawareBucketRowKeyExtractor(TableSchema) - Constructor for class org.apache.paimon.table.sink.UnawareBucketRowKeyExtractor
 
UnawareBucketWriteSink - Class in org.apache.paimon.flink.sink
Build topology for unaware bucket table sink.
UnawareBucketWriteSink(AppendOnlyFileStoreTable, Map<String, String>, LogSinkFunction, Integer, boolean) - Constructor for class org.apache.paimon.flink.sink.UnawareBucketWriteSink
 
uncaughtException(Thread, Throwable) - Method in class org.apache.paimon.utils.FatalExitExceptionHandler
 
UNDEFINED - Static variable in class org.apache.paimon.flink.source.metrics.FileStoreSourceReaderMetrics
 
unescapePathName(String) - Static method in class org.apache.paimon.utils.PartitionPathUtils
 
UniversalCompaction - Class in org.apache.paimon.mergetree.compact
Universal Compaction Style is a compaction style, targeting the use cases requiring lower write amplification, trading off read amplification and space amplification.
UniversalCompaction(int, int, int) - Constructor for class org.apache.paimon.mergetree.compact.UniversalCompaction
 
unixTimestamp(long) - Static method in class org.apache.paimon.utils.DateTimeUtils
Returns the value of the timestamp to seconds since '1970-01-01 00:00:00' UTC.
UNKNOWN_DATABASE - Static variable in class org.apache.paimon.catalog.Identifier
 
UNKNOWN_LEVEL - Static variable in class org.apache.paimon.KeyValue
 
UNKNOWN_SEQUENCE - Static variable in class org.apache.paimon.KeyValue
 
UnmergedMySqlTableInfo - Class in org.apache.paimon.flink.action.cdc.mysql.schema
Describe a table that is not merged.
UnmergedMySqlTableInfo(Identifier, Schema) - Constructor for class org.apache.paimon.flink.action.cdc.mysql.schema.UnmergedMySqlTableInfo
 
unmodifiable() - Method in class org.apache.paimon.utils.MapBuilder
 
unRegisterLogSystem(Identifier, Map<String, String>, ClassLoader) - Static method in interface org.apache.paimon.flink.log.LogStoreRegister
 
unRegisterTopic() - Method in class org.apache.paimon.flink.kafka.KafkaLogStoreRegister
 
unRegisterTopic() - Method in interface org.apache.paimon.flink.log.LogStoreRegister
Unregister topic in log system for the table.
UNSAFE - Static variable in class org.apache.paimon.data.columnar.heap.AbstractHeapVector
 
UNSAFE - Static variable in class org.apache.paimon.memory.MemorySegment
 
UNSAFE - Static variable in class org.apache.paimon.memory.MemoryUtils
The "unsafe", which can be used to perform native memory accesses.
UNSAFE - Static variable in class org.apache.paimon.utils.BinaryRowDataUtil
 
UnsupportedExpression() - Constructor for exception org.apache.paimon.flink.PredicateConverter.UnsupportedExpression
 
UnsupportedSchemeException - Exception in org.apache.paimon.fs
An exception to indicate that a specific file system scheme is not supported.
UnsupportedSchemeException(String) - Constructor for exception org.apache.paimon.fs.UnsupportedSchemeException
Creates a new exception with the given message.
UnsupportedSchemeException(String, Throwable) - Constructor for exception org.apache.paimon.fs.UnsupportedSchemeException
Creates a new exception with the given message and cause.
update(long) - Method in class org.apache.paimon.flink.metrics.FlinkHistogram
 
update(List<DataFileMeta>, List<DataFileMeta>) - Method in class org.apache.paimon.mergetree.Levels
 
update(long) - Method in class org.apache.paimon.metrics.DescriptiveStatisticsHistogram
 
update(long) - Method in interface org.apache.paimon.metrics.Histogram
Update the histogram with the given value.
update(int, Object) - Method in class org.apache.paimon.spark.SparkArrayData
 
update(int, Object) - Method in class org.apache.paimon.spark.SparkInternalRow
 
updateAssignInformation(int, FileStoreSourceSplit) - Method in class org.apache.paimon.flink.source.ConsumerProgressCalculator
 
updateBufferFlushCostMillis(long) - Method in class org.apache.paimon.operation.metrics.WriterMetrics
 
updateColumnComment(String, String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
updateColumnComment(String[], String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
UpdateColumnComment(String[], String) - Constructor for class org.apache.paimon.schema.SchemaChange.UpdateColumnComment
 
updateColumnNullability(String, boolean) - Static method in interface org.apache.paimon.schema.SchemaChange
 
updateColumnNullability(String[], boolean) - Static method in interface org.apache.paimon.schema.SchemaChange
 
UpdateColumnNullability(String[], boolean) - Constructor for class org.apache.paimon.schema.SchemaChange.UpdateColumnNullability
 
updateColumnPosition(SchemaChange.Move) - Static method in interface org.apache.paimon.schema.SchemaChange
 
updateColumnType(String, DataType) - Static method in interface org.apache.paimon.schema.SchemaChange
 
updateComment(String) - Static method in interface org.apache.paimon.schema.SchemaChange
 
updateConsumeProgress(int, ReaderConsumeProgressEvent) - Method in class org.apache.paimon.flink.source.ConsumerProgressCalculator
 
UpdatedDataFieldsProcessFunction - Class in org.apache.paimon.flink.sink.cdc
A ProcessFunction to handle schema changes.
UpdatedDataFieldsProcessFunction(SchemaManager, Identifier, Catalog.Loader) - Constructor for class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunction
 
UpdatedDataFieldsProcessFunctionBase<I,O> - Class in org.apache.paimon.flink.sink.cdc
Base class for update data fields process function.
UpdatedDataFieldsProcessFunctionBase(Catalog.Loader) - Constructor for class org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase
 
UpdatedDataFieldsProcessFunctionBase.ConvertAction - Enum in org.apache.paimon.flink.sink.cdc
updateDetailMessage(Throwable, Function<Throwable, String>) - Static method in class org.apache.paimon.utils.ExceptionUtils
Updates error messages of Throwables appearing in the cause tree of the passed root Throwable.
updateElapsedJiffies(BigInteger, long) - Method in class org.apache.paimon.benchmark.metric.cpu.CpuTimeTracker
Apply delta to accumulators.
updatePrepareCommitCostMillis(long) - Method in class org.apache.paimon.operation.metrics.WriterMetrics
 
updateProcessTree() - Method in class org.apache.paimon.benchmark.metric.cpu.ProcfsBasedProcessTree
Update process-tree with latest state.
updateTableMap() - Method in class org.apache.paimon.flink.source.operator.MultiTablesCompactorSourceFunction
 
updateWithRecordsToSkip(long) - Method in class org.apache.paimon.flink.source.FileStoreSourceSplit
 
upgrade(int) - Method in class org.apache.paimon.io.DataFileMeta
 
upgrade(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.AbstractCompactRewriter
 
upgrade(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
upgrade(int, DataFileMeta) - Method in interface org.apache.paimon.mergetree.compact.CompactRewriter
 
upgradeChangelog(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
upgradeChangelog(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.FirstRowMergeTreeCompactRewriter
 
upgradeChangelog(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.FullChangelogMergeTreeCompactRewriter
 
upgradeChangelog(int, DataFileMeta) - Method in class org.apache.paimon.mergetree.compact.LookupMergeTreeCompactRewriter
 
URI - Static variable in class org.apache.paimon.options.CatalogOptions
 
URSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
URSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
URSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
URSHIFT_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
URSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
URSHIFT_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
USE_BLOOM_FILTER - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
USE_DYNAMIC_LEVEL_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
usedBufferSize() - Method in class org.apache.paimon.memory.MemoryPoolFactory
 
UseOldExistingProcessor - Class in org.apache.paimon.crosspartition
A ExistingProcessor to use old partition and bucket.
UseOldExistingProcessor(ProjectToRowFunction, BiConsumer<InternalRow, Integer>) - Constructor for class org.apache.paimon.crosspartition.UseOldExistingProcessor
 
useTicketCache() - Method in class org.apache.paimon.security.SecurityConfiguration
 
useWriteBufferForAppend() - Method in class org.apache.paimon.CoreOptions
 
UTC_ZONE - Static variable in class org.apache.paimon.utils.DateTimeUtils
The UTC time zone.
Utils - Class in org.apache.paimon.docs.util
Contains various shared utility functions.
Utils() - Constructor for class org.apache.paimon.docs.util.Utils
 
uuid() - Method in class org.apache.paimon.io.DataFilePathFactory
 
uuid() - Method in class org.apache.paimon.utils.FileStorePathFactory
 

V

validate(MergeIntoAction) - Static method in class org.apache.paimon.flink.action.MergeIntoActionFactory
 
validate(Comparator<InternalRow>) - Method in class org.apache.paimon.mergetree.SortedRun
 
validateCaseInsensitive(boolean, String, String...) - Static method in class org.apache.paimon.catalog.AbstractCatalog
Validate database, table and field names must be lowercase when not case-sensitive.
validateCaseInsensitive(boolean, String, List<String>) - Static method in class org.apache.paimon.catalog.AbstractCatalog
Validate database, table and field names must be lowercase when not case-sensitive.
validateCaseInsensitive(boolean) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
validateDataFields(RowType) - Method in class org.apache.paimon.format.avro.AvroFileFormat
 
validateDataFields(RowType) - Method in class org.apache.paimon.format.FileFormat
Validate data field type supported or not.
validateDataFields(RowType) - Method in class org.apache.paimon.format.orc.OrcFileFormat
 
validateDataFields(RowType) - Method in class org.apache.paimon.format.parquet.ParquetFileFormat
 
validateDelay(Duration) - Method in class org.apache.paimon.tag.TagPeriodHandler.BaseTagPeriodHandler
 
validateDelay(Duration) - Method in interface org.apache.paimon.tag.TagPeriodHandler
 
validateKeyFormat(Format, String) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
validateLength(int, int) - Static method in class org.apache.paimon.compression.CompressorUtils
 
validateTableSchema(TableSchema) - Static method in class org.apache.paimon.schema.SchemaValidation
Validate the TableSchema and CoreOptions.
validateValueFormat(Format, String) - Static method in interface org.apache.paimon.flink.log.LogStoreTableFactory
 
value() - Method in class org.apache.paimon.flink.sink.StoreSinkWriteState.StateValue
 
value() - Method in class org.apache.paimon.KeyValue
 
value() - Method in class org.apache.paimon.schema.SchemaChange.SetOption
 
VALUE_COUNT - Static variable in class org.apache.paimon.schema.SystemColumns
 
VALUE_KIND - Static variable in class org.apache.paimon.schema.SystemColumns
 
valueArray() - Method in class org.apache.paimon.data.BinaryMap
 
valueArray() - Method in class org.apache.paimon.data.columnar.ColumnarMap
 
valueArray() - Method in class org.apache.paimon.data.GenericMap
 
valueArray() - Method in interface org.apache.paimon.data.InternalMap
Returns an array view of the values contained in this map.
ValueContentRowDataRecordIterator - Class in org.apache.paimon.table.source
A RecordReader.RecordIterator mapping a KeyValue to its value.
ValueContentRowDataRecordIterator(RecordReader.RecordIterator<KeyValue>) - Constructor for class org.apache.paimon.table.source.ValueContentRowDataRecordIterator
 
valueEqualiser - Variable in class org.apache.paimon.mergetree.compact.ChangelogMergeTreeRewriter
 
ValueEqualiserSupplier - Class in org.apache.paimon.utils
A Supplier that returns the equaliser for the file store value.
ValueEqualiserSupplier(RowType) - Constructor for class org.apache.paimon.utils.ValueEqualiserSupplier
 
valueFields(TableSchema) - Method in interface org.apache.paimon.schema.KeyValueFieldsExtractor
Extract value fields from table schema.
valueInputView - Variable in class org.apache.paimon.lookup.RocksDBState
 
valueKind() - Method in class org.apache.paimon.KeyValue
 
valueOf(String) - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.ChangelogProducer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.ConsumerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.ExpireExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.FileFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.LogChangelogMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.LogConsistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.MergeEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.SequenceAutoPadding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.SortEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.StartupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.StreamingReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.StreamScanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.TagCreationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.CoreOptions.TagCreationPeriod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.crosspartition.ExistingProcessor.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(BinaryArray, BinaryArray) - Static method in class org.apache.paimon.data.BinaryMap
 
valueOf(String) - Static method in enum org.apache.paimon.flink.action.cdc.format.DataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.action.cdc.mongodb.SchemaAcquisitionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.action.cdc.mysql.MySqlMetadataProcessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.action.cdc.TypeMapping.TypeMappingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.action.MultiTablesSinkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.FlinkConnectorOptions.SplitAssignMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.FlinkConnectorOptions.WatermarkEmitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase.ConvertAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.sink.Committable.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.sink.index.KeyPartOrRow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.flink.sink.MultiTableCommittable.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.manifest.FileKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.metrics.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.options.description.TextElement.TextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.options.MemorySize.MemoryUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.schema.SchemaChange.Move.MoveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.Snapshot.CommitKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.spark.sort.TableSorter.OrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.table.BucketMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.table.source.ScanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.table.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.types.DataTypeFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.types.DataTypeRoot
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.types.RowKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.paimon.utils.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOutputView - Variable in class org.apache.paimon.lookup.RocksDBState
 
values() - Static method in enum org.apache.paimon.benchmark.metric.cpu.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.ChangelogProducer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.ConsumerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.ExpireExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.FileFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.IncrementalBetweenScanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.LogChangelogMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.LogConsistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.MergeEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.SequenceAutoPadding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.SortEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.StartupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.StreamingReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.StreamScanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.TagCreationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.CoreOptions.TagCreationPeriod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.crosspartition.ExistingProcessor.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.action.cdc.format.DataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.action.cdc.mongodb.SchemaAcquisitionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.action.cdc.mysql.MySqlMetadataProcessor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.action.cdc.TypeMapping.TypeMappingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.action.MultiTablesSinkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.FlinkConnectorOptions.SplitAssignMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.FlinkConnectorOptions.WatermarkEmitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.sink.cdc.UpdatedDataFieldsProcessFunctionBase.ConvertAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.sink.Committable.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.sink.index.KeyPartOrRow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.flink.sink.MultiTableCommittable.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.manifest.FileKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.metrics.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.options.description.TextElement.TextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.options.MemorySize.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.schema.SchemaChange.Move.MoveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.Snapshot.CommitKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.spark.sort.TableSorter.OrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.table.BucketMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.table.source.ScanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.table.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.types.DataTypeFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.types.DataTypeRoot
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.types.RowKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.utils.HadoopUtils.HadoopConfigLoader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.paimon.utils.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
valueSerializer - Variable in class org.apache.paimon.lookup.RocksDBState
 
valuesRead - Variable in class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Total number of values read.
valuesReader - Variable in class org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
ValuesReaderIntIterator(ValuesReader) - Constructor for class org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.ValuesReaderIntIterator
 
valueState(String, Serializer<K>, Serializer<V>, long) - Method in class org.apache.paimon.lookup.RocksDBStateFactory
 
valueStats() - Method in class org.apache.paimon.io.DataFileMeta
 
valueType() - Method in class org.apache.paimon.io.KeyValueFileWriterFactory
 
VARBINARY(int) - Static method in class org.apache.paimon.types.DataTypes
 
VarBinaryType - Class in org.apache.paimon.types
Data type of a variable-length binary string (=a sequence of bytes).
VarBinaryType(boolean, int) - Constructor for class org.apache.paimon.types.VarBinaryType
 
VarBinaryType(int) - Constructor for class org.apache.paimon.types.VarBinaryType
 
VarBinaryType() - Constructor for class org.apache.paimon.types.VarBinaryType
 
VARCHAR(int) - Static method in class org.apache.paimon.types.DataTypes
 
VarCharType - Class in org.apache.paimon.types
Data type of a variable-length character string.
VarCharType(boolean, int) - Constructor for class org.apache.paimon.types.VarCharType
 
VarCharType(int) - Constructor for class org.apache.paimon.types.VarCharType
 
VarCharType() - Constructor for class org.apache.paimon.types.VarCharType
 
variableDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
variableDeclarator(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
variableDeclarator() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
variableDeclarator(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
VariableDeclaratorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
VariableDeclaratorContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableDeclaratorId() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
VariableDeclaratorIdContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
VariableDeclaratorIdContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorIdContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.AnnotationConstantRestContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FieldDeclarationContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableDeclarators() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
VariableDeclaratorsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
VariableDeclaratorsContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorsContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
variableInitializer(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
variableInitializer(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ArrayInitializerContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ConstantDeclaratorContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.VariableDeclaratorContext
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableInitializer() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
VariableInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
VariableInitializerContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableInitializerContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.CatchClauseContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.EnhancedForControlContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.FormalParameterContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LastFormalParameterContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.LocalVariableDeclarationContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableModifier(int) - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ResourceContext
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
variableModifier() - Method in class org.apache.paimon.codegen.codesplit.JavaParser
 
VariableModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
VariableModifierContext(ParserRuleContext, int) - Constructor for class org.apache.paimon.codegen.codesplit.JavaParser.VariableModifierContext
 
VarLengthIntUtils - Class in org.apache.paimon.utils
Utils for encoding int/long to var length bytes.
VarLengthIntUtils() - Constructor for class org.apache.paimon.utils.VarLengthIntUtils
 
varTypeSize() - Method in class org.apache.paimon.CoreOptions
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapBooleanVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapByteVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapDoubleVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapFloatVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapIntVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapLongVector
 
vector - Variable in class org.apache.paimon.data.columnar.heap.HeapShortVector
 
vectorize(InternalRow, VectorizedRowBatch) - Method in class org.apache.paimon.format.orc.writer.RowDataVectorizer
 
vectorize(T, VectorizedRowBatch) - Method in class org.apache.paimon.format.orc.writer.Vectorizer
Transforms the provided element to ColumnVectors and sets them in the exposed VectorizedRowBatch.
VectorizedColumnBatch - Class in org.apache.paimon.data.columnar
A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
VectorizedColumnBatch(ColumnVector[]) - Constructor for class org.apache.paimon.data.columnar.VectorizedColumnBatch
 
Vectorizer<T> - Class in org.apache.paimon.format.orc.writer
This class provides an abstracted set of methods to handle the lifecycle of VectorizedRowBatch.
Vectorizer(String) - Constructor for class org.apache.paimon.format.orc.writer.Vectorizer
 
VectorMappingUtils - Class in org.apache.paimon.utils
This is a util about how to expand the ColumnVectors with the partition row and index mapping.
VectorMappingUtils() - Constructor for class org.apache.paimon.utils.VectorMappingUtils
 
version() - Method in class org.apache.paimon.Snapshot
 
VersionedObjectSerializer<T> - Class in org.apache.paimon.utils
A ObjectSerializer for versioned serialization.
VersionedObjectSerializer(RowType) - Constructor for class org.apache.paimon.utils.VersionedObjectSerializer
 
VersionedSerializer<T> - Interface in org.apache.paimon.data.serializer
A simple serializer interface for versioned serialization.
VersionedSerializerWrapper<T> - Class in org.apache.paimon.flink
Wrap a VersionedSerializer to SimpleVersionedSerializer.
VersionedSerializerWrapper(VersionedSerializer<T>) - Constructor for class org.apache.paimon.flink.VersionedSerializerWrapper
 
versionType(RowType) - Static method in class org.apache.paimon.utils.VersionedObjectSerializer
 
VisibleForTesting - Annotation Type in org.apache.paimon.annotation
This annotations declares that a function, field, constructor, or entire type, is only visible for testing purposes.
visit(CharType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(VarCharType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(BooleanType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(BinaryType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(VarBinaryType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(DecimalType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(TinyIntType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(SmallIntType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(IntType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(BigIntType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(FloatType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(DoubleType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(DateType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(TimeType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(TimestampType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(LocalZonedTimestampType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(ArrayType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(MultisetType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(MapType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(RowType) - Method in class org.apache.paimon.flink.DataTypeToLogicalType
 
visit(CharType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(VarCharType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(BooleanType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(BinaryType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(VarBinaryType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(DecimalType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(TinyIntType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(SmallIntType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(IntType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(BigIntType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(FloatType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(DoubleType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(DateType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(TimeType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(TimestampType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(LocalZonedTimestampType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(ArrayType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(MultisetType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(MapType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(RowType) - Method in class org.apache.paimon.flink.LogicalTypeToDataType
 
visit(CallExpression) - Method in class org.apache.paimon.flink.PredicateConverter
 
visit(ValueLiteralExpression) - Method in class org.apache.paimon.flink.PredicateConverter
 
visit(FieldReferenceExpression) - Method in class org.apache.paimon.flink.PredicateConverter
 
visit(TypeLiteralExpression) - Method in class org.apache.paimon.flink.PredicateConverter
 
visit(Expression) - Method in class org.apache.paimon.flink.PredicateConverter
 
visit(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visit(Schema, DataType) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visit(HiveSchema, P, SchemaVisitor<P, T>, SchemaVisitor.PartnerAccessors<P>) - Static method in class org.apache.paimon.hive.SchemaVisitor
 
visit(DataType, P, SchemaVisitor<P, T>, SchemaVisitor.PartnerAccessors<P>) - Static method in class org.apache.paimon.hive.SchemaVisitor
 
visit(FunctionVisitor<T>, List<T>) - Method in class org.apache.paimon.predicate.And
 
visit(FunctionVisitor<T>, List<T>) - Method in class org.apache.paimon.predicate.CompoundPredicate.Function
 
visit(PredicateVisitor<T>) - Method in class org.apache.paimon.predicate.CompoundPredicate
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.Equal
 
visit(LeafPredicate) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visit(CompoundPredicate) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.GreaterOrEqual
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.GreaterThan
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.In
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.IsNotNull
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.IsNull
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.LeafFunction
 
visit(PredicateVisitor<T>) - Method in class org.apache.paimon.predicate.LeafPredicate
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.LessOrEqual
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.LessThan
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.NotEqual
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.NotIn
 
visit(FunctionVisitor<T>, List<T>) - Method in class org.apache.paimon.predicate.Or
 
visit(LeafPredicate) - Method in class org.apache.paimon.predicate.PartitionPredicateVisitor
 
visit(CompoundPredicate) - Method in class org.apache.paimon.predicate.PartitionPredicateVisitor
 
visit(PredicateVisitor<T>) - Method in interface org.apache.paimon.predicate.Predicate
 
visit(LeafPredicate) - Method in class org.apache.paimon.predicate.PredicateProjectionConverter
 
visit(CompoundPredicate) - Method in class org.apache.paimon.predicate.PredicateProjectionConverter
 
visit(CompoundPredicate) - Method in interface org.apache.paimon.predicate.PredicateReplaceVisitor
 
visit(LeafPredicate) - Method in interface org.apache.paimon.predicate.PredicateVisitor
 
visit(CompoundPredicate) - Method in interface org.apache.paimon.predicate.PredicateVisitor
 
visit(FunctionVisitor<T>, FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.StartsWith
 
visit(CharType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(VarCharType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(BooleanType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(BinaryType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(VarBinaryType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(DecimalType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(TinyIntType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(SmallIntType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(IntType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(BigIntType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(FloatType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(DoubleType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(DateType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(TimeType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(TimestampType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(LocalZonedTimestampType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(ArrayType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(MultisetType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(MapType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(RowType) - Method in class org.apache.paimon.sort.zorder.ZIndexer.TypeVisitor
 
visit(CharType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(VarCharType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(BooleanType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(BinaryType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(VarBinaryType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(DecimalType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(TinyIntType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(SmallIntType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(IntType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(BigIntType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(FloatType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(DoubleType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(DateType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(TimeType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(TimestampType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(LocalZonedTimestampType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(ArrayType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(MultisetType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(MapType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(RowType) - Method in class org.apache.paimon.types.DataTypeDefaultVisitor
 
visit(CharType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(VarCharType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(BooleanType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(BinaryType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(VarBinaryType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(DecimalType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(TinyIntType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(SmallIntType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(IntType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(BigIntType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(FloatType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(DoubleType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(DateType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(TimeType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(TimestampType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(LocalZonedTimestampType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(ArrayType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(MultisetType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(MapType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(RowType) - Method in interface org.apache.paimon.types.DataTypeVisitor
 
visit(ArrayType) - Method in class org.apache.paimon.types.ReassignFieldId
 
visit(MultisetType) - Method in class org.apache.paimon.types.ReassignFieldId
 
visit(MapType) - Method in class org.apache.paimon.types.ReassignFieldId
 
visit(RowType) - Method in class org.apache.paimon.types.ReassignFieldId
 
visitAnd(List<Optional<OrcFilters.Predicate>>) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitAnd(List<Set<String>>) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitAnd(List<T>) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitAnd(List<Boolean>) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotation().
visitAnnotation(JavaParser.AnnotationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotation().
visitAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotation().
visitAnnotation(JavaParser.AnnotationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotation().
visitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationConstantRest().
visitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationConstantRest().
visitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationConstantRest().
visitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationConstantRest().
visitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
visitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
visitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
visitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationMethodOrConstantRest().
visitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationMethodRest().
visitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationMethodRest().
visitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationMethodRest().
visitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationMethodRest().
visitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeBody().
visitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeBody().
visitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeBody().
visitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeBody().
visitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeDeclaration().
visitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeDeclaration().
visitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeDeclaration().
visitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeDeclaration().
visitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
visitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
visitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
visitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementDeclaration().
visitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementRest().
visitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementRest().
visitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementRest().
visitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.annotationTypeElementRest().
visitArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arguments().
visitArguments(JavaParser.ArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arguments().
visitArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arguments().
visitArguments(JavaParser.ArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arguments().
visitArray(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitArray(Schema, DataType) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitArray(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitArray(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arrayCreatorRest().
visitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arrayCreatorRest().
visitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arrayCreatorRest().
visitArrayCreatorRest(JavaParser.ArrayCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arrayCreatorRest().
visitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arrayInitializer().
visitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.arrayInitializer().
visitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arrayInitializer().
visitArrayInitializer(JavaParser.ArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.arrayInitializer().
visitBigInt() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBigInt() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitBigInt() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.block().
visitBlock(JavaParser.BlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.block().
visitBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.block().
visitBlock(JavaParser.BlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.block().
visitBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.blockStatement().
visitBlockStatement(JavaParser.BlockStatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.blockStatement().
visitBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.blockStatement().
visitBlockStatement(JavaParser.BlockStatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.blockStatement().
visitBoolean() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBoolean() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitBoolean() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitBytes() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBytes() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitBytes() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.catchClause().
visitCatchClause(JavaParser.CatchClauseContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.catchClause().
visitCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.catchClause().
visitCatchClause(JavaParser.CatchClauseContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.catchClause().
visitCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.catchType().
visitCatchType(JavaParser.CatchTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.catchType().
visitCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.catchType().
visitCatchType(JavaParser.CatchTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.catchType().
visitClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classBody().
visitClassBody(JavaParser.ClassBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classBody().
visitClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classBody().
visitClassBody(JavaParser.ClassBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classBody().
visitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classBodyDeclaration().
visitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classBodyDeclaration().
visitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classBodyDeclaration().
visitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classBodyDeclaration().
visitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classCreatorRest().
visitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classCreatorRest().
visitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classCreatorRest().
visitClassCreatorRest(JavaParser.ClassCreatorRestContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classCreatorRest().
visitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classDeclaration().
visitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classDeclaration().
visitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classDeclaration().
visitClassDeclaration(JavaParser.ClassDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classDeclaration().
visitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceModifier().
visitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceModifier().
visitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceModifier().
visitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceModifier().
visitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceType().
visitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceType().
visitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceType().
visitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classOrInterfaceType().
visitClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classType().
visitClassType(JavaParser.ClassTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.classType().
visitClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classType().
visitClassType(JavaParser.ClassTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.classType().
visitCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.compilationUnit().
visitCompilationUnit(JavaParser.CompilationUnitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.compilationUnit().
visitCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.compilationUnit().
visitCompilationUnit(JavaParser.CompilationUnitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.compilationUnit().
visitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constantDeclarator().
visitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constantDeclarator().
visitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constantDeclarator().
visitConstantDeclarator(JavaParser.ConstantDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constantDeclarator().
visitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constDeclaration().
visitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constDeclaration().
visitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constDeclaration().
visitConstDeclaration(JavaParser.ConstDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constDeclaration().
visitConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constructorCall().
visitConstructorCall(JavaParser.ConstructorCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constructorCall().
visitConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constructorCall().
visitConstructorCall(JavaParser.ConstructorCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constructorCall().
visitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constructorDeclaration().
visitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.constructorDeclaration().
visitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constructorDeclaration().
visitConstructorDeclaration(JavaParser.ConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.constructorDeclaration().
visitCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.createdName().
visitCreatedName(JavaParser.CreatedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.createdName().
visitCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.createdName().
visitCreatedName(JavaParser.CreatedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.createdName().
visitCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.creator().
visitCreator(JavaParser.CreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.creator().
visitCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.creator().
visitCreator(JavaParser.CreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.creator().
visitDecimal() - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitDecimal(Integer, Integer) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitDecimal(Integer, Integer) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitDecimal(Integer, Integer) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.defaultValue().
visitDefaultValue(JavaParser.DefaultValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.defaultValue().
visitDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.defaultValue().
visitDefaultValue(JavaParser.DefaultValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.defaultValue().
visitDouble() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitDouble() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitDouble() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValue().
visitElementValue(JavaParser.ElementValueContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValue().
visitElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValue().
visitElementValue(JavaParser.ElementValueContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValue().
visitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValueArrayInitializer().
visitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValueArrayInitializer().
visitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValueArrayInitializer().
visitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValueArrayInitializer().
visitElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValuePair().
visitElementValuePair(JavaParser.ElementValuePairContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValuePair().
visitElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValuePair().
visitElementValuePair(JavaParser.ElementValuePairContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValuePair().
visitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValuePairs().
visitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.elementValuePairs().
visitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValuePairs().
visitElementValuePairs(JavaParser.ElementValuePairsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.elementValuePairs().
visitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enhancedForControl().
visitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enhancedForControl().
visitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enhancedForControl().
visitEnhancedForControl(JavaParser.EnhancedForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enhancedForControl().
visitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumBodyDeclarations().
visitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumBodyDeclarations().
visitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumBodyDeclarations().
visitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumBodyDeclarations().
visitEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumConstant().
visitEnumConstant(JavaParser.EnumConstantContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumConstant().
visitEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumConstant().
visitEnumConstant(JavaParser.EnumConstantContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumConstant().
visitEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumConstants().
visitEnumConstants(JavaParser.EnumConstantsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumConstants().
visitEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumConstants().
visitEnumConstants(JavaParser.EnumConstantsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumConstants().
visitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumDeclaration().
visitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.enumDeclaration().
visitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumDeclaration().
visitEnumDeclaration(JavaParser.EnumDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.enumDeclaration().
visitEqual(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitEqual(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitErrorNode(ErrorNode) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
visitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocation().
visitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocation().
visitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocation().
visitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocation().
visitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
visitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
visitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
visitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.explicitGenericInvocationSuffix().
visitExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.expression().
visitExpression(JavaParser.ExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.expression().
visitExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.expression().
visitExpression(JavaParser.ExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.expression().
visitExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.expressionList().
visitExpressionList(JavaParser.ExpressionListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.expressionList().
visitExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.expressionList().
visitExpressionList(JavaParser.ExpressionListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.expressionList().
visitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.fieldDeclaration().
visitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.fieldDeclaration().
visitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.fieldDeclaration().
visitFieldDeclaration(JavaParser.FieldDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.fieldDeclaration().
visitFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.finallyBlock().
visitFinallyBlock(JavaParser.FinallyBlockContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.finallyBlock().
visitFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.finallyBlock().
visitFinallyBlock(JavaParser.FinallyBlockContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.finallyBlock().
visitFloat() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitFloat() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitFloat() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.floatLiteral().
visitFloatLiteral(JavaParser.FloatLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.floatLiteral().
visitFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.floatLiteral().
visitFloatLiteral(JavaParser.FloatLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.floatLiteral().
visitForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.forControl().
visitForControl(JavaParser.ForControlContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.forControl().
visitForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.forControl().
visitForControl(JavaParser.ForControlContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.forControl().
visitForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.forInit().
visitForInit(JavaParser.ForInitContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.forInit().
visitForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.forInit().
visitForInit(JavaParser.ForInitContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.forInit().
visitFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameter().
visitFormalParameter(JavaParser.FormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameter().
visitFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameter().
visitFormalParameter(JavaParser.FormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameter().
visitFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameterList().
visitFormalParameterList(JavaParser.FormalParameterListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameterList().
visitFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameterList().
visitFormalParameterList(JavaParser.FormalParameterListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameterList().
visitFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameters().
visitFormalParameters(JavaParser.FormalParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.formalParameters().
visitFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameters().
visitFormalParameters(JavaParser.FormalParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.formalParameters().
visitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericConstructorDeclaration().
visitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericConstructorDeclaration().
visitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericConstructorDeclaration().
visitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericConstructorDeclaration().
visitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
visitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
visitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
visitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericInterfaceMethodDeclaration().
visitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericMethodDeclaration().
visitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.genericMethodDeclaration().
visitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericMethodDeclaration().
visitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.genericMethodDeclaration().
visitGreaterOrEqual(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitGreaterOrEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitGreaterOrEqual(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitGreaterOrEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitGreaterThan(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitGreaterThan(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitGreaterThan(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitGreaterThan(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.importDeclaration().
visitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.importDeclaration().
visitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.importDeclaration().
visitImportDeclaration(JavaParser.ImportDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.importDeclaration().
visitIn(FieldRef, List<Object>) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitIn(FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitIn(FieldRef, List<Object>) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitIn(FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.innerCreator().
visitInnerCreator(JavaParser.InnerCreatorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.innerCreator().
visitInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.innerCreator().
visitInnerCreator(JavaParser.InnerCreatorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.innerCreator().
visitInt() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitInt() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitInt() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.integerLiteral().
visitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.integerLiteral().
visitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.integerLiteral().
visitIntegerLiteral(JavaParser.IntegerLiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.integerLiteral().
visitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceBody().
visitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceBody().
visitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceBody().
visitInterfaceBody(JavaParser.InterfaceBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceBody().
visitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceBodyDeclaration().
visitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceBodyDeclaration().
visitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceBodyDeclaration().
visitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceBodyDeclaration().
visitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceDeclaration().
visitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceDeclaration().
visitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceDeclaration().
visitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceDeclaration().
visitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMemberDeclaration().
visitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMemberDeclaration().
visitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMemberDeclaration().
visitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMemberDeclaration().
visitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMethodDeclaration().
visitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMethodDeclaration().
visitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMethodDeclaration().
visitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMethodDeclaration().
visitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMethodModifier().
visitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.interfaceMethodModifier().
visitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMethodModifier().
visitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.interfaceMethodModifier().
visitIsNotNull(FieldRef) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitIsNotNull(FieldRef) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitIsNotNull(FieldRef) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitIsNotNull(FieldRef) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitIsNull(FieldRef) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitIsNull(FieldRef) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitIsNull(FieldRef) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitIsNull(FieldRef) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaBody().
visitLambdaBody(JavaParser.LambdaBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaBody().
visitLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaBody().
visitLambdaBody(JavaParser.LambdaBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaBody().
visitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaExpression().
visitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaExpression().
visitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaExpression().
visitLambdaExpression(JavaParser.LambdaExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaExpression().
visitLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaParameters().
visitLambdaParameters(JavaParser.LambdaParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lambdaParameters().
visitLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaParameters().
visitLambdaParameters(JavaParser.LambdaParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lambdaParameters().
visitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lastFormalParameter().
visitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.lastFormalParameter().
visitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lastFormalParameter().
visitLastFormalParameter(JavaParser.LastFormalParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.lastFormalParameter().
visitLessOrEqual(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitLessOrEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitLessOrEqual(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitLessOrEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitLessThan(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitLessThan(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitLessThan(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitLessThan(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.literal().
visitLiteral(JavaParser.LiteralContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.literal().
visitLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.literal().
visitLiteral(JavaParser.LiteralContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.literal().
visitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.localTypeDeclaration().
visitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.localTypeDeclaration().
visitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.localTypeDeclaration().
visitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.localTypeDeclaration().
visitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.localVariableDeclaration().
visitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.localVariableDeclaration().
visitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.localVariableDeclaration().
visitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.localVariableDeclaration().
visitMap(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitMap(Schema, DataType) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitMap(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitMap(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.memberDeclaration().
visitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.memberDeclaration().
visitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.memberDeclaration().
visitMemberDeclaration(JavaParser.MemberDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.memberDeclaration().
visitMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodBody().
visitMethodBody(JavaParser.MethodBodyContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodBody().
visitMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodBody().
visitMethodBody(JavaParser.MethodBodyContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodBody().
visitMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodCall().
visitMethodCall(JavaParser.MethodCallContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodCall().
visitMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodCall().
visitMethodCall(JavaParser.MethodCallContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodCall().
visitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodDeclaration().
visitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.methodDeclaration().
visitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodDeclaration().
visitMethodDeclaration(JavaParser.MethodDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.methodDeclaration().
visitModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.modifier().
visitModifier(JavaParser.ModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.modifier().
visitModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.modifier().
visitModifier(JavaParser.ModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.modifier().
visitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArguments().
visitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArguments().
visitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArguments().
visitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArguments().
visitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
visitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
visitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
visitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.nonWildcardTypeArgumentsOrDiamond().
visitNotEqual(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitNotEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitNotEqual(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitNotEqual(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitNotIn(FieldRef, List<Object>) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitNotIn(FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitNotIn(FieldRef, List<Object>) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitNotIn(FieldRef, List<Object>) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
VISITOR - Static variable in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitOr(List<Optional<OrcFilters.Predicate>>) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitOr(List<Set<String>>) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitOr(List<T>) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitOr(List<Boolean>) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.packageDeclaration().
visitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.packageDeclaration().
visitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.packageDeclaration().
visitPackageDeclaration(JavaParser.PackageDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.packageDeclaration().
visitParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.parExpression().
visitParExpression(JavaParser.ParExpressionContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.parExpression().
visitParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.parExpression().
visitParExpression(JavaParser.ParExpressionContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.parExpression().
visitPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.primary().
visitPrimary(JavaParser.PrimaryContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.primary().
visitPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.primary().
visitPrimary(JavaParser.PrimaryContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.primary().
visitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.primitiveType().
visitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.primitiveType().
visitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.primitiveType().
visitPrimitiveType(JavaParser.PrimitiveTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.primitiveType().
visitQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.qualifiedName().
visitQualifiedName(JavaParser.QualifiedNameContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.qualifiedName().
visitQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.qualifiedName().
visitQualifiedName(JavaParser.QualifiedNameContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.qualifiedName().
visitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.qualifiedNameList().
visitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.qualifiedNameList().
visitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.qualifiedNameList().
visitQualifiedNameList(JavaParser.QualifiedNameListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.qualifiedNameList().
visitRecord(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitRecord(Schema, List<DataField>) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitRecord(Schema, List<DataField>) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitRecord(Schema, List<DataField>) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resource().
visitResource(JavaParser.ResourceContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resource().
visitResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resource().
visitResource(JavaParser.ResourceContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resource().
visitResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resources().
visitResources(JavaParser.ResourcesContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resources().
visitResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resources().
visitResources(JavaParser.ResourcesContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resources().
visitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resourceSpecification().
visitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.resourceSpecification().
visitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resourceSpecification().
visitResourceSpecification(JavaParser.ResourceSpecificationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.resourceSpecification().
visitSmallInt() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitSmallInt() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitSmallInt() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitStartsWith(FieldRef, Object) - Method in class org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitStartsWith(FieldRef, Object) - Method in class org.apache.paimon.predicate.AllPrimaryKeyEqualVisitor
 
visitStartsWith(FieldRef, Object) - Method in interface org.apache.paimon.predicate.FunctionVisitor
 
visitStartsWith(FieldRef, Object) - Method in class org.apache.paimon.predicate.OnlyPartitionKeyEqualVisitor
 
visitStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.statement().
visitStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.statement().
visitStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.statement().
visitStatement(JavaParser.StatementContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.statement().
visitStatement(JavaParser.StatementContext) - Method in class org.apache.paimon.codegen.codesplit.ReturnAndJumpCounter
 
visitString() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitString() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitString() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.superSuffix().
visitSuperSuffix(JavaParser.SuperSuffixContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.superSuffix().
visitSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.superSuffix().
visitSuperSuffix(JavaParser.SuperSuffixContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.superSuffix().
visitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.switchBlockStatementGroup().
visitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.switchBlockStatementGroup().
visitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.switchBlockStatementGroup().
visitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.switchBlockStatementGroup().
visitSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.switchLabel().
visitSwitchLabel(JavaParser.SwitchLabelContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.switchLabel().
visitSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.switchLabel().
visitSwitchLabel(JavaParser.SwitchLabelContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.switchLabel().
visitTerminal(TerminalNode) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
visitTerminal(TerminalNode) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseListener
visitTimestampMicros() - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitTimestampMicros(Integer) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTimestampMicros(Integer) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitTimestampMicros(Integer) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitTimestampMillis() - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitTimestampMillis(Integer) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTimestampMillis(Integer) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitTimestampMillis(Integer) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitTinyInt() - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTinyInt() - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitTinyInt() - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArgument().
visitTypeArgument(JavaParser.TypeArgumentContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArgument().
visitTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArgument().
visitTypeArgument(JavaParser.TypeArgumentContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArgument().
visitTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArguments().
visitTypeArguments(JavaParser.TypeArgumentsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArguments().
visitTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArguments().
visitTypeArguments(JavaParser.TypeArgumentsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArguments().
visitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
visitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
visitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
visitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeArgumentsOrDiamond().
visitTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeBound().
visitTypeBound(JavaParser.TypeBoundContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeBound().
visitTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeBound().
visitTypeBound(JavaParser.TypeBoundContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeBound().
visitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeDeclaration().
visitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeDeclaration().
visitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeDeclaration().
visitTypeDeclaration(JavaParser.TypeDeclarationContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeDeclaration().
visitTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeList().
visitTypeList(JavaParser.TypeListContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeList().
visitTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeList().
visitTypeList(JavaParser.TypeListContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeList().
visitTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeParameter().
visitTypeParameter(JavaParser.TypeParameterContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeParameter().
visitTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeParameter().
visitTypeParameter(JavaParser.TypeParameterContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeParameter().
visitTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeParameters().
visitTypeParameters(JavaParser.TypeParametersContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeParameters().
visitTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeParameters().
visitTypeParameters(JavaParser.TypeParametersContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeParameters().
visitTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeType().
visitTypeType(JavaParser.TypeTypeContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeType().
visitTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeType().
visitTypeType(JavaParser.TypeTypeContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeType().
visitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeTypeOrVoid().
visitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.typeTypeOrVoid().
visitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeTypeOrVoid().
visitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.typeTypeOrVoid().
visitUnion(Schema) - Method in interface org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitUnion(Schema, DataType) - Method in interface org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitUnion(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldReaderFactory
 
visitUnion(Schema, DataType) - Method in class org.apache.paimon.format.avro.FieldWriterFactory
 
visitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclarator().
visitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclarator().
visitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclarator().
visitVariableDeclarator(JavaParser.VariableDeclaratorContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclarator().
visitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclaratorId().
visitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclaratorId().
visitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclaratorId().
visitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclaratorId().
visitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclarators().
visitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableDeclarators().
visitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclarators().
visitVariableDeclarators(JavaParser.VariableDeclaratorsContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableDeclarators().
visitVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableInitializer().
visitVariableInitializer(JavaParser.VariableInitializerContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableInitializer().
visitVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableInitializer().
visitVariableInitializer(JavaParser.VariableInitializerContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableInitializer().
visitVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableModifier().
visitVariableModifier(JavaParser.VariableModifierContext) - Method in class org.apache.paimon.codegen.codesplit.JavaParserBaseVisitor
Visit a parse tree produced by JavaParser.variableModifier().
visitVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableModifier().
visitVariableModifier(JavaParser.VariableModifierContext) - Method in interface org.apache.paimon.codegen.codesplit.JavaParserVisitor
Visit a parse tree produced by JavaParser.variableModifier().
VOCABULARY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOCABULARY - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOCABULARY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
VOCABULARY - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
VOID - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOID - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOID() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
VOID() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.TypeTypeOrVoidContext
 
VOID - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
VOID - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
VOLATILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOLATILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
VOLATILE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
VOLATILE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ModifierContext
 
VOLATILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
VOLATILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 

W

waitUntilJobFinished(String) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
waitUntilNumberOfRows(String, long) - Method in class org.apache.paimon.benchmark.metric.FlinkRestClient
 
wakeUp() - Method in class org.apache.paimon.flink.source.FileStoreSourceSplitReader
 
warehouse() - Method in class org.apache.paimon.catalog.AbstractCatalog
 
warehouse(CatalogContext) - Static method in interface org.apache.paimon.catalog.CatalogFactory
 
warehouse(String) - Static method in class org.apache.paimon.catalog.CatalogUtils
 
warehouse() - Method in class org.apache.paimon.catalog.FileSystemCatalog
 
WAREHOUSE - Static variable in interface org.apache.paimon.flink.action.ActionFactory
 
warehouse() - Method in class org.apache.paimon.hive.HiveCatalog
 
WAREHOUSE - Static variable in class org.apache.paimon.options.CatalogOptions
 
watermark() - Method in class org.apache.paimon.manifest.ManifestCommittable
 
watermark() - Method in class org.apache.paimon.manifest.WrappedManifestCommittable
 
watermark() - Method in interface org.apache.paimon.operation.FileStoreScan.Plan
 
watermark() - Method in class org.apache.paimon.Snapshot
 
watermark() - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
watermark(long) - Static method in interface org.apache.paimon.table.source.snapshot.BoundedChecker
 
watermark() - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader.Plan
 
watermark() - Method in interface org.apache.paimon.table.source.StreamTableScan
Current watermark for consumed snapshot.
WatermarkAlignUtils - Class in org.apache.paimon.flink.source
Since Flink 1.15, watermark alignment is supported.
WatermarkAlignUtils() - Constructor for class org.apache.paimon.flink.source.WatermarkAlignUtils
 
WHILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
WHILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
WHILE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
WHILE() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.StatementContext
 
WHILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
WHILE - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
WINDOWS - Static variable in class org.apache.paimon.fs.Path
Whether the current host is a Windows machine.
withBeforeFiles(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
withBoundedInputStream(boolean) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
withBucket(int) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withBucket(int) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withBucket(int) - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
withBucket(int) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
withBucket(int) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withBucket(int) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withBucketFilter(Filter<Integer>) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withBucketFilter(Filter<Integer>) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withBucketFilter(Filter<Integer>) - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
withBucketFilter(Filter<Integer>) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withBucketFilter(Filter<Integer>) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withBucketMode(BucketMode) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreWrite
 
withBucketMode(BucketMode) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withCatalog(Catalog) - Method in class org.apache.paimon.flink.procedure.ProcedureBase
 
withCatalogLoader(Catalog.Loader) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withCatalogLoader(Catalog.Loader) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withCatalogLoader(Catalog.Loader) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
withCommitUser(String) - Method in interface org.apache.paimon.table.sink.StreamWriteBuilder
Set commit user, the default value is a random UUID.
withCommitUser(String) - Method in class org.apache.paimon.table.sink.StreamWriteBuilderImpl
 
withCompactExecutor(ExecutorService) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
withCompactExecutor(ExecutorService) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withCompactExecutor(ExecutorService) - Method in interface org.apache.paimon.operation.FileStoreWrite
 
withCompactExecutor(ExecutorService) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withComputedColumnArgs(List<String>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withContinuousMode(boolean) - Method in class org.apache.paimon.flink.compact.UnawareBucketCompactionTopoBuilder
 
withContinuousMode(boolean) - Method in class org.apache.paimon.flink.source.CompactorSourceBuilder
 
withContinuousMode(boolean) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withContinuousMode(boolean) - Method in class org.apache.paimon.flink.source.MultiTablesCompactorSourceBuilder
 
withDatabase(String) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withDatabaseCompactMode(String) - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
withDataFiles(List<DataFileMeta>) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
withDataFileTimeMills(long) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withDataFileTimeMills(long) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withDataFileTimeMills(long) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withDataFileTimeMills(long) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withDeprecatedKeys(String...) - Method in class org.apache.paimon.options.ConfigOption
Creates a new config option, using this option's key and default value, and adding the given deprecated keys.
withDescription(String) - Method in class org.apache.paimon.options.ConfigOption
Creates a new config option, using this option's key and default value, and adding the given description.
withDescription(Description) - Method in class org.apache.paimon.options.ConfigOption
Creates a new config option, using this option's key and default value, and adding the given description.
withDynamicPartitionFilteringFields(List<String>) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withEnv(StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.source.CompactorSourceBuilder
 
withEnv(StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withEnv(StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.source.MultiTablesCompactorSourceBuilder
 
withExecutionMode(boolean) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withExecutionMode(boolean) - Method in interface org.apache.paimon.operation.FileStoreWrite
We detect whether it is in batch mode, if so, we do some optimization.
withExecutionMode(boolean) - Method in interface org.apache.paimon.table.sink.InnerTableWrite
 
withExecutionMode(boolean) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withFallbackKeys(String...) - Method in class org.apache.paimon.options.ConfigOption
Creates a new config option, using this option's key and default value, and adding the given fallback keys.
withFilter(Predicate) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreRead
 
withFilter(Predicate) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreScan
 
withFilter(Predicate) - Method in interface org.apache.paimon.operation.FileStoreRead
 
withFilter(Predicate) - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
withFilter(Predicate) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
withFilter(Predicate) - Method in class org.apache.paimon.table.source.InnerStreamTableScanImpl
 
withFilter(List<Predicate>) - Method in interface org.apache.paimon.table.source.InnerTableRead
 
withFilter(Predicate) - Method in interface org.apache.paimon.table.source.InnerTableRead
 
withFilter(Predicate) - Method in interface org.apache.paimon.table.source.InnerTableScan
 
withFilter(Predicate) - Method in class org.apache.paimon.table.source.InnerTableScanImpl
 
withFilter(List<Predicate>) - Method in interface org.apache.paimon.table.source.ReadBuilder
Apply filters to the readers to decrease the number of produced records.
withFilter(Predicate) - Method in interface org.apache.paimon.table.source.ReadBuilder
Push filters, will filter the data as much as possible, but it is not guaranteed that it is a complete filter.
withFilter(Predicate) - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
withFilter(Predicate) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withFilter(Predicate) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withFilter(Predicate) - Method in class org.apache.paimon.table.system.TableLineageTable.TableLineageRead
 
withIdentifier(Identifier) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withIdentifier(Identifier) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
withIgnorePreviousFiles(boolean) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withIgnorePreviousFiles(boolean) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreWrite
 
withIgnorePreviousFiles(boolean) - Method in interface org.apache.paimon.operation.FileStoreWrite
Set whether the write operation should ignore previously stored files.
withIgnorePreviousFiles(boolean) - Method in interface org.apache.paimon.table.sink.InnerTableWrite
 
withIgnorePreviousFiles(boolean) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withInput(DataStream<T>) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withInput(DataStream<T>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withInput(DataStream<RichCdcRecord>) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
withInput(DataStream<RowData>) - Method in class org.apache.paimon.flink.sink.CompactorSinkBuilder
 
withInput(DataStream<RowData>) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
withIOManager(IOManager) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withIOManager(IOManager) - Method in interface org.apache.paimon.operation.FileStoreWrite
 
withIOManager(IOManager) - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
withIOManager(IOManager) - Method in interface org.apache.paimon.table.sink.TableWrite
With IOManager, this is needed if 'write-buffer-spillable' is set to true.
withIOManager(IOManager) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withIOManager(IOManager) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
withIOManager(IOManager) - Method in class org.apache.paimon.table.source.KeyValueTableRead
 
withIOManager(IOManager) - Method in interface org.apache.paimon.table.source.TableRead
 
withIOManager(IOManager) - Method in class org.apache.paimon.table.system.TableLineageTable.TableLineageRead
 
withKeyFilter(Predicate) - Method in class org.apache.paimon.operation.KeyValueFileStoreScan
 
withKeyProjection(int[][]) - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
withKeyProjection(int[][]) - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
withKind(ScanMode) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withKind(ScanMode) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withLevelFilter(Filter<Integer>) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withLevelFilter(Filter<Integer>) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withLevelFilter(Filter<Integer>) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withLevelFilter(Filter<Integer>) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withLimit(Long) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withLimit(int) - Method in interface org.apache.paimon.table.source.InnerTableScan
 
withLimit(int) - Method in class org.apache.paimon.table.source.InnerTableScanImpl
 
withLimit(int) - Method in interface org.apache.paimon.table.source.ReadBuilder
the row number pushed down.
withLimit(int) - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
withLock(Lock) - Method in interface org.apache.paimon.operation.FileStoreCommit
With global lock.
withLock(Lock) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
withLock(Lock) - Method in interface org.apache.paimon.operation.FileStoreExpire
With global lock.
withLock(Lock) - Method in class org.apache.paimon.operation.FileStoreExpireImpl
 
withLock(Lock) - Method in class org.apache.paimon.operation.PartitionExpire
 
withLock(Lock) - Method in class org.apache.paimon.schema.SchemaManager
 
withLogSinkFunction(LogSinkFunction) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
withLogSourceProvider(LogSourceProvider) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withManifestCacheFilter(ManifestCacheFilter) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withManifestCacheFilter(ManifestCacheFilter) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withManifestList(List<ManifestFileMeta>) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withManifestList(List<ManifestFileMeta>) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withMatchedDelete(String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withMatchedUpsert(String, String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withMemoryPool(MemorySegmentPool) - Method in interface org.apache.paimon.operation.FileStoreWrite
With memory pool for the current file store write.
withMemoryPool(MemorySegmentPool) - Method in interface org.apache.paimon.table.sink.TableWrite
With MemorySegmentPool for the current table write.
withMemoryPool(MemorySegmentPool) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withMemoryPoolFactory(MemoryPoolFactory) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withMemoryPoolFactory(MemoryPoolFactory) - Method in interface org.apache.paimon.operation.FileStoreWrite
With memory pool factory for the current file store write.
withMemoryPoolFactory(MemoryPoolFactory) - Method in class org.apache.paimon.operation.MemoryFileStoreWrite
 
withMemoryPoolFactory(MemoryPoolFactory) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withMergeCondition(String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withMetadataColumns(List<String>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withMetadataKeys(List<String>) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withMetricRegistry(MetricRegistry) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
withMetricRegistry(MetricRegistry) - Method in interface org.apache.paimon.operation.FileStoreWrite
With metrics to measure compaction.
withMetricRegistry(MetricRegistry) - Method in class org.apache.paimon.operation.MemoryFileStoreWrite
 
withMetricRegistry(MetricRegistry) - Method in interface org.apache.paimon.table.sink.InnerTableCommit
 
withMetricRegistry(MetricRegistry) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
withMetricRegistry(MetricRegistry) - Method in interface org.apache.paimon.table.sink.TableWrite
With metrics to measure compaction.
withMetricRegistry(MetricRegistry) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
withMetricRegistry(MetricRegistry) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withMetricRegistry(MetricRegistry) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withMetrics(ScanMetrics) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withMetrics(CommitMetrics) - Method in interface org.apache.paimon.operation.FileStoreCommit
With metrics to measure commits.
withMetrics(CommitMetrics) - Method in class org.apache.paimon.operation.FileStoreCommitImpl
 
withMetrics(ScanMetrics) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withMetricsRegistry(MetricRegistry) - Method in class org.apache.paimon.table.source.AbstractInnerTableScan
 
withMetricsRegistry(MetricRegistry) - Method in interface org.apache.paimon.table.source.InnerTableScan
 
withMode(MultiTablesSinkMode) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withMode(MultiTablesSinkMode) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withMode(ScanMode) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withMode(ScanMode) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withNextSnapshotIds(Long) - Method in class org.apache.paimon.flink.action.ResetConsumerAction
 
withNotMatchedBySourceDelete(String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withNotMatchedBySourceUpsert(String, String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withNotMatchedInsert(String, String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withNullability(String, Object...) - Method in class org.apache.paimon.types.DataType
 
withOrderColumns(String...) - Method in class org.apache.paimon.flink.action.SortCompactAction
 
withOrderColumns(List<String>) - Method in class org.apache.paimon.flink.action.SortCompactAction
 
withOrderStrategy(String) - Method in class org.apache.paimon.flink.action.SortCompactAction
 
withOverwrite() - Method in interface org.apache.paimon.table.sink.BatchWriteBuilder
Overwrite writing, same as the 'INSERT OVERWRITE' semantics of SQL.
withOverwrite(Map<String, String>) - Method in interface org.apache.paimon.table.sink.BatchWriteBuilder
Overwrite writing, same as the 'INSERT OVERWRITE T PARTITION (...)' semantics of SQL.
withOverwrite(Map<String, String>) - Method in class org.apache.paimon.table.sink.BatchWriteBuilderImpl
 
withOverwrite(Map<String, String>) - Method in interface org.apache.paimon.table.sink.InnerTableCommit
Overwrite writing, same as the 'INSERT OVERWRITE T PARTITION (...)' semantics of SQL.
withOverwrite(Map<String, String>) - Method in class org.apache.paimon.table.sink.TableCommitImpl
 
withOverwritePartition(Map<String, String>) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
Whether we need to overwrite partitions.
WithPaimonCatalog - Interface in org.apache.paimon.spark.catalog
With paimon catalog.
withParallelism(Integer) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withParallelism(Integer) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
withParallelism(Integer) - Method in class org.apache.paimon.flink.sink.FlinkSinkBuilder
 
withParallelism(Integer) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withParserFactory(EventParser.Factory<T>) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withParserFactory(EventParser.Factory<T>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withPartition(Map<String, String>) - Method in class org.apache.paimon.flink.source.CompactorSourceBuilder
 
withPartition(BinaryRow) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
withPartitionBucket(BinaryRow, int) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withPartitionBucket(BinaryRow, int) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withPartitionFilter(Predicate) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withPartitionFilter(List<BinaryRow>) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withPartitionFilter(Predicate) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withPartitionFilter(List<BinaryRow>) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withPartitionFilter(Map<String, String>) - Method in interface org.apache.paimon.table.source.InnerTableScan
 
withPartitionFilter(Map<String, String>) - Method in class org.apache.paimon.table.source.InnerTableScanImpl
 
withPartitionFilter(Map<String, String>) - Method in interface org.apache.paimon.table.source.ReadBuilder
Push partition filter.
withPartitionFilter(Map<String, String>) - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
withPartitionFilter(Map<String, String>) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withPartitionFilter(Map<String, String>) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withPartitionKeys(String...) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withPartitionKeys(List<String>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withPartitions(List<Map<String, String>>) - Method in class org.apache.paimon.flink.action.CompactAction
 
withPartitions(List<Map<String, String>>) - Method in class org.apache.paimon.flink.compact.UnawareBucketCompactionTopoBuilder
 
withPartitions(List<Map<String, String>>) - Method in class org.apache.paimon.flink.source.CompactorSourceBuilder
 
withPredicate(Predicate) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withPrimaryKeys(String...) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withPrimaryKeys(List<String>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withProjection(int[][]) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
withProjection(int[][]) - Method in class org.apache.paimon.operation.AppendOnlyFileStoreRead
 
withProjection(int[][]) - Method in class org.apache.paimon.table.source.AbstractDataTableRead
 
withProjection(int[]) - Method in interface org.apache.paimon.table.source.InnerTableRead
 
withProjection(int[][]) - Method in interface org.apache.paimon.table.source.InnerTableRead
 
withProjection(int[]) - Method in interface org.apache.paimon.table.source.ReadBuilder
Apply projection to the reader.
withProjection(int[][]) - Method in interface org.apache.paimon.table.source.ReadBuilder
Push nested projection.
withProjection(int[][]) - Method in class org.apache.paimon.table.source.ReadBuilderImpl
 
withProjection(int[][]) - Method in class org.apache.paimon.table.system.TableLineageTable.TableLineageRead
 
withSnapshot(long) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withSnapshot(Snapshot) - Method in class org.apache.paimon.operation.AbstractFileStoreScan
 
withSnapshot(long) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withSnapshot(Snapshot) - Method in interface org.apache.paimon.operation.FileStoreScan
 
withSnapshot(long) - Method in class org.apache.paimon.table.source.DataSplit.Builder
 
withSnapshot(long) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withSnapshot(Snapshot) - Method in interface org.apache.paimon.table.source.snapshot.SnapshotReader
 
withSnapshot(long) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withSnapshot(Snapshot) - Method in class org.apache.paimon.table.source.snapshot.SnapshotReaderImpl
 
withSourceSqls(String...) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withSourceTable(String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withStreamExecutionEnvironment(StreamExecutionEnvironment) - Method in class org.apache.paimon.flink.action.ActionBase
 
withTable(Table) - Method in class org.apache.paimon.flink.sink.cdc.CdcSinkBuilder
 
withTable(Table) - Method in class org.apache.paimon.flink.sink.cdc.RichCdcSinkBuilder
 
withTableCatalog(TableCatalog) - Method in interface org.apache.paimon.spark.procedure.ProcedureBuilder
Returns a procedure builder via given table catalog.
withTableConfig(Map<String, String>) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
withTableConfig(Map<String, String>) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
withTableConfig(Map<String, String>) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withTableConfig(Map<String, String>) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withTableOptions(Map<String, String>) - Method in class org.apache.paimon.flink.action.CompactDatabaseAction
 
withTableOptions(Map<String, String>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withTableOptions(Options) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withTablePrefix(String) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
withTablePrefix(String) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
withTablePrefix(String) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withTables(List<FileStoreTable>) - Method in class org.apache.paimon.flink.sink.cdc.FlinkCdcSyncDatabaseSinkBuilder
 
withTableSuffix(String) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
withTableSuffix(String) - Method in class org.apache.paimon.flink.action.cdc.mongodb.MongoDBSyncDatabaseAction
 
withTableSuffix(String) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withTargetAlias(String) - Method in class org.apache.paimon.flink.action.MergeIntoAction
 
withTypeMapping(TypeMapping) - Method in class org.apache.paimon.flink.action.cdc.MessageQueueSyncDatabaseActionBase
 
withTypeMapping(TypeMapping) - Method in class org.apache.paimon.flink.action.cdc.mysql.MySqlSyncDatabaseAction
 
withTypeMapping(TypeMapping) - Method in class org.apache.paimon.flink.action.cdc.SyncTableActionBase
 
withValueFilter(Predicate) - Method in class org.apache.paimon.operation.KeyValueFileStoreScan
 
withValueProjection(int[][]) - Method in class org.apache.paimon.io.KeyValueFileReaderFactory.Builder
 
withValueProjection(int[][]) - Method in class org.apache.paimon.operation.KeyValueFileStoreRead
 
withWatermarkAlignment(WatermarkStrategy<RowData>, String, Duration, Duration) - Static method in class org.apache.paimon.flink.source.WatermarkAlignUtils
 
withWatermarkStrategy(WatermarkStrategy<RowData>) - Method in class org.apache.paimon.flink.source.FlinkSourceBuilder
 
wrap(Serializer<T>) - Static method in class org.apache.paimon.data.serializer.NullableSerializer
This method wraps the originalSerializer with the NullableSerializer if not already wrapped.
wrap(byte[]) - Method in class org.apache.paimon.lookup.RocksDBState
 
wrap(byte[]) - Static method in class org.apache.paimon.memory.MemorySegment
 
wrap(int, int) - Method in class org.apache.paimon.memory.MemorySegment
 
wrap(MergeFunctionFactory<KeyValue>, RowType, RowType) - Static method in class org.apache.paimon.mergetree.compact.LookupMergeFunction
 
wrap(InlineElement...) - Static method in class org.apache.paimon.options.description.TextElement
Wraps a list of InlineElements into a single TextElement.
wrapAsByteBuffer() - Method in class org.apache.paimon.io.DataOutputSerializer
 
wrapIfNullIsNotSupported(Serializer<T>) - Static method in class org.apache.paimon.data.serializer.NullableSerializer
This method tries to serialize null value with the originalSerializer and wraps it in case of NullPointerException, otherwise it returns the originalSerializer.
wrapOffHeapMemory(ByteBuffer) - Static method in class org.apache.paimon.memory.MemorySegment
 
wrappedCommittable() - Method in class org.apache.paimon.flink.sink.Committable
 
wrappedCommittable() - Method in class org.apache.paimon.flink.sink.MultiTableCommittable
 
WrappedManifestCommittable - Class in org.apache.paimon.manifest
Manifest commit message.
WrappedManifestCommittable(long, long) - Constructor for class org.apache.paimon.manifest.WrappedManifestCommittable
 
WrappedManifestCommittableSerializer - Class in org.apache.paimon.flink.sink
WrappedManifestCommittableSerializer() - Constructor for class org.apache.paimon.flink.sink.WrappedManifestCommittableSerializer
 
WritableBooleanVector - Interface in org.apache.paimon.data.columnar.writable
WritableBytesVector - Interface in org.apache.paimon.data.columnar.writable
WritableByteVector - Interface in org.apache.paimon.data.columnar.writable
WritableColumnVector - Interface in org.apache.paimon.data.columnar.writable
Writable ColumnVector.
WritableDoubleVector - Interface in org.apache.paimon.data.columnar.writable
WritableFloatVector - Interface in org.apache.paimon.data.columnar.writable
WritableIntVector - Interface in org.apache.paimon.data.columnar.writable
Writable IntColumnVector.
WritableLongVector - Interface in org.apache.paimon.data.columnar.writable
WritableShortVector - Interface in org.apache.paimon.data.columnar.writable
WritableTimestampVector - Interface in org.apache.paimon.data.columnar.writable
write(InternalRow) - Method in class org.apache.paimon.append.AppendOnlyWriter
 
write(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
write(byte[]) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
write(byte[], int, int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
write(DataInputView, int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
write(MemorySegment, int, int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
write(BinaryWriter, int, Object, DataType, Serializer<?>) - Static method in interface org.apache.paimon.data.BinaryWriter
Deprecated.
Use #createValueSetter(DataType) for avoiding logical types during runtime.
write(InternalRow) - Method in class org.apache.paimon.flink.sink.GlobalFullCompactionSinkWrite
 
write(InternalRow) - Method in interface org.apache.paimon.flink.sink.StoreSinkWrite
 
write - Variable in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
write(InternalRow) - Method in class org.apache.paimon.flink.sink.StoreSinkWriteImpl
 
write - Variable in class org.apache.paimon.flink.sink.TableWriteOperator
 
write(InternalRow, Encoder) - Method in class org.apache.paimon.format.avro.AvroRowDatumWriter
 
write(int) - Method in class org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(byte[]) - Method in class org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(byte[], int, int) - Method in class org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(DataGetters, int, Encoder) - Method in interface org.apache.paimon.format.avro.FieldWriter
 
write(DataGetters, int, Encoder) - Method in class org.apache.paimon.format.avro.FieldWriterFactory.RowWriter
 
write(InternalRow) - Method in class org.apache.paimon.format.parquet.writer.ParquetRowDataWriter
It writes a record to Parquet.
write(int) - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
write(byte[]) - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
write(byte[], int, int) - Method in class org.apache.paimon.fs.local.LocalFileIO.LocalPositionOutputStream
 
write(byte[]) - Method in class org.apache.paimon.fs.PositionOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.apache.paimon.fs.PositionOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
write(byte[]) - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.paimon.fs.PositionOutputStreamWrapper
 
write(DataOutput) - Method in class org.apache.paimon.hive.mapred.PaimonInputSplit
 
write(DataOutput) - Method in class org.apache.paimon.hive.RowDataContainer
 
write(IntIterator) - Method in class org.apache.paimon.index.HashIndexFile
 
write(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
write(byte[]) - Method in class org.apache.paimon.io.DataOutputSerializer
 
write(byte[], int, int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
write(MemorySegment, int, int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
write(DataInputView, int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
write(DataInputView, int) - Method in interface org.apache.paimon.io.DataOutputView
Copies numBytes bytes from the source to this view.
write(int) - Method in class org.apache.paimon.io.DataOutputViewStream
 
write(byte[], int, int) - Method in class org.apache.paimon.io.DataOutputViewStream
 
write(DataInputView, int) - Method in class org.apache.paimon.io.DataOutputViewStreamWrapper
 
write(T) - Method in interface org.apache.paimon.io.FileWriter
Add only one record to this file writer.
write(Iterator<T>) - Method in interface org.apache.paimon.io.FileWriter
Add records from Iterator to this file writer.
write(CloseableIterator<T>) - Method in interface org.apache.paimon.io.FileWriter
Add records from CloseableIterator to this file writer.
write(Iterable<T>) - Method in interface org.apache.paimon.io.FileWriter
Add records from Iterable to file writer.
write(KeyValue) - Method in class org.apache.paimon.io.KeyValueDataFileWriter
 
write(T) - Method in class org.apache.paimon.io.RollingFileWriter
 
write(InternalRow) - Method in class org.apache.paimon.io.RowDataFileWriter
 
write(T) - Method in class org.apache.paimon.io.SingleFileWriter
 
write(T) - Method in class org.apache.paimon.io.StatsCollectingSingleFileWriter
 
write(List<ManifestEntry>) - Method in class org.apache.paimon.manifest.ManifestFile
Write several ManifestEntrys into manifest files.
write(List<ManifestFileMeta>) - Method in class org.apache.paimon.manifest.ManifestList
Write several ManifestFileMetas into a manifest list.
write(MemorySegment, int, int) - Method in interface org.apache.paimon.memory.MemorySegmentWritable
Writes len bytes from memory segment segment starting at offset off, in order, to the output.
write(KeyValue) - Method in class org.apache.paimon.mergetree.MergeTreeWriter
 
write(BinaryRow, int, T) - Method in class org.apache.paimon.operation.AbstractFileStoreWrite
 
write(BinaryRow, int, T) - Method in interface org.apache.paimon.operation.FileStoreWrite
Write the data to the store according to the partition and bucket.
write(MutableObjectIterator<BinaryRow>) - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
write(InternalRow) - Method in class org.apache.paimon.sort.BinaryExternalSortBuffer
 
write(InternalRow) - Method in class org.apache.paimon.sort.BinaryInMemorySortBuffer
Writes a given record to this sort buffer.
write(InternalRow) - Method in interface org.apache.paimon.sort.SortBuffer
 
write(InternalRow) - Method in interface org.apache.paimon.table.sink.TableWrite
Write a row to the writer.
write(InternalRow) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
write(T) - Method in interface org.apache.paimon.utils.RecordWriter
Add a key-value element to the writer.
WRITE_BUFFER_FOR_APPEND - Static variable in class org.apache.paimon.CoreOptions
 
WRITE_BUFFER_SIZE - Static variable in class org.apache.paimon.CoreOptions
 
WRITE_BUFFER_SIZE - Static variable in class org.apache.paimon.lookup.RocksDBOptions
 
WRITE_BUFFER_SPILLABLE - Static variable in class org.apache.paimon.CoreOptions
 
WRITE_MANIFEST_CACHE - Static variable in class org.apache.paimon.CoreOptions
 
WRITE_ONLY - Static variable in class org.apache.paimon.CoreOptions
 
WriteableObjectInspector - Interface in org.apache.paimon.hive.objectinspector
Interface for convert the hive primitive type to paimon dataType.
writeAndReturn(InternalRow) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
writeAndReturnData(InternalRow) - Method in class org.apache.paimon.table.sink.TableWriteImpl
 
writeArray(int, InternalArray, InternalArraySerializer) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeBinary(int, byte[]) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeBlock(Buffer) - Method in interface org.apache.paimon.disk.BufferFileWriter
Writes the given block.
writeBlock(Buffer) - Method in class org.apache.paimon.disk.BufferFileWriterImpl
 
writeBoolean(boolean) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeBoolean(int, boolean) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeBoolean(int, boolean) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeBoolean(int, boolean) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeBoolean(boolean) - Method in class org.apache.paimon.io.DataOutputSerializer
 
WriteBuffer - Interface in org.apache.paimon.mergetree
Append only writer buffer for storing key-values.
WriteBuffer.KvConsumer - Interface in org.apache.paimon.mergetree
A Consumer that accepts KeyValue and throw exceptions.
writeBufferSize() - Method in class org.apache.paimon.CoreOptions
 
writeBufferSpillable(boolean, boolean) - Method in class org.apache.paimon.CoreOptions
 
WriteBuilder - Interface in org.apache.paimon.table.sink
An interface for building the TableWrite and TableCommit.
writeByte(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeByte(int, byte) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeByte(int, byte) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeByte(int, byte) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeByte(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeBytes(String) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeBytes(String) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeChar(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeChar(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeChars(String) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeChars(String) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeCompletely(WritableByteChannel, ByteBuffer) - Static method in class org.apache.paimon.utils.FileIOUtils
 
writeDecimal(int, Decimal, int) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeDouble(double) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeDouble(int, double) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeDouble(int, double) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeDouble(int, double) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeDouble(double) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeFile(File, String, String) - Static method in class org.apache.paimon.utils.FileIOUtils
 
writeFileUtf8(Path, String) - Method in interface org.apache.paimon.fs.FileIO
Write content to one file atomically, initially writes to temp hidden file and only renames to the target file once temp file is closed.
writeFileUtf8(File, String) - Static method in class org.apache.paimon.utils.FileIOUtils
 
writeFloat(float) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeFloat(int, float) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeFloat(int, float) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeFloat(int, float) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeFloat(float) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeHashIndex(int[]) - Method in class org.apache.paimon.index.IndexFileHandler
 
writeHashIndex(int, IntIterator) - Method in class org.apache.paimon.index.IndexFileHandler
 
writeImpl(T) - Method in class org.apache.paimon.io.SingleFileWriter
 
writeIndexAndNormalizedKey(InternalRow, long) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
Write of index and normalizedKey.
writeInt(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeInt(int, int) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeInt(int, int) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeInt(int, int) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeInt(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeIntLE(int, byte[], int) - Static method in class org.apache.paimon.compression.CompressorUtils
 
writeInts(FileIO, Path, IntIterator) - Static method in class org.apache.paimon.utils.IntFileUtils
 
writeIntUnsafe(int, int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeLong(long) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeLong(int, long) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeLong(int, long) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeLong(int, long) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeLong(long) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeManifestCache() - Method in class org.apache.paimon.CoreOptions
 
writeMap(int, InternalMap, InternalMapSerializer) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeMergingOutput(MutableObjectIterator<Entry>, AbstractPagedOutputView) - Method in class org.apache.paimon.sort.AbstractBinaryExternalMerger
read the merged stream and write the data back.
writeMergingOutput(MutableObjectIterator<BinaryRow>, AbstractPagedOutputView) - Method in class org.apache.paimon.sort.BinaryExternalMerger
 
writeMetric - Variable in class org.apache.paimon.benchmark.QueryRunner.Result
 
writeOnly() - Method in class org.apache.paimon.CoreOptions
 
writeOptions - Variable in class org.apache.paimon.lookup.RocksDBState
 
writePartitionValue(RowType, Map<String, String>, List<BinaryWriter.ValueSetter>) - Static method in class org.apache.paimon.migrate.FileMetaUtils
 
writer - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite.WriterContainer
 
WriterBufferMetric - Class in org.apache.paimon.operation.metrics
Metrics for writer buffer.
WriterBufferMetric(Supplier<MemoryPoolFactory>, MetricRegistry, String) - Constructor for class org.apache.paimon.operation.metrics.WriterBufferMetric
 
WriterContainer(RecordWriter<T>, IndexMaintainer<T>, Long) - Constructor for class org.apache.paimon.operation.AbstractFileStoreWrite.WriterContainer
 
writerFactory - Variable in class org.apache.paimon.mergetree.compact.MergeTreeCompactRewriter
 
writerFactory - Variable in class org.apache.paimon.utils.ObjectsFile
 
WriterMetrics - Class in org.apache.paimon.operation.metrics
Metrics for writer.
WriterMetrics(MetricRegistry, String, String, int) - Constructor for class org.apache.paimon.operation.metrics.WriterMetrics
 
writeRow(int, InternalRow, InternalRowSerializer) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeRow(InternalRow, Encoder) - Method in class org.apache.paimon.format.avro.FieldWriterFactory.RowWriter
 
writeRowKind(RowKind) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writers - Variable in class org.apache.paimon.operation.AbstractFileStoreWrite
 
writes() - Method in class org.apache.paimon.flink.sink.cdc.CdcRecordStoreMultiWriteOperator
 
writes - Variable in class org.apache.paimon.flink.sink.MultiTablesStoreCompactOperator
 
writeShort(int) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeShort(int, short) - Method in class org.apache.paimon.data.BinaryArrayWriter
 
writeShort(int, short) - Method in class org.apache.paimon.data.BinaryRowWriter
 
writeShort(int, short) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeShort(int) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeString(int, BinaryString) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeTimestamp(int, Timestamp, int) - Method in interface org.apache.paimon.data.BinaryWriter
 
writeToOutput(AbstractPagedOutputView) - Method in class org.apache.paimon.sort.BinaryIndexedSortable
Spill: Write all records to a AbstractPagedOutputView.
writeUTF(String) - Method in class org.apache.paimon.data.AbstractPagedOutputView
 
writeUTF(String) - Method in class org.apache.paimon.io.DataOutputSerializer
 
writeWithoutRolling(Collection<T>) - Method in class org.apache.paimon.utils.ObjectsFile
 
writeWithoutRolling(Iterator<T>) - Method in class org.apache.paimon.utils.ObjectsFile
 
WS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
WS - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
WS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
WS - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 

X

XmlResponsesSaxParser - Class in com.amazonaws.services.s3.model.transform
XML Sax parser to read XML documents returned by S3 via the REST interface, converting these documents into objects.
XmlResponsesSaxParser() - Constructor for class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser
Constructs the XML SAX parser.
XmlResponsesSaxParser.AccessControlListHandler - Class in com.amazonaws.services.s3.model.transform
Handler for AccessControlList response XML documents.
XmlResponsesSaxParser.BucketAccelerateConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.BucketLifecycleConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
HTTP/1.1 200 OK x-amz-id-2: Uuag1LuByRx9e6j5Onimru9pO4ZVKnJ2Qz7/C1NPcfTWAtRPfTaOFg== x-amz-request-id: 656c76696e6727732072657175657374 Date: Tue, 20 Sep 2012 20:34:56 GMT Content-Length: xxx Connection: keep-alive Server: AmazonS3
XmlResponsesSaxParser.BucketLocationHandler - Class in com.amazonaws.services.s3.model.transform
Handler for CreateBucketConfiguration response XML documents for a bucket.
XmlResponsesSaxParser.BucketLoggingConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
Handler for LoggingStatus response XML documents for a bucket.
XmlResponsesSaxParser.BucketReplicationConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
Handler for parsing the get replication configuration response from Amazon S3.
XmlResponsesSaxParser.BucketTaggingConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.BucketVersioningConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.CompleteMultipartUploadHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.CopyObjectResultHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.DeleteObjectsHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.GetBucketAnalyticsConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.GetBucketInventoryConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.GetBucketMetricsConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.GetObjectTaggingHandler - Class in com.amazonaws.services.s3.model.transform
Handler for unmarshalling the response from GET Object Tagging.
XmlResponsesSaxParser.InitiateMultipartUploadHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListAllMyBucketsHandler - Class in com.amazonaws.services.s3.model.transform
Handler for ListAllMyBuckets response XML documents.
XmlResponsesSaxParser.ListBucketAnalyticsConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListBucketHandler - Class in com.amazonaws.services.s3.model.transform
Handler for ListBucket response XML documents.
XmlResponsesSaxParser.ListBucketInventoryConfigurationsHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListBucketMetricsConfigurationsHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListMultipartUploadsHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListObjectsV2Handler - Class in com.amazonaws.services.s3.model.transform
Handler for ListObjectsV2 response XML documents.
XmlResponsesSaxParser.ListPartsHandler - Class in com.amazonaws.services.s3.model.transform
 
XmlResponsesSaxParser.ListVersionsHandler - Class in com.amazonaws.services.s3.model.transform
Handler for ListVersionsResult XML document.
XmlResponsesSaxParser.RequestPaymentConfigurationHandler - Class in com.amazonaws.services.s3.model.transform
Handler for parsing RequestPaymentConfiguration XML response associated with an Amazon S3 bucket.
XOR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
XOR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
XOR_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
XOR_ASSIGN() - Method in class org.apache.paimon.codegen.codesplit.JavaParser.ExpressionContext
 
XOR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
XOR_ASSIGN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 

Y

YAML_MAPPER - Static variable in class org.apache.paimon.benchmark.utils.BenchmarkUtils
 
year(String) - Static method in interface org.apache.paimon.flink.action.cdc.Expression
 

Z

zero(int, int) - Static method in class org.apache.paimon.data.Decimal
Creates an instance of Decimal for a zero value with the given precision and scale.
ZERO - Static variable in class org.apache.paimon.options.MemorySize
 
ZIndexer - Class in org.apache.paimon.sort.zorder
Z-indexer for responsibility to generate z-index.
ZIndexer(RowType, List<String>) - Constructor for class org.apache.paimon.sort.zorder.ZIndexer
 
ZIndexer(RowType, List<String>, int) - Constructor for class org.apache.paimon.sort.zorder.ZIndexer
 
ZIndexer.RowProcessor - Class in org.apache.paimon.sort.zorder
Be used as converting row field record to devoted bytes.
ZIndexer.TypeVisitor - Class in org.apache.paimon.sort.zorder
Type Visitor to generate function map from row column to z-index.
zmapColumnToCalculator(DataField, int, int) - Static method in class org.apache.paimon.sort.zorder.ZIndexer
 
ZORDER_VAR_LENGTH_CONTRIBUTION - Static variable in class org.apache.paimon.CoreOptions
 
ZOrderByteUtils - Class in org.apache.paimon.utils
Within Z-Ordering the byte representations of objects being compared must be ordered, this requires several types to be transformed when converted to bytes.
ZorderSorter - Class in org.apache.paimon.flink.sorter
This is a table sorter which will sort the records by the z-order of specified columns.
ZorderSorter(StreamExecutionEnvironment, DataStream<RowData>, FileStoreTable, List<String>) - Constructor for class org.apache.paimon.flink.sorter.ZorderSorter
 
ZorderSorter - Class in org.apache.paimon.spark.sort
Sort table by zorder.
ZorderSorter(FileStoreTable, List<String>) - Constructor for class org.apache.paimon.spark.sort.ZorderSorter
 
zvalue(InternalRow) - Method in class org.apache.paimon.sort.zorder.ZIndexer.RowProcessor
 

_

_ATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_ATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_ATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_ATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_decisionToDFA - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_decisionToDFA - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_decisionToDFA - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_decisionToDFA - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_serializedATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_serializedATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_serializedATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_serializedATN - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_sharedContextCache - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_sharedContextCache - Static variable in class org.apache.paimon.codegen.codesplit.JavaLexer
 
_sharedContextCache - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
_sharedContextCache - Static variable in class org.apache.paimon.codegen.codesplit.JavaParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Back to Paimon Website

Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.